[MPlayer-dev-eng] [PATCH]Allow 32bit compilation on 64bit OS

Carl Eugen Hoyos cehoyos at rainbow.studorg.tuwien.ac.at
Fri Dec 19 14:14:56 CET 2008


Hi!

I needed attached patch to play WMA9 files.

Please comment, Carl Eugen
-------------- next part --------------
Index: configure
===================================================================
--- configure	(revision 28162)
+++ configure	(working copy)
@@ -1340,7 +1340,7 @@
       ia64) host_arch=ia64 ;;
       x86_64|amd64)
         if [ -n "`$_cc -dumpmachine | sed -n '/^x86_64-/p;/^amd64-/p'`" -a \
-             -z "`echo $CFLAGS | grep -- -m32`"  ]; then
+             -z "`echo $_cc | grep -- -m32`"  ]; then
           host_arch=x86_64
         else
           host_arch=i386


More information about the MPlayer-dev-eng mailing list