summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-06-04 22:30:51 +0000
committerAndy Wingo <wingo@pobox.com>2002-06-04 22:30:51 +0000
commit6b47320a0bfccbcc1af95d8f76ab95061955d3be (patch)
tree54d318d3bd63fce77609d97bea7fc41852ae2ff7
parent79453e9df43cd22fd3b516a2a9a71b064306dff1 (diff)
downloadgstreamer-plugins-bad-6b47320a0bfccbcc1af95d8f76ab95061955d3be.tar.gz
apply libdv detection fix from xav
Original commit message from CVS: apply libdv detection fix from xav
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2f1d92bb4..9f999ac5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -362,7 +362,7 @@ dnl AC_CHECK_HEADER(cdda_paranoia.h, :, HAVE_CDPARANOIA=no)
dnl *** dv ***
translit(dnm, m, l) AM_CONDITIONAL(USE_DV, true)
GST_CHECK_FEATURE(DV, [dv library], dv, [
- GST_CHECK_LIBHEADER(DV, dv, dv_init, -lm $GST_CFLAGS $GST_LIBS, libdv/dv.h, DV_LIBS="-ldv")
+ GST_CHECK_LIBHEADER(DV, dv, dv_init, -lm, libdv/dv.h, DV_LIBS="-ldv")
AC_SUBST(DV_LIBS)
])