diff options
author | Andy Wingo <wingo@pobox.com> | 2002-06-04 22:30:51 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-06-04 22:30:51 +0000 |
commit | 6b47320a0bfccbcc1af95d8f76ab95061955d3be (patch) | |
tree | 54d318d3bd63fce77609d97bea7fc41852ae2ff7 | |
parent | 79453e9df43cd22fd3b516a2a9a71b064306dff1 (diff) | |
download | gst-plugins-bad-6b47320a0bfccbcc1af95d8f76ab95061955d3be.tar.gz gst-plugins-bad-6b47320a0bfccbcc1af95d8f76ab95061955d3be.tar.bz2 gst-plugins-bad-6b47320a0bfccbcc1af95d8f76ab95061955d3be.zip |
apply libdv detection fix from xav
Original commit message from CVS:
apply libdv detection fix from xav
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2f1d92bb..9f999ac5 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) ]) |