mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Proposed-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
450 B
Plaintext
17 lines
450 B
Plaintext
config BR2_PACKAGE_GST_FFMPEG
|
|
bool "gst-ffmpeg"
|
|
select BR2_PACKAGE_GST_PLUGINS_BASE
|
|
select BR2_PACKAGE_FFMPEG
|
|
select BR2_PACKAGE_FFMPEG_GPL
|
|
select BR2_PACKAGE_FFMPEG_POSTPROC
|
|
select BR2_PACKAGE_FFMPEG_SWSCALE
|
|
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)
|