raw1394: Require libraw1394 >= 2.0.0 for raw1394_read_cycle_timer
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 8 Jun 2010 07:22:30 +0000 (09:22 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 8 Jun 2010 07:23:19 +0000 (09:23 +0200)
Fixes bug #620929.

configure.ac

index 7782f163ed7f3753c6709e91ee453d2f66999e96..739a4dc2f1ba2314bbe57d275f644787b917c1a1 100644 (file)
@@ -816,8 +816,8 @@ AG_GST_CHECK_FEATURE(PULSE, [pulseaudio plug-in], pulseaudio, [
 dnl *** dv1394 ***
 translit(dnm, m, l) AM_CONDITIONAL(USE_DV1394, true)
 AG_GST_CHECK_FEATURE(DV1394, [raw1394 and avc1394 library], 1394, [
-  dnl first test for libraw1394 >= 1.2.1
-  AG_GST_PKG_CHECK_MODULES(RAW1394, libraw1394 >= 1.2.1)
+  dnl first test for libraw1394 >= 2.0.0
+  AG_GST_PKG_CHECK_MODULES(RAW1394, libraw1394 >= 2.0.0)
   AG_GST_PKG_CHECK_MODULES(LIBIEC61883, libiec61883 >= 1.0.0)
   dnl now see how far we got
   if test x$HAVE_RAW1394 = xyes && \