mpv: disable mali-fbdev support
authorMahyar Koshkouei <mahyar.koshkouei@gmail.com>
Mon, 26 Feb 2018 15:41:11 +0000 (15:41 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 27 Feb 2018 20:01:56 +0000 (21:01 +0100)
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 &lt;mahyar.koshkouei@gmail.com&gt;<br/>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mpv/mpv.mk

index 8d10aa7c47ac65bf7bc645e6cc6ab177eadbe4e1..d577674bd97ce272db5c1b9aa7d1d6da4e81f626 100644 (file)
@@ -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)