mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/mpv: disable cuda support
mpv wrongly detects cuda being available: Checking for CUDA hwaccel : yes leading to build errors. Fixes http://autobuild.buildroot.net/results/e89/e892a537265ad7259024403a0bb3ca5da85ed096/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
b207e010d8
commit
030bebd7f1
@@ -23,6 +23,7 @@ MPV_CONF_OPTS = \
|
||||
--disable-cdda \
|
||||
--disable-cocoa \
|
||||
--disable-coreaudio \
|
||||
--disable-cuda-hwaccel \
|
||||
--disable-libv4l2 \
|
||||
--disable-opensles \
|
||||
--disable-rpi \
|
||||
|
||||
Reference in New Issue
Block a user