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 647564 - gst-plugins-bad configure.ac summary wrongly claims an exif plugin
gst-plugins-bad configure.ac summary wrongly claims an exif plugin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal minor
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-12 15:10 UTC by Mart Raudsepp
Modified: 2011-04-13 14:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mart Raudsepp 2011-04-12 15:10:36 UTC
The exif check for just some of jifmux tests needs is causing the summary to show an exif plugin due to the usage of AG_GST_CHECK_FEATURE.


configure: *** Plug-ins with dependencies that will be built:
	exif


I think it could just be automagic or realized without the AG_GST_CHECK_FEATURE macro
Comment 1 Sebastian Dröge (slomo) 2011-04-13 14:32:11 UTC
commit 5af34d15f3afaf9d53043fb0773851aa67e61d36
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Wed Apr 13 16:31:12 2011 +0200

    configure: Fix libexif pkg-config check
    
    There's no exif plugin so don't use AG_GST_CHECK_FEATURE.
    Fixes bug #647564.