summaryrefslogtreecommitdiffstats
path: root/gst/avi/Makefile.am
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2005-06-30 16:29:38 +0000
committerEdward Hervey <bilboed@bilboed.com>2005-06-30 16:29:38 +0000
commitdc8cfd3f48312d362b1e181f44f315170096ea3a (patch)
treea7b3cca30113689840a30b99f89c09a292ca325c /gst/avi/Makefile.am
parentdb20692b12e8924d30284ad8320fbb036741c26b (diff)
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.
Diffstat (limited to 'gst/avi/Makefile.am')
-rw-r--r--gst/avi/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/avi/Makefile.am b/gst/avi/Makefile.am
index f07af2ac..1a8b652b 100644
--- a/gst/avi/Makefile.am
+++ b/gst/avi/Makefile.am
@@ -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)