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 678523 - [configure] --disable-external does not work on mac os x
[configure] --disable-external does not work on mac os x
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-21 09:14 UTC by Gil Pedersen
Modified: 2012-06-21 09:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gil Pedersen 2012-06-21 09:14:11 UTC
$ ./configure --disable-external
<snip>
configure: *** checking feature: Video CD ***
configure: *** for plug-ins: vcdsrc ***
configure: WARNING: *** vcdsrc not ported
configure: *** These plugins will not be built: vcdsrc
checking that generated files are newer than configure... done
configure: error: conditional "DECKLINK_OSX" was never defined.
Usually this means the macro was only invoked conditionally.
Comment 1 Sebastian Dröge (slomo) 2012-06-21 09:21:54 UTC
commit 390356942c794939f397cb6c87d6f58507de9fca
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu Jun 21 10:20:19 2012 +0100

    configure: Always define DECKLINK_OSX conditional
    
    Fixes bug #678523.