mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 02:03:54 +00:00
gst/playback/Makefile.am: We need the marshallers for decodebin, too.
Original commit message from CVS: * gst/playback/Makefile.am: We need the marshallers for decodebin, too.
This commit is contained in:
parent
9552faf6f0
commit
df916dcfc9
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
|
* gst/playback/Makefile.am:
|
||||||
|
We need the marshallers for decodebin, too.
|
||||||
|
|
||||||
2004-10-30 David Schleef <ds@schleef.org>
|
2004-10-30 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
|
* gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
|
||||||
|
|
|
@ -19,6 +19,7 @@ libgstplaybin_la_LIBADD =
|
||||||
libgstplaybin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstplaybin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
libgstdecodebin_la_SOURCES = gstdecodebin.c
|
libgstdecodebin_la_SOURCES = gstdecodebin.c
|
||||||
|
nodist_libgstdecodebin_la_SOURCES = $(built_sources)
|
||||||
libgstdecodebin_la_CFLAGS = $(GST_CFLAGS)
|
libgstdecodebin_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libgstdecodebin_la_LIBADD =
|
libgstdecodebin_la_LIBADD =
|
||||||
libgstdecodebin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstdecodebin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue