linuxOS_D21X/package/third-party/gstreamer1/gst1-libav/Config.in
2024-11-29 16:23:11 +08:00

23 lines
558 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.
https://gstreamer.freedesktop.org/
if BR2_PACKAGE_GST1_LIBAV
config BR2_PACKAGE_GST1_LIBAV_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif