Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -5,8 +5,8 @@ menuconfig BR2_PACKAGE_GST1_PLUGINS_GOOD
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_XLIB_LIBXV if BR2_PACKAGE_XORG7
|
||||
help
|
||||
A set of well-supported plug-ins for GStreamer under the preferred
|
||||
license.
|
||||
A set of well-supported plug-ins for GStreamer under the
|
||||
preferred license.
|
||||
|
||||
http://gstreamer.freedesktop.org/
|
||||
|
||||
@@ -70,7 +70,8 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUPARSE
|
||||
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUTODETECT
|
||||
bool "autodetect"
|
||||
help
|
||||
Plugin contains auto-detection plugins for video/audio in- and outputs
|
||||
Plugin contains auto-detection plugins for video/audio in-
|
||||
and outputs
|
||||
|
||||
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AVI
|
||||
bool "avi (*.avi video)"
|
||||
@@ -306,9 +307,9 @@ comment "flac needs a toolchain w/ wchar"
|
||||
|
||||
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_GDKPIXBUF
|
||||
bool "gdkpixbuf"
|
||||
select BR2_PACKAGE_GDK_PIXBUF
|
||||
depends on BR2_USE_WCHAR # gdk-pixbuf -> libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # gdk-pixbuf -> libglib2
|
||||
select BR2_PACKAGE_GDK_PIXBUF
|
||||
help
|
||||
GdkPixbuf-based image decoder, overlay and sink
|
||||
|
||||
@@ -316,19 +317,20 @@ comment "gdkpixbuf needs a toolchain w/ wchar, threads"
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_PULSE
|
||||
bool "pulseaudio"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # pulseaudio
|
||||
depends on BR2_USE_MMU # pulseaudio
|
||||
depends on !BR2_STATIC_LIBS # pulseaudio
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pulseaudio -> json-c
|
||||
depends on BR2_USE_WCHAR # pulseaudio
|
||||
depends on BR2_PACKAGE_PULSEAUDIO_HAS_ATOMIC # pulseaudio
|
||||
select BR2_PACKAGE_PULSEAUDIO
|
||||
bool "pulseaudio"
|
||||
help
|
||||
PulseAudio plugin library
|
||||
|
||||
comment "pulseaudio support needs a toolchain w/ threads, dynamic library"
|
||||
comment "pulseaudio support needs a toolchain w/ threads, wchar, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||
depends on BR2_PACKAGE_PULSEAUDIO_HAS_ATOMIC
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
||||
|
||||
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
|
||||
bool "souphttpsrc (http client)"
|
||||
@@ -360,9 +362,9 @@ comment "taglib needs a toolchain w/ C++, wchar"
|
||||
|
||||
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX
|
||||
bool "vpx (webm)"
|
||||
select BR2_PACKAGE_LIBVPX
|
||||
depends on !BR2_bfin # libvpx
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libvpx
|
||||
select BR2_PACKAGE_LIBVPX
|
||||
help
|
||||
VP8 plugin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user