summaryrefslogtreecommitdiffstats
path: root/ext/dv/Makefile.am
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2002-08-09 21:14:55 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2002-08-09 21:14:55 +0000
commit3b70a4e5ac74b6d7b0106b839c8380972369193d (patch)
tree24af4065a62831367a038d6fbfeccdd47ba45fb7 /ext/dv/Makefile.am
parent6c3286ec719fcd04785177712304d917afc1c52e (diff)
libdv build fixes
Original commit message from CVS: libdv build fixes
Diffstat (limited to 'ext/dv/Makefile.am')
-rw-r--r--ext/dv/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dv/Makefile.am b/ext/dv/Makefile.am
index f2e66937..e93141cb 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_CFLAGS = $(GST_CFLAGS) $(DV_CFLAGS)
-libgstdvdec_la_LIBADD = $(DV_LIBS)
+libgstdvdec_la_CFLAGS = $(GST_CFLAGS) $(LIBDV_CFLAGS)
+libgstdvdec_la_LIBADD = $(LIBDV_LIBS)
libgstdvdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstdvdec.h