gstreamer/ext/libfame/Makefile.am
Wim Taymans 71bf0f1245 Make elements nanoseconds aware
Original commit message from CVS:
Make elements nanoseconds aware
2002-06-02 13:25:38 +00:00

9 lines
252 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstlibfame.la
libgstlibfame_la_SOURCES = gstlibfame.c gstfamedec.c
libgstlibfame_la_CFLAGS = $(GST_CFLAGS)
libgstlibfame_la_LIBADD = $(LIBFAME_LIBS)
libgstlibfame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)