GNOME Bugzilla – Bug 517899
./configure checks for 2.0.0-rc5 libdc1394 while 2.0.1 is available
Last modified: 2008-02-21 16:07:39 UTC
Subject says most of it, currently configure.ac contains: AG_GST_CHECK_FEATURE(DC1394, [libdc1394], dc1394, [ PKG_CHECK_MODULES(LIBDC1394, libdc1394-2 == 2.0.0-rc5, HAVE_DC1394="yes", [ HAVE_DC1394="no" AC_MSG_RESULT(no) ]) AC_SUBST(LIBDC1394_CFLAGS) AC_SUBST(LIBDC1394_LIBS) ]) This is strange, as the stable 2.0.x releases of libdc1394 have been available for a while now.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 514964 ***