[MPlayer-cvslog] r23099 - trunk/configure
ben
subversion at mplayerhq.hu
Mon Apr 23 19:40:25 CEST 2007
Author: ben
Date: Mon Apr 23 19:40:25 2007
New Revision: 23099
Log:
allows cross-compilation for PPC target when using a toolchain defined as powerpc
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Apr 23 19:40:25 2007
@@ -139,7 +139,7 @@ x86() {
ppc() {
case "$host_arch" in
- ppc) return 0;;
+ ppc|powerpc) return 0;;
*) return 1;;
esac
}
@@ -1950,7 +1950,7 @@ EOF
_optimizing=''
;;
- ppc)
+ ppc|powerpc)
_def_arch='#define ARCH_POWERPC 1'
_def_dcbzl='#define NO_DCBZL 1'
_target_arch='TARGET_ARCH_POWERPC = yes'
More information about the MPlayer-cvslog
mailing list