After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 517899 - ./configure checks for 2.0.0-rc5 libdc1394 while 2.0.1 is available
./configure checks for 2.0.0-rc5 libdc1394 while 2.0.1 is available
Status: RESOLVED DUPLICATE of bug 514964
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.6
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-21 16:03 UTC by Hans de Goede
Modified: 2008-02-21 16:07 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Hans de Goede 2008-02-21 16:03:55 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.
Comment 1 Sebastian Dröge (slomo) 2008-02-21 16:07:39 UTC
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 ***