From 88ec015843f07bebdcbfd4769130dd79c9456c87 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 2 Nov 2011 10:36:28 +0100 Subject: [PATCH] projects/Generic_OSS/options: disable VDPAU support Signed-off-by: Stephan Raue --- projects/Generic_OSS/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index a6240b4c6f..9903a82c34 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -217,7 +217,7 @@ MESA="mesa" # Use VDPAU video acceleration (needs nVidia driver and a supported card) - VDPAU="yes" + VDPAU="no" # Use VAAPI video acceleration (needs intel i965 driver and a supported card) VAAPI="yes"