diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-15 21:51:24 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-15 21:51:24 +0000 |
commit | a7b333019272846114346459479262e029a5870c (patch) | |
tree | 06bfde446425d7f4cea2b70a9d21baef8f405cbe | |
parent | c4558bb99dae4e15ac6043e8104919dc0e3485b1 (diff) | |
download | mpv-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
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |