Author: tom
Date: Thu Oct 23 08:40:33 2008
New Revision: 3199

URL: http://svn.slimdevices.com?rev=3199&root=Jive&view=rev
Log:
Bug 9696:
Description: 
-missed mad.h
MAC OSX Universal Binary Support
# * In general Using CC=sh gcc-fat.sh idea from SDL (seemed cleanest way to 
deal with so many different type of 
#    Makefile/config issues with different libraries) gcc-fat.sh came fm 
SDL_image
# * Modified gcc-fat.sh it to avoid issue with attempts to do 10.2 
compatibitity, and put it at top level for all modules to use
# * For SDL core, using build-scripts/fatbuild.sh to get a universal binary 
that doesn't 
#    have endian issues (all other techniques failed)
# * For libmad - modified configure.ac to force the disabling of i386 
optimizations for mac - if need 
#    be, to get this optimization back for i386 mac, we could do some sort of 
fatbuild.sh way where two configures are run 
# * 10.3 compatibilty turned off (in gcc-fat.sh) see bug 9790 - note lua 
compilation would need 10.3 support see lua/Makefile 
# * Added -L/usr/lib to end of LDFLAGS to pick up univeraal version of libz
# * mmx disabled in SDL_gfx

Modified:
    7.3/trunk/squeezeplay/src/libmad-0.15.1b/mad.h

Modified: 7.3/trunk/squeezeplay/src/libmad-0.15.1b/mad.h
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/libmad-0.15.1b/mad.h?rev=3199&root=Jive&r1=3198&r2=3199&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/libmad-0.15.1b/mad.h (original)
+++ 7.3/trunk/squeezeplay/src/libmad-0.15.1b/mad.h Thu Oct 23 08:40:33 2008
@@ -24,7 +24,7 @@
 extern "C" {
 # endif
 
-# define FPM_INTEL
+# define FPM_DEFAULT
 
 
 

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to