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 532803 - Doesn't build properly with system ffmpeg
Doesn't build properly with system ffmpeg
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal blocker
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-12 16:06 UTC by Sebastian Dröge (slomo)
Modified: 2008-05-13 15:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
external-ffmpeg.diff (3.02 KB, patch)
2008-05-12 17:16 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-05-12 16:06:34 UTC
Hi,
gst-ffmpeg CVS and latest pre-release doesn't build properly with the system ffmpeg for Debian. First of all libswscale must be linked in, then the _UNINSTALLED define is used wrong and then some other changes are necessary.

See attached patch, it's self-explanatory I guess.
Comment 1 Sebastian Dröge (slomo) 2008-05-12 17:16:23 UTC
Created attachment 110787 [details] [review]
external-ffmpeg.diff
Comment 2 Edward Hervey 2008-05-13 14:41:11 UTC
looks good to me
Comment 3 Sebastian Dröge (slomo) 2008-05-13 15:07:12 UTC
2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>

        * configure.ac:
        * ext/ffmpeg/gstffmpegcodecmap.c:
        * ext/ffmpeg/gstffmpegdemux.c:
        * ext/libpostproc/gstpostproc.c:
        Fix build with (Debian's) system ffmpeg. Fixes bug #532803.