07415ad214
This reverts commit 5dcb8aa0ba
.
This patch re-enables the usage of bundled ffmpeg code because
gst1-libav 1.14.x is blocking the bump to ffmpeg 4.x.
A fix to build the bundled ffmpeg code on arm/aarch64 was added.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
config BR2_PACKAGE_GST1_LIBAV
|
|
bool "gst1-libav"
|
|
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
|
help
|
|
GStreamer plugin (formerly gst-ffmpeg).
|
|
|
|
This package contains GStreamer plugins based on
|
|
the libav project.
|
|
|
|
http://gstreamer.freedesktop.org/
|