|
@@ -261,7 +261,7 @@ comment "plugins with external dependencies"
|
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_ADAPTIVEMUX2
|
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_ADAPTIVEMUX2
|
|
bool "adaptivedemux2 (Adaptive Streaming 2)"
|
|
bool "adaptivedemux2 (Adaptive Streaming 2)"
|
|
select BR2_PACKAGE_LIBXML2
|
|
select BR2_PACKAGE_LIBXML2
|
|
- select BR2_PACKAGE_LIBSOUP
|
|
|
|
|
|
+ select BR2_PACKAGE_LIBSOUP3
|
|
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_LAME
|
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_LAME
|
|
bool "lame (*.mp3 audio encoder)"
|
|
bool "lame (*.mp3 audio encoder)"
|
|
@@ -383,11 +383,11 @@ comment "pulseaudio support needs a toolchain w/ threads, wchar, dynamic library
|
|
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
|
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
|
|
bool "souphttpsrc (http client)"
|
|
bool "souphttpsrc (http client)"
|
|
- depends on BR2_USE_WCHAR # libsoup -> glib2
|
|
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS # libsoup -> glib2
|
|
|
|
- select BR2_PACKAGE_LIBSOUP
|
|
|
|
|
|
+ depends on BR2_USE_WCHAR # libsoup3 -> glib2
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libsoup3 -> glib2
|
|
|
|
+ select BR2_PACKAGE_LIBSOUP3
|
|
help
|
|
help
|
|
- libsoup HTTP client src/sink
|
|
|
|
|
|
+ libsoup3 HTTP client src/sink
|
|
|
|
|
|
comment "souphttpsrc needs a toolchain w/ wchar, threads"
|
|
comment "souphttpsrc needs a toolchain w/ wchar, threads"
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|