blob: 2ab786ec42441c88cbbbef7b569ebebb753a3efd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_GST1_LIBAV
bool "gst1-libav"
depends on !BR2_avr32 # binary too large, relocations don't fit
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/
|