GNOME Bugzilla – Bug 560137
Two build fixes for using system ffmpeg
Last modified: 2008-11-10 12:37:36 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 ;)
Created attachment 122321 [details] [review] 02_libswscale-typo.patch
Created attachment 122322 [details] [review] 03_libswscale-include.patch
*sigh* ... please commit.
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.