summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authordeva <deva>2005-04-14 17:42:07 +0000
committerdeva <deva>2005-04-14 17:42:07 +0000
commit0b9c28379907141a39b6a9abf49dd2db784277b6 (patch)
tree540a35913d4cf39e49abe31e69dadd1d9eb41878 /configure.in
parentd5e1739f5288355869eccd53ab3eb1a4000d1cab (diff)
cleaned out ffmpeg from the client
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 333557a..bc3a645 100644
--- a/configure.in
+++ b/configure.in
@@ -31,6 +31,9 @@ if test x$with_gui != xno && test -z "$GUI"; then
AC_CHECK_HEADER(libraw1394/raw1394.h, , AC_MSG_ERROR([*** libraw1394 headers not found!]))
AC_CHECK_LIB(raw1394, raw1394_get_userdata, , AC_MSG_ERROR([*** libraw1394 not found!]))
+ AC_CHECK_HEADER(libdv/dv.h, , AC_MSG_ERROR([*** libdv headers not found!]))
+ AC_CHECK_LIB(dv, dv_decode_full_frame, , AC_MSG_ERROR([*** libdv not found!]))
+
dnl Make code aware of the gui
AC_DEFINE([USE_GUI], [], [Is defined if the project is configured to compile with gui])
else