mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Disable internal vidix on PPC linux, it breaks compilation.
Proper fix welcome git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23210 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0bcb845e12
commit
aefe177836
3
configure
vendored
3
configure
vendored
@ -2499,7 +2499,8 @@ if test "$_vidix_internal" = auto ; then
|
||||
_vidix_internal=no
|
||||
# should check for x86 systems supporting VIDIX (does QNX have VIDIX?)
|
||||
x86 && _vidix_internal=yes
|
||||
ppc && linux && _vidix_internal=yes
|
||||
# this is broken currently, undefined references to inw, outw etc.
|
||||
# ppc && linux && _vidix_internal=yes
|
||||
alpha && linux && _vidix_internal=yes
|
||||
qnx && _vidix_internal=no
|
||||
sunos && not x86 && _vidix_internal=no
|
||||
|
Loading…
Reference in New Issue
Block a user