diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-07-04 19:38:06 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-07-04 19:38:06 +0000 |
commit | fbb485606a888957f277c00dc92280b245bdb5cb (patch) | |
tree | d7799500b2cfe980ccd0fae99fe615e182a0b83d /ext | |
parent | 48fd7e79a071bdfe76525d1362c3f3ae9145fb23 (diff) |
fix cdparanoia include dir location check.
Original commit message from CVS:
fix cdparanoia include dir location check.
fix libdv check to use pkg-config.
use libdv cflags.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/dv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dv/Makefile.am b/ext/dv/Makefile.am index df26aec29..f2e669377 100644 --- a/ext/dv/Makefile.am +++ b/ext/dv/Makefile.am @@ -3,7 +3,7 @@ plugindir = $(libdir)/gst plugin_LTLIBRARIES = libgstdvdec.la libgstdvdec_la_SOURCES = gstdvdec.c -libgstdvdec_la_CFLAGS = $(GST_CFLAGS) +libgstdvdec_la_CFLAGS = $(GST_CFLAGS) $(DV_CFLAGS) libgstdvdec_la_LIBADD = $(DV_LIBS) libgstdvdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |