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 704547 - vpx: fix compilation when decoder or encoder package is not build
vpx: fix compilation when decoder or encoder package is not build
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.1.2
Other Linux
: Normal normal
: 1.1.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-07-19 12:03 UTC by Arnaud Vrac
Modified: 2013-07-19 12:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vpx: fix compilation when encoder or decoder headers are not installed (2.25 KB, patch)
2013-07-19 12:03 UTC, Arnaud Vrac
committed Details | Review

Description Arnaud Vrac 2013-07-19 12:03:30 UTC
Created attachment 249622 [details] [review]
vpx: fix compilation when encoder or decoder headers are not installed

Allow the libvpx plugin to build when the encoder or decoder code is disabled in the libvpx package. In this case the headers are not installed so do not include them.
Comment 1 Sebastian Dröge (slomo) 2013-07-19 12:21:42 UTC
commit 37458a4a17fad49cd6ff61f4479cec53dba08bf8
Author: Arnaud Vrac <avrac@freebox.fr>
Date:   Mon Jun 17 21:27:37 2013 +0200

    vpx: fix compilation when encoder or decoder headers are not installed
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704547