mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
gst-plugins-good: sort plug-ins alphabetically
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
946a0ff97a
commit
167b504bcd
@ -36,9 +36,6 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_ZLIB
|
|||||||
|
|
||||||
comment "dependency-less plugins"
|
comment "dependency-less plugins"
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOFILTER
|
|
||||||
bool "videofilter"
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ALPHA
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ALPHA
|
||||||
bool "alpha"
|
bool "alpha"
|
||||||
|
|
||||||
@ -76,6 +73,15 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EQUALIZER
|
|||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLV
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLV
|
||||||
bool "flv"
|
bool "flv"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLX
|
||||||
|
bool "flx"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM
|
||||||
|
bool "goom"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM2K1
|
||||||
|
bool "goom2k1"
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX
|
||||||
bool "id3demux (*.mp3 audio)"
|
bool "id3demux (*.mp3 audio)"
|
||||||
|
|
||||||
@ -88,15 +94,6 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_IMAGEFREEZE
|
|||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_INTERLEAVE
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_INTERLEAVE
|
||||||
bool "interleave"
|
bool "interleave"
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLX
|
|
||||||
bool "flx"
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM
|
|
||||||
bool "goom"
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM2K1
|
|
||||||
bool "goom2k1"
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LAW
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LAW
|
||||||
bool "law"
|
bool "law"
|
||||||
|
|
||||||
@ -152,6 +149,9 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOBOX
|
|||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOCROP
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOCROP
|
||||||
bool "videocrop"
|
bool "videocrop"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOFILTER
|
||||||
|
bool "videofilter"
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOMIXER
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOMIXER
|
||||||
bool "videomixer"
|
bool "videomixer"
|
||||||
|
|
||||||
|
@ -54,12 +54,6 @@ else
|
|||||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-zlib
|
GST_PLUGINS_GOOD_CONF_OPT += --disable-zlib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOFILTER),y)
|
|
||||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-videofilter
|
|
||||||
else
|
|
||||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-videofilter
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ALPHA),y)
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ALPHA),y)
|
||||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-alpha
|
GST_PLUGINS_GOOD_CONF_OPT += --enable-alpha
|
||||||
else
|
else
|
||||||
@ -132,6 +126,24 @@ else
|
|||||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-flv
|
GST_PLUGINS_GOOD_CONF_OPT += --disable-flv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLX),y)
|
||||||
|
GST_PLUGINS_GOOD_CONF_OPT += --enable-flx
|
||||||
|
else
|
||||||
|
GST_PLUGINS_GOOD_CONF_OPT += --disable-flx
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM),y)
|
||||||
|
GST_PLUGINS_GOOD_CONF_OPT += --enable-goom
|
||||||
|
else
|
||||||
|
GST_PLUGINS_GOOD_CONF_OPT += --disable-goom
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM2K1),y)
|
||||||
|
GST_PLUGINS_GOOD_CONF_OPT += --enable-goom2k1
|
||||||
|
else
|
||||||
|
GST_PLUGINS_GOOD_CONF_OPT += --disable-goom2k1
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX),y)
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX),y)
|
||||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-id3demux
|
GST_PLUGINS_GOOD_CONF_OPT += --enable-id3demux
|
||||||
else
|
else
|
||||||
@ -156,24 +168,6 @@ else
|
|||||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-interleave
|
GST_PLUGINS_GOOD_CONF_OPT += --disable-interleave
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLX),y)
|
|
||||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-flx
|
|
||||||
else
|
|
||||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-flx
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM),y)
|
|
||||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-goom
|
|
||||||
else
|
|
||||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-goom
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM2K1),y)
|
|
||||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-goom2k1
|
|
||||||
else
|
|
||||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-goom2k1
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LAW),y)
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LAW),y)
|
||||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-law
|
GST_PLUGINS_GOOD_CONF_OPT += --enable-law
|
||||||
else
|
else
|
||||||
@ -276,6 +270,12 @@ else
|
|||||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-videocrop
|
GST_PLUGINS_GOOD_CONF_OPT += --disable-videocrop
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOFILTER),y)
|
||||||
|
GST_PLUGINS_GOOD_CONF_OPT += --enable-videofilter
|
||||||
|
else
|
||||||
|
GST_PLUGINS_GOOD_CONF_OPT += --disable-videofilter
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOMIXER),y)
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOMIXER),y)
|
||||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-videomixer
|
GST_PLUGINS_GOOD_CONF_OPT += --enable-videomixer
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user