diff options
author | deva <deva> | 2005-04-14 17:42:07 +0000 |
---|---|---|
committer | deva <deva> | 2005-04-14 17:42:07 +0000 |
commit | 0b9c28379907141a39b6a9abf49dd2db784277b6 (patch) | |
tree | 540a35913d4cf39e49abe31e69dadd1d9eb41878 /configure.in | |
parent | d5e1739f5288355869eccd53ab3eb1a4000d1cab (diff) |
cleaned out ffmpeg from the client
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
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 |