summaryrefslogtreecommitdiffstats
path: root/ext/libmms/Makefile.am
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-11-29 02:55:18 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-11-29 02:55:18 +0000
commit85d3362e3426775100ac58890709f15bbabd49f3 (patch)
tree34653e7583b158734fbe4f8b7244185758b72197 /ext/libmms/Makefile.am
parent07e2ec5f9574095e71c2208779c719574bb135ab (diff)
downloadgst-plugins-bad-85d3362e3426775100ac58890709f15bbabd49f3.tar.gz
gst-plugins-bad-85d3362e3426775100ac58890709f15bbabd49f3.tar.bz2
gst-plugins-bad-85d3362e3426775100ac58890709f15bbabd49f3.zip
libmm ported to 0.9. It works fine, but print some error messages. I'll fix them soon. Tested with mmssrc location=m...
Original commit message from CVS: libmm ported to 0.9. It works fine, but print some error messages. I'll fix them soon. Tested with mmssrc location=mms:// ! filesink.
Diffstat (limited to 'ext/libmms/Makefile.am')
-rw-r--r--ext/libmms/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/libmms/Makefile.am b/ext/libmms/Makefile.am
index 0a4a68bd..ace85adb 100644
--- a/ext/libmms/Makefile.am
+++ b/ext/libmms/Makefile.am
@@ -2,8 +2,8 @@ plugin_LTLIBRARIES = libgstmms.la
libgstmms_la_SOURCES = gstmms.c
-libgstmms_la_CFLAGS = $(GST_CFLAGS) $(LIBMMS_CFLAGS)
-libgstmms_la_LIBADD = $(GST_LIBS) $(LIBMMS_LIBS)
+libgstmms_la_CFLAGS = $(GST_CFLAGS) $(LIBMMS_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
+libgstmms_la_LIBADD = $(GST_LIBS) $(LIBMMS_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS)
libgstmms_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstmms.h