6ea49a23df
External ffmpeg 1.2.4 is incompatible, gst-ffmpeg suggests to always use internal libav. Adding one patch: Fixes compiling with gcc-4.7: gst-ffmpeg-0.10.13_gcc47.patch (taken from Slackware) Fixes http://autobuild.buildroot.net/results/ab8/ab8ec4904020ceb848a1e50f1865f594f46b8295/ http://autobuild.buildroot.net/results/f0a/f0a420015a92ebb8868c41c0dbf82cf27b2bdd0f/ Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
config BR2_PACKAGE_GST_FFMPEG
|
|
bool "gst-ffmpeg"
|
|
select BR2_PACKAGE_GST_PLUGINS_BASE
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_INET_IPV6
|
|
help
|
|
GStreamer plugin using FFmpeg.
|
|
|
|
http://gstreamer.freedesktop.org/
|
|
|
|
comment "gst-ffmpeg needs a toolchain w/ largefile, IPv6"
|
|
depends on !(BR2_LARGEFILE && BR2_INET_IPV6)
|