cross/mipsel-linux-uclibc/buildroot/buildroot-2025.02.4/package/gstreamer1/gst1-libav/Config.in

21 lines
592 B
Plaintext

config BR2_PACKAGE_GST1_LIBAV
bool "gst1-libav"
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
depends on BR2_TOOLCHAIN_HAS_THREADS # ffmpeg
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.
https://gstreamer.freedesktop.org/
comment "gst1-libav needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS