summaryrefslogtreecommitdiffstats
path: root/ext/dv
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dv')
-rw-r--r--ext/dv/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dv/Makefile.am b/ext/dv/Makefile.am
index 9801ac0f..23420acb 100644
--- a/ext/dv/Makefile.am
+++ b/ext/dv/Makefile.am
@@ -3,8 +3,8 @@ plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstdvdec.la
libgstdvdec_la_SOURCES = gstdvdec.c
-libgstdvdec_la_LIBADD = $(DV_LIBS)
libgstdvdec_la_CFLAGS = $(GST_CFLAGS)
+libgstdvdec_la_LIBADD = $(GST_LIBS) $(DV_LIBS)
noinst_HEADERS = gstdvdec.h