5dcb8aa0ba
It avoids the crazy in handling all of the ffmpeg options here as well, and potentially avoids target code duplication, hence resulting in a size reduction. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> [Thomas: extend help text as suggested by Arnout.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
409 B
Plaintext
16 lines
409 B
Plaintext
config BR2_PACKAGE_GST1_LIBAV
|
|
bool "gst1-libav"
|
|
select BR2_PACKAGE_FFMPEG
|
|
select BR2_PACKAGE_FFMPEG_SWSCALE
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
|
help
|
|
GStreamer plugin (formerly gst-ffmpeg).
|
|
|
|
This package contains GStreamer plugins based on
|
|
the libav project.
|
|
|
|
The codecs, muxers, bitstreams and filters to build can be
|
|
selected in the ffmpeg package.
|
|
|
|
http://gstreamer.freedesktop.org/
|