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
package/multimedia/gst-plugins-good
@ -36,9 +36,6 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_ZLIB
|
||||
|
||||
comment "dependency-less plugins"
|
||||
|
||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOFILTER
|
||||
bool "videofilter"
|
||||
|
||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ALPHA
|
||||
bool "alpha"
|
||||
|
||||
@ -76,6 +73,15 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EQUALIZER
|
||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_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
|
||||
bool "id3demux (*.mp3 audio)"
|
||||
|
||||
@ -88,15 +94,6 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_IMAGEFREEZE
|
||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_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
|
||||
bool "law"
|
||||
|
||||
@ -152,6 +149,9 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOBOX
|
||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOCROP
|
||||
bool "videocrop"
|
||||
|
||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOFILTER
|
||||
bool "videofilter"
|
||||
|
||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOMIXER
|
||||
bool "videomixer"
|
||||
|
||||
|
@ -54,12 +54,6 @@ else
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-zlib
|
||||
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)
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-alpha
|
||||
else
|
||||
@ -132,6 +126,24 @@ else
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-flv
|
||||
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)
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-id3demux
|
||||
else
|
||||
@ -156,24 +168,6 @@ else
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-interleave
|
||||
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)
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-law
|
||||
else
|
||||
@ -276,6 +270,12 @@ else
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --disable-videocrop
|
||||
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)
|
||||
GST_PLUGINS_GOOD_CONF_OPT += --enable-videomixer
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user