--- mpeg4ip-1.4.1/bootstrap 2005-12-28 19:26:22.000000000 +0100 +++ mpeg4ip-1.4.1-patched/bootstrap 2005-12-28 19:26:39.000000000 +0100 @@ -35,14 +35,14 @@ fi target_system=`uname -s` -if sdl-config --version >/dev/null 2>/dev/null - then - echo "SDL appears to be installed" -else - echo "SDL does not appear to be installed - install the SDL development package" - echo "You must have sdl-config in your path to continue" - exit 1 -fi +#if sdl-config --version >/dev/null 2>/dev/null +# then +# echo "SDL appears to be installed" +#else +# echo "SDL does not appear to be installed - install the SDL development package" +# echo "You must have sdl-config in your path to continue" +# exit 1 +#fi allargs="$@" set -x --- mpeg4ip-1.4.1/configure 2005-11-11 01:26:00.000000000 +0100 +++ mpeg4ip-1.4.1-patched/configure 2005-12-28 19:44:10.000000000 +0100 @@ -425,8 +425,6 @@ PACKAGE_STRING='mpeg4ip 1.4.1' PACKAGE_BUGREPORT='' -ac_subdirs_all="$ac_subdirs_all lib/SDLAudio" -ac_subdirs_all="$ac_subdirs_all lib/rtp common/video/iso-mpeg4" # Factoring default headers for most tests. ac_includes_default="\ #include @@ -2107,7 +2105,7 @@ if test $have_macosx = false; then -subdirs="$subdirs lib/SDLAudio" +subdirs="$subdirs" fi @@ -2122,7 +2120,7 @@ -subdirs="$subdirs lib/rtp common/video/iso-mpeg4" +subdirs="$subdirs" @@ -28969,9 +28967,9 @@ fi -SDL_LIBS="`sdl-config --libs`" +#SDL_LIBS="`sdl-config --libs`" -SDL_LIB_LIBS="`sdl-config --libs | sed /-lSDLmain/s///`" +#SDL_LIB_LIBS="`sdl-config --libs | sed /-lSDLmain/s///`" @@ -30668,7 +30666,7 @@ PLAYER_PLUGIN_DIR=$libdir/mp4player_plugin -SDL_CFLAGS=`sdl-config --cflags` +#SDL_CFLAGS=`sdl-config --cflags` CFLAGS="$CFLAGS -DMPEG4IP $SDL_CFLAGS" CXXFLAGS="$CXXFLAGS -DMPEG4IP $SDL_CFLAGS"