mpv: disable mali-fbdev support
Fixes: http://autobuild.buildroot.net/results/2ce/2ce2d9be9e0699114e3bc3c0434ba05f64741f89/ A compile error occurs when attempting to compile mpv with mali support (eg. when odroid-mali package is selected). Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com> Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com><br/> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
9e345d21a7
commit
52cec04a6c
@ -31,7 +31,8 @@ MPV_CONF_OPTS = \
|
||||
--disable-uchardet \
|
||||
--disable-vapoursynth \
|
||||
--disable-vapoursynth-lazy \
|
||||
--disable-vdpau
|
||||
--disable-vdpau \
|
||||
--disable-mali-fbdev
|
||||
|
||||
# ALSA support requires pcm+mixer
|
||||
ifeq ($(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yy)
|
||||
|
Loading…
Reference in New Issue
Block a user