summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-02 14:21:25 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-02 14:21:25 +0000
commitaefe1778367b64d2419f367c4a8c6d35cf12b79d (patch)
treefe0c222fc2258057c19a4eaaad8fd27405bb3b74 /configure
parent0bcb845e12eee1f37312d73908f33fa9617ad1db (diff)
downloadmpv-aefe1778367b64d2419f367c4a8c6d35cf12b79d.tar.bz2
mpv-aefe1778367b64d2419f367c4a8c6d35cf12b79d.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index cf5c3309aa..d8d484b7e1 100755
--- a/configure
+++ b/configure
@@ -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