mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
enable vidix for ppc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9441 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c4558bb99d
commit
a7b3330192
2
configure
vendored
2
configure
vendored
@ -1497,6 +1497,7 @@ if test "$_vidix" = auto ; then
|
||||
_vidix=no
|
||||
# should check for x86 systems supporting VIDIX (does QNX have VIDIX?)
|
||||
x86 && _vidix=yes
|
||||
ppc && linux && _vidix=yes
|
||||
cygwin && _vidix=no
|
||||
qnx && _vidix=no
|
||||
sunos && _vidix=no
|
||||
@ -4806,6 +4807,7 @@ cat > config.mak << EOF
|
||||
# -------- Generated by configure -----------
|
||||
|
||||
LANG = C
|
||||
LINGUAS = $LINGUAS
|
||||
TARGET_OS = $system_name
|
||||
DESTDIR =
|
||||
prefix = \$(DESTDIR)$_prefix
|
||||
|
Loading…
Reference in New Issue
Block a user