Author: mwise
Date: Tue Apr 14 11:44:40 2009
New Revision: 5302

URL: http://svn.slimdevices.com/jive?rev=5302&view=rev
Log:
Allow specifying a specific libpng and libjpeg path.

Modified:
    7.4/trunk/squeezeplay/src/Makefile.linux

Modified: 7.4/trunk/squeezeplay/src/Makefile.linux
URL: 
http://svn.slimdevices.com/jive/7.4/trunk/squeezeplay/src/Makefile.linux?rev=5302&r1=5301&r2=5302&view=diff
==============================================================================
--- 7.4/trunk/squeezeplay/src/Makefile.linux (original)
+++ 7.4/trunk/squeezeplay/src/Makefile.linux Tue Apr 14 11:44:40 2009
@@ -69,7 +69,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} ${ENABLE_PROFILING} 
--prefix=${PREFIX}
+       cd SDL_image-1.2.5; SDL_CONFIG=${PREFIX}/bin/sdl-config ./configure 
--disable-tif  --host=${TARGET} --target=${TARGET} ${ENABLE_PROFILING} 
--prefix=${PREFIX} ${LIBPNG} ${LIBJPEG}
 
 sdl-image: SDL_image-1.2.5/Makefile
        cd SDL_image-1.2.5; make && make install

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

Reply via email to