15dc48ca9b
- change home page url to https
- convert to meson build
- drop all libav extra options as the internal libav is
gone since commit [1]
- meson options: add doc=disabled
[1] ca478e7546
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
455 B
Plaintext
17 lines
455 B
Plaintext
config BR2_PACKAGE_GST1_LIBAV
|
|
bool "gst1-libav"
|
|
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
|
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/
|