From 0b9c28379907141a39b6a9abf49dd2db784277b6 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 14 Apr 2005 17:42:07 +0000 Subject: cleaned out ffmpeg from the client --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') 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 -- cgit v1.2.3