From 52a06d86ea2a68f3caf6af2a0bdd8c1ad4082123 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 27 Sep 2009 09:55:34 +0000 Subject: made dc1394 really optional svn path=/trunk/externals/pidip/; revision=12469 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index ae0d16a..f528f93 100644 --- a/configure.ac +++ b/configure.ac @@ -147,7 +147,6 @@ AC_CHECK_LIB(vorbis, vorbis_analysis_init, , AC_MSG_ERROR(streaming requires vor AC_CHECK_LIB(vorbisenc, vorbis_encode_setup_init, , AC_MSG_ERROR(streaming requires vorbis encoder library!!), -lm) AC_CHECK_LIB(theora, theora_encode_init, , AC_MSG_ERROR(theora library needed! sorry...), -lm) AC_CHECK_LIB(quicktime, lqt_decode_video, , AC_MSG_ERROR(libquicktime not found) ) -AC_CHECK_LIB(dc1394, dc1394_camera_enumerate, , AC_MSG_ERROR(dc1394 not found) ) qt_minor_version="`lqt-config --version | cut -f3 -d'.'`" qt_major_version="`lqt-config --version | cut -f1 -d'.'`" -- cgit v1.2.1