mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
3ec9e676e7
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.
18 lines
555 B
Makefile
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
|