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 560137 - Two build fixes for using system ffmpeg
Two build fixes for using system ffmpeg
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal blocker
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-10 12:32 UTC by Sebastian Dröge (slomo)
Modified: 2008-11-10 12:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
02_libswscale-typo.patch (3.11 KB, patch)
2008-11-10 12:33 UTC, Sebastian Dröge (slomo)
committed Details | Review
03_libswscale-include.patch (321 bytes, patch)
2008-11-10 12:33 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-11-10 12:32:55 UTC
Hi,
attached patches fix the build of gst-ffmpeg with a system ffmpeg. With newer ffmpeg releases the include paths have changed and of course we have to check for libswscale, not libswcale ;)
Comment 1 Sebastian Dröge (slomo) 2008-11-10 12:33:31 UTC
Created attachment 122321 [details] [review]
02_libswscale-typo.patch
Comment 2 Sebastian Dröge (slomo) 2008-11-10 12:33:46 UTC
Created attachment 122322 [details] [review]
03_libswscale-include.patch
Comment 3 Edward Hervey 2008-11-10 12:35:28 UTC
*sigh* ... please commit.
Comment 4 Sebastian Dröge (slomo) 2008-11-10 12:37:36 UTC
2008-11-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

	* configure.ac:
	Fix typo: libswcale -> libswscale for the pkg-config check.

	* ext/libswscale/gstffmpegscale.c:
	Fix include path, newer ffmpeg installs the headers for all
	libraries into separate directories. Fixes bug #560137.