gstreamer/ext/dv/Makefile.am
Edward Hervey 3ec9e676e7 ext/dv/: Added DEFAULT <==> BYTES, TIME conversions on srcpad,
Original commit message from CVS:
* ext/dv/Makefile.am:
* ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver):
Added DEFAULT <==> BYTES, TIME conversions on srcpad,
Corrected the query function for position so it doesn't forget what
format was asked, and calls the conversion functions on the correct pad.
2005-10-04 17:44:43 +00:00

18 lines
555 B
Makefile

plugin_LTLIBRARIES = libgstdv.la
libgstdv_la_SOURCES = gstdv.c gstdvdec.c gstdvdemux.c
libgstdv_la_CFLAGS = $(GST_CFLAGS) $(LIBDV_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstdv_la_LIBADD = $(GST_BASE_LIBS) $(LIBDV_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@
libgstdv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstdvdemux.h gstdvdec.h
#if HAVE_GTK
#noinst_PROGRAMS = demo-play
#endif
#demo_play_SOURCES = demo-play.c
#demo_play_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
#demo_play_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
EXTRA_DIST = NOTES