GNOME Bugzilla – Bug 591348
AMR plugins should check for opencore-amr .pc files
Last modified: 2009-08-17 15:31:55 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.
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.