projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39eb37a
)
apply libdv detection fix from xav
author
Andy Wingo
<wingo@pobox.com>
Tue, 4 Jun 2002 22:30:51 +0000
(22:30 +0000)
committer
Andy Wingo
<wingo@pobox.com>
Tue, 4 Jun 2002 22:30:51 +0000
(22:30 +0000)
Original commit message from CVS:
apply libdv detection fix from xav
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 2f1d92bb4f3ef780e59986e92b9806e6fcdfe20d..9f999ac5b9651af3999358b5cf1125e586ef938c 100644
(file)
--- 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)
])