buildrootschalter/package/gstreamer/gst-ffmpeg/Config.in

23 lines
501 B
Plaintext
Raw Normal View History

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/
if BR2_PACKAGE_GST_FFMPEG
config BR2_PACKAGE_GST_FFMPEG_GPL
bool "Enable GPL code"
help
Allow use of GPL code. The resulting libs and binaries will
be under GPL.
endif
comment "gst-ffmpeg needs a toolchain w/ largefile, IPv6"
depends on !(BR2_LARGEFILE && BR2_INET_IPV6)