mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 04:58:47 +00:00
dc8cfd3f48
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.
20 lines
426 B
Makefile
20 lines
426 B
Makefile
plugin_LTLIBRARIES = libgstavi.la
|
|
|
|
libgstavi_la_SOURCES = \
|
|
gstavi.c \
|
|
gstavidemux.c
|
|
|
|
noinst_HEADERS = \
|
|
avi-ids.h \
|
|
gstavimux.h \
|
|
gstavidemux.h
|
|
|
|
libgstavi_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
|
-I$(top_srcdir)/gst-libs \
|
|
-DGETTEXT_PACKAGE="\"gst-plugins\""
|
|
libgstavi_la_LIBADD = -lgstriff-0.9
|
|
libgstavi_la_LDFLAGS = \
|
|
$(GST_PLUGIN_LDFLAGS) \
|
|
$(GST_PLUGINS_BASE_LIBS)
|
|
|
|
EXTRA_DIST = README gstavimux.c
|