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:
Ronald S. Bultje 2004-10-31 13:37:26 +00:00
parent 9552faf6f0
commit df916dcfc9
2 changed files with 6 additions and 0 deletions

View file

@ -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>
* gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make

View file

@ -19,6 +19,7 @@ libgstplaybin_la_LIBADD =
libgstplaybin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstdecodebin_la_SOURCES = gstdecodebin.c
nodist_libgstdecodebin_la_SOURCES = $(built_sources)
libgstdecodebin_la_CFLAGS = $(GST_CFLAGS)
libgstdecodebin_la_LIBADD =
libgstdecodebin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)