SHA256
1
0
forked from pool/Mesa

Accepting request 282940 from home:Andreas_Schwab:Factory

- Set xvmc_support also on ppc

OBS-URL: https://build.opensuse.org/request/show/282940
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=419
This commit is contained in:
Stefan Dirsch 2015-01-27 10:52:01 +00:00 committed by Git OBS Bridge
parent 8b3133b0be
commit 6b6a7b8e89
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 27 10:02:46 UTC 2015 - schwab@suse.de
- Set xvmc_support also on ppc
-------------------------------------------------------------------
Sun Jan 25 12:13:06 UTC 2015 - mimi.vx@gmail.com

View File

@ -24,15 +24,12 @@
%else
%define gallium_loader 0
%endif
%ifarch %ix86 x86_64 %arm ppc64 ppc64le
%define xvmc_support 1
%else
%define xvmc_support 0
%endif
%ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le
%define xvmc_support 1
%define vdpau_nouveau 1
%define vdpau_radeon 1
%else
%define xvmc_support 0
%define vdpau_nouveau 0
%define vdpau_radeon 0
%endif