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 629897 - [cog] Ignores --disable-orc and always requires orc
[cog] Ignores --disable-orc and always requires orc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal trivial
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-17 05:10 UTC by Hannes Bistry
Modified: 2010-09-17 06:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hannes Bistry 2010-09-17 05:10:15 UTC
..and nevertheless try to link against it.
If they really need it, they should not be built it if its disabled.
Comment 1 Sebastian Dröge (slomo) 2010-09-17 06:44:47 UTC
The schroedinger plugin doesn't link against orc directly and doesn't use orc. But schroedinger will use orc unless you disable it. That's why the plugin links (indirectly) against orc.

cog now builds without orc too:


commit c28c480eb9d3354bc2d1673aa21b346cab401375
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Sep 17 08:43:48 2010 +0200

    cog: Allow compilation without orc
    
    Also don't ignore --disable-orc. Fixes bug #629897.