summaryrefslogtreecommitdiff
path: root/ext/dts/Makefile.am
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-12-14 20:54:06 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-12-14 20:54:06 +0000
commit03fa6ba8b1f88536ac49265c2b373392e633ca14 (patch)
tree106eaefc0502d3b7f64d5b5a7d8084b79737af20 /ext/dts/Makefile.am
parent6435014c2605e1e22d22fb58f135347bc13e412a (diff)
downloadgstreamer-plugins-bad-03fa6ba8b1f88536ac49265c2b373392e633ca14.tar.gz
dtsdec ported to 0.10
Original commit message from CVS: dtsdec ported to 0.10
Diffstat (limited to 'ext/dts/Makefile.am')
-rw-r--r--ext/dts/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/dts/Makefile.am b/ext/dts/Makefile.am
index 0bbbf85b2..3cd3f3cd8 100644
--- a/ext/dts/Makefile.am
+++ b/ext/dts/Makefile.am
@@ -1,8 +1,9 @@
plugin_LTLIBRARIES = libgstdtsdec.la
libgstdtsdec_la_SOURCES = gstdtsdec.c
-libgstdtsdec_la_CFLAGS = $(GST_CFLAGS)
-libgstdtsdec_la_LIBADD = $(DTS_LIBS)
+libgstdtsdec_la_CFLAGS = $(GST_CFLAGS) $(LIBOIL_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
+libgstdtsdec_la_LIBADD = $(DTS_LIBS) $(LIBOIL_LIBS) $(GST_PLUGINS_BASE_LIBS) \
+ -lgstaudio-@GST_MAJORMINOR@
libgstdtsdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstdtsdec.h