xref: /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-libav/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_GST1_LIBAV
2*4882a593Smuzhiyun	bool "gst1-libav"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
4*4882a593Smuzhiyun	select BR2_PACKAGE_FFMPEG
5*4882a593Smuzhiyun	select BR2_PACKAGE_FFMPEG_SWSCALE
6*4882a593Smuzhiyun	select BR2_PACKAGE_GST1_PLUGINS_BASE
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  GStreamer plugin (formerly gst-ffmpeg).
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  This package contains GStreamer plugins based on
11*4882a593Smuzhiyun	  the libav project.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  The codecs, muxers, bitstreams and filters to build can be
14*4882a593Smuzhiyun	  selected in the ffmpeg package.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  https://gstreamer.freedesktop.org/
17