[svn-commits] rizzo: branch rizzo/video_v2 r89243 - /team/rizzo/video_v2/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 13 10:04:23 CST 2007


Author: rizzo
Date: Tue Nov 13 10:04:22 2007
New Revision: 89243

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89243
Log:
add SDL_image to the ldflags


Modified:
    team/rizzo/video_v2/Makefile

Modified: team/rizzo/video_v2/Makefile
URL: http://svn.digium.com/view/asterisk/team/rizzo/video_v2/Makefile?view=diff&rev=89243&r1=89242&r2=89243
==============================================================================
--- team/rizzo/video_v2/Makefile (original)
+++ team/rizzo/video_v2/Makefile Tue Nov 13 10:04:22 2007
@@ -285,7 +285,7 @@
 
 # Add library for ffmpeg and SDL lib.
 ASTCFLAGS+=`sdl-config --cflags`
-AST_LIBS+=-lavcodec -lz -lm `sdl-config --libs`
+AST_LIBS+=-lavcodec -lz -lm `sdl-config --libs` -lSDL_image
 
 all: _all
 	@echo " +--------- Asterisk Build Complete ---------+"  




More information about the svn-commits mailing list