mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
gst-plugins-bad: allow the build of ivorbisdec plugin
Allow to select the ivorbisdec plugin using the tremor fixed-point Ogg Vorbis decoder. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
989565d305
commit
63dd44dbcd
2
CHANGES
2
CHANGES
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Updated/fixed packages: autoconf, bind, binutils, busybox,
|
Updated/fixed packages: autoconf, bind, binutils, busybox,
|
||||||
directfb, gst-plugins-bad, iw, libfuse, libpcap, lighttpd,
|
directfb, gst-plugins-bad, iw, libfuse, libpcap, lighttpd,
|
||||||
mesa, pcre, sshfs, usbutils
|
mesa, pcre, sshfs, tremor, usbutils
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
@ -176,6 +176,10 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDL
|
|||||||
bool "sdl"
|
bool "sdl"
|
||||||
select BR2_PACKAGE_SDL
|
select BR2_PACKAGE_SDL
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_TREMOR
|
||||||
|
bool "tremor"
|
||||||
|
select BR2_PACKAGE_TREMOR
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VCD
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VCD
|
||||||
bool "vcd"
|
bool "vcd"
|
||||||
|
|
||||||
|
@ -336,6 +336,13 @@ else
|
|||||||
GST_PLUGINS_BAD_CONF_OPT += --disable-sdl
|
GST_PLUGINS_BAD_CONF_OPT += --disable-sdl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_TREMOR),y)
|
||||||
|
GST_PLUGINS_BAD_CONF_OPT += --enable-ivorbis
|
||||||
|
GST_PLUGINS_BAD_DEPENDENCIES += tremor
|
||||||
|
else
|
||||||
|
GST_PLUGINS_BAD_CONF_OPT += --disable-ivorbis
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VCD),y)
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VCD),y)
|
||||||
GST_PLUGINS_BAD_CONF_OPT += --enable-vcd
|
GST_PLUGINS_BAD_CONF_OPT += --enable-vcd
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user