mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
mpd: fix vorbis build failure
Forcibly disable the vorbis encoder support when the vorbis option isn't enabled to avoid autodetection. Said autodetection has a build bug that it won't properly set libvorbis build options when the decoder is disabled. Fixes: http://autobuild.buildroot.net/results/a46/a46b4c97fe126b23a96051a8bf1243a7f4935434/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b83d57211b
commit
52ec2e54e6
@ -91,7 +91,7 @@ endif
|
|||||||
ifeq ($(BR2_PACKAGE_MPD_VORBIS),y)
|
ifeq ($(BR2_PACKAGE_MPD_VORBIS),y)
|
||||||
MPD_DEPENDENCIES += libvorbis
|
MPD_DEPENDENCIES += libvorbis
|
||||||
else
|
else
|
||||||
MPD_CONF_OPT += --disable-vorbis
|
MPD_CONF_OPT += --disable-vorbis --disable-vorbis-encoder
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MPD_MPG123),y)
|
ifeq ($(BR2_PACKAGE_MPD_MPG123),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user