diff --git a/projects/ATV/options b/projects/ATV/options index 535017bdaf..3e4234b519 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -227,6 +227,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau" GRAPHIC_DRIVERS="nvidia" +# OpenMAX implementation to use (no / bcm2835-driver) + OPENMAX="no" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="no" diff --git a/projects/Fusion/options b/projects/Fusion/options index ab2cfdce14..cf50987dd3 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -226,6 +226,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon fglrx nvidia nouveau" GRAPHIC_DRIVERS="fglrx" +# OpenMAX implementation to use (no / bcm2835-driver) + OPENMAX="no" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="no" diff --git a/projects/Generic/options b/projects/Generic/options index 3607cf7533..3b3e9013a3 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -226,6 +226,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 nvidia nouveau" GRAPHIC_DRIVERS="fglrx i915 i965 nvidia" +# OpenMAX implementation to use (no / bcm2835-driver) + OPENMAX="no" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="yes" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 553522c754..8a830aa31b 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -226,6 +226,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 nvidia nouveau" GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 nouveau" +# OpenMAX implementation to use (no / bcm2835-driver) + OPENMAX="no" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="no" diff --git a/projects/ION/options b/projects/ION/options index b74bc5e63f..7a51a3cacf 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -226,6 +226,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau" GRAPHIC_DRIVERS="nvidia" +# OpenMAX implementation to use (no / bcm2835-driver) + OPENMAX="no" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="yes" diff --git a/projects/Intel/options b/projects/Intel/options index a7bf7d593f..2d10c88765 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -226,6 +226,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau" GRAPHIC_DRIVERS="i915 i965" +# OpenMAX implementation to use (no / bcm2835-driver) + OPENMAX="no" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="no" diff --git a/projects/Ultra/options b/projects/Ultra/options index 0184fd6513..f7d85acb10 100755 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -226,6 +226,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau" GRAPHIC_DRIVERS="nvidia" +# OpenMAX implementation to use (no / bcm2835-driver) + OPENMAX="no" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="yes" diff --git a/projects/Virtual/options b/projects/Virtual/options index 00d004fb74..c296ae377e 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -222,6 +222,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau" GRAPHIC_DRIVERS="vmware virtualbox" +# OpenMAX implementation to use (no / bcm2835-driver) + OPENMAX="no" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="no"