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 548304 - missing check for bz2 library and header
missing check for bz2 library and header
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-18 17:01 UTC by Thijs Vermeir
Modified: 2008-10-04 21:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
check for bz2 header and lib (360 bytes, patch)
2008-08-18 17:01 UTC, Thijs Vermeir
accepted-commit_now Details | Review

Description Thijs Vermeir 2008-08-18 17:01:18 UTC
Currently there is no check for the bz2 library that is required to build gst-ffmpeg.
Comment 1 Thijs Vermeir 2008-08-18 17:01:59 UTC
Created attachment 116885 [details] [review]
check for bz2 header and lib
Comment 2 Jan Schmidt 2008-08-18 21:03:39 UTC
Looks ok - please commit :)
Comment 3 Thijs Vermeir 2008-08-18 21:31:29 UTC
committed.

        * configure.ac:
        Check if bz2 is installed (#548304)