mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
package/gstreamer[0/1]: rename BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX config option.
1] BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX is not defined anywhere 2] qtdemux is not a plugin by itself but belongs to isomp4 Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
345f32e67d
commit
752dd650b5
@ -27,11 +27,11 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_BZ2
|
|||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_ZLIB
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_ZLIB
|
||||||
bool "zlib support"
|
bool "zlib support"
|
||||||
depends on BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX || BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX || BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA
|
depends on BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ISOMP4 || BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX || BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
Enable zlib support for the following plugins:
|
Enable zlib support for the following plugins:
|
||||||
id3demux, qtdemux, matroska
|
id3demux, isomp4, matroska
|
||||||
|
|
||||||
comment "dependency-less plugins"
|
comment "dependency-less plugins"
|
||||||
|
|
||||||
|
@ -34,11 +34,11 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_BZ2
|
|||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_GOOD_ZLIB
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_ZLIB
|
||||||
bool "zlib support"
|
bool "zlib support"
|
||||||
depends on BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_QTDEMUX || BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ID3DEMUX || BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_MATROSKA
|
depends on BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ISOMP4 || BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ID3DEMUX || BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_MATROSKA
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
Enable zlib support for the following plugins:
|
Enable zlib support for the following plugins:
|
||||||
id3demux, qtdemux, matroska
|
id3demux, isomp4, matroska
|
||||||
|
|
||||||
comment "dependency-less plugins"
|
comment "dependency-less plugins"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user