23 lines
558 B
Plaintext
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
|
|
|