Author: titmuss
Date: Thu Mar 27 11:25:13 2008
New Revision: 2148

URL: http://svn.slimdevices.com?rev=2148&root=Jive&view=rev
Log:
Bug: N/A
Description:
Tweak configure for SDL_image, the jpeg library was being dynamically loaded 
for every 
jpeg image loaded over the network. This nearly doubled the time to decode the 
jpeg.


Modified:
    trunk/squeezeplay/src/Makefile.squeezeos

Modified: trunk/squeezeplay/src/Makefile.squeezeos
URL: 
http://svn.slimdevices.com/trunk/squeezeplay/src/Makefile.squeezeos?rev=2148&root=Jive&r1=2147&r2=2148&view=diff
==============================================================================
--- trunk/squeezeplay/src/Makefile.squeezeos (original)
+++ trunk/squeezeplay/src/Makefile.squeezeos Thu Mar 27 11:25:13 2008
@@ -56,7 +56,7 @@
 
 # sdl_image (requires jpeg tiff png)
 SDL_image-1.2.5/Makefile:
-       cd SDL_image-1.2.5; SDL_CONFIG=${PREFIX}/bin/sdl-config ./configure 
--disable-tif --host=${TARGET} --target=${TARGET} --prefix=${PREFIX} 
${ENABLE_PROFILING}
+       cd SDL_image-1.2.5; SDL_CONFIG=${PREFIX}/bin/sdl-config ./configure 
--disable-tif --disable-jpg-shared --disable-png-shared --host=${TARGET} 
--target=${TARGET} --prefix=${PREFIX} ${ENABLE_PROFILING}
 
 sdl-image: SDL_image-1.2.5/Makefile
        cd SDL_image-1.2.5; make && make DESTDIR= install

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

Reply via email to