diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-09 10:45:37 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-09 10:45:37 +0000 |
commit | 138929756fedf3114b001fe9d54e7c49e6656cbe (patch) | |
tree | 89e47c1b6551ce33cd7c97275dfa61c67bdf5b4c /ext | |
parent | 3e4f2fac8b6c4729347152b48d076928af1ff9b0 (diff) |
merge from release branch
Original commit message from CVS:
merge from release branch
Diffstat (limited to 'ext')
-rw-r--r-- | ext/dv/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dv/Makefile.am b/ext/dv/Makefile.am index e93141cbd..f2e669377 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) $(LIBDV_CFLAGS) -libgstdvdec_la_LIBADD = $(LIBDV_LIBS) +libgstdvdec_la_CFLAGS = $(GST_CFLAGS) $(DV_CFLAGS) +libgstdvdec_la_LIBADD = $(DV_LIBS) libgstdvdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstdvdec.h |