mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gst/avi/Makefile.am: Added linking to libgstriff-0.9
Original commit message from CVS: * gst/avi/Makefile.am: (libgstavi_la_LIBADD): Added linking to libgstriff-0.9 * ext/mad/gstmad.c: (gst_mad_src_query): check the format of the upstream query and return query if it's the same format as the requested one.
This commit is contained in:
parent
db20692b12
commit
dc8cfd3f48
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
2005-06-30 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/avi/Makefile.am: (libgstavi_la_LIBADD):
|
||||
Added linking to libgstriff-0.9
|
||||
|
||||
* ext/mad/gstmad.c: (gst_mad_src_query):
|
||||
check the format of the upstream query and return query if it's the
|
||||
same format as the requested one.
|
||||
|
||||
2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
|
||||
|
|
|
@ -12,7 +12,7 @@ noinst_HEADERS = \
|
|||
libgstavi_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-DGETTEXT_PACKAGE="\"gst-plugins\""
|
||||
libgstavi_la_LIBADD =
|
||||
libgstavi_la_LIBADD = -lgstriff-0.9
|
||||
libgstavi_la_LDFLAGS = \
|
||||
$(GST_PLUGIN_LDFLAGS) \
|
||||
$(GST_PLUGINS_BASE_LIBS)
|
||||
|
|
Loading…
Reference in a new issue