[Buildroot] [git commit] package/mpv: disable cuda support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Apr 16 15:10:14 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=030bebd7f137ffc9c41d4911c7957f720ed971c6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/mpv/mpv.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mpv/mpv.mk b/package/mpv/mpv.mk
index 2c5d829..a21ddeb 100644
--- a/package/mpv/mpv.mk
+++ b/package/mpv/mpv.mk
@@ -23,6 +23,7 @@ MPV_CONF_OPTS = \
 	--disable-cdda \
 	--disable-cocoa \
 	--disable-coreaudio \
+	--disable-cuda-hwaccel \
 	--disable-libv4l2 \
 	--disable-opensles \
 	--disable-rpi \



More information about the buildroot mailing list