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 657415 - vp8: check for libvpx using pkg-config if possible
vp8: check for libvpx using pkg-config if possible
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-26 09:33 UTC by Vincent Penquerc'h
Modified: 2011-08-27 13:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vp8: check for libvpx using pkg-config if possible (2.91 KB, patch)
2011-08-26 09:33 UTC, Vincent Penquerc'h
rejected Details | Review

Description Vincent Penquerc'h 2011-08-26 09:33:02 UTC
Note that libvpx introduces a pc file in 0.9.7.
Comment 1 Vincent Penquerc'h 2011-08-26 09:33:04 UTC
Created attachment 194800 [details] [review]
vp8: check for libvpx using pkg-config if possible
Comment 2 Vincent Penquerc'h 2011-08-26 10:10:57 UTC
Comment on attachment 194800 [details] [review]
vp8: check for libvpx using pkg-config if possible

Wait - encoder/decoder can be disabled, and there doesn't seem to be separate pc files for these, so we still need to do the symbol check anyway.
Withdrawing patch.