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 591348 - AMR plugins should check for opencore-amr .pc files
AMR plugins should check for opencore-amr .pc files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: 0.10.13
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-10 16:53 UTC by Michael Monreal
Modified: 2009-08-17 15:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description Michael Monreal 2009-08-10 16:53:39 UTC
Currently the AMR plugins don't check the .pc files (which were recently added to opencore-amr):

configure: *** checking feature: amrnb library ***
configure: *** for plug-ins: amrnb ***
checking for Decoder_Interface_init in -lopencore-amrnb... no
configure: *** These plugins will not be built: amrnb

configure: *** checking feature: amrwb library ***
configure: *** for plug-ins: amrwbdec ***
checking for D_IF_decode in -lopencore-amrwb... no
configure: *** These plugins will not be built: amrwbdec

Besides cleaner auto-foo, this would also easily allow to build against an opencore-amr which is not installed in /usr, which currently doesn't seem to be possible.
Comment 1 Sebastian Dröge (slomo) 2009-08-17 15:31:55 UTC
commit bd8df13ab02c38bb7a12e0ee07b16b05ff75f546
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Aug 17 17:31:10 2009 +0200

    amr: Use opencore-amr pkg-config files if possible
    
    This makes it possible to build the plugins when the libraries
    are installed at non-standard locations.
    
    Fixes bug #591348.