GNOME Bugzilla – Bug 590432
It's only possible to build the mad plugin when building id3tag as well
Last modified: 2009-08-04 08:45:17 UTC
Please describe the problem: The configure check for the mad plugin depends on HAVE_ID3TAG which is only set if the id3tag is requested. This will cause the mad plugin not to be built if the id3tag is disabled. Steps to reproduce: 1. ./configure --disable-id3tag --enable-mad 2. 3. Actual results: configure: *** Plug-ins with dependencies that will NOT be built: [...] id3tag mad [...] Expected results: The mad plugin to be built and the id3tag not to be built Does this happen every time? Yes Other information:
Created attachment 139670 [details] [review] make mad and id3tag configure checks independent Instead of relying on having HAVE_ID3TAG set, it'll check itself
ommit 228e19fb19c64a7a3cf1ace56593c3d0a4ff3db9 Author: Marvin Schmidt <marvin_schmidt@gmx.net> Date: Sat Aug 1 08:43:21 2009 +0200 mad: make check for mad independent of the check for id3tag Fixes bug #590432.