* [Buildroot] [PATCH 1/1] package/mpv: disable cuda support
@ 2017-04-16 12:12 Bernd Kuhls
2017-04-16 15:11 ` Thomas Petazzoni
2017-04-24 19:30 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2017-04-16 12:12 UTC (permalink / raw)
To: buildroot
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>
---
package/mpv/mpv.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/mpv/mpv.mk b/package/mpv/mpv.mk
index 2c5d8299c..a21ddeb1d 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 \
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/mpv: disable cuda support
2017-04-16 12:12 [Buildroot] [PATCH 1/1] package/mpv: disable cuda support Bernd Kuhls
@ 2017-04-16 15:11 ` Thomas Petazzoni
2017-04-24 19:30 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-04-16 15:11 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 16 Apr 2017 14:12:36 +0200, Bernd Kuhls wrote:
> 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>
> ---
> package/mpv/mpv.mk | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/mpv: disable cuda support
2017-04-16 12:12 [Buildroot] [PATCH 1/1] package/mpv: disable cuda support Bernd Kuhls
2017-04-16 15:11 ` Thomas Petazzoni
@ 2017-04-24 19:30 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-04-24 19:30 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> 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>
Committed to 2017.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-04-24 19:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-16 12:12 [Buildroot] [PATCH 1/1] package/mpv: disable cuda support Bernd Kuhls
2017-04-16 15:11 ` Thomas Petazzoni
2017-04-24 19:30 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox