+ Added producer_sdl_image as an alternative image and image sequence producer
[melted] / src / modules / sdl / configure
index 8d2a204..253d181 100755 (executable)
@@ -8,9 +8,14 @@ then
 
        if [ "$disable_sdl" = "0" ]
        then
+               echo > config.mak
+               image=`sdl-config --prefix`/include/SDL/SDL_image.h
                echo "sdl                               libmltsdl$LIBSUF" >> ../consumers.dat
                echo "sdl_preview               libmltsdl$LIBSUF" >> ../consumers.dat
                echo "sdl_still                 libmltsdl$LIBSUF" >> ../consumers.dat
+               [ -f "$image" ] && 
+               echo "sdl_image                 libmltsdl$LIBSUF" >> ../producers.dat &&
+               echo "WITH_SDL_IMAGE=1" >> config.mak
        else
                echo "- sdl development libs not found: disabling"
                touch ../disable-sdl