summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-15 21:51:24 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-15 21:51:24 +0000
commita7b333019272846114346459479262e029a5870c (patch)
tree06bfde446425d7f4cea2b70a9d21baef8f405cbe /configure
parentc4558bb99dae4e15ac6043e8104919dc0e3485b1 (diff)
downloadmpv-a7b333019272846114346459479262e029a5870c.tar.bz2
mpv-a7b333019272846114346459479262e029a5870c.tar.xz
enable vidix for ppc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9441 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index fc4abb2941..36a1828102 100755
--- a/configure
+++ b/configure
@@ -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