blob: 51b51c77397e79cfb4ee4b2469c8a019707a987e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- mpeg4ip-1.4.1/bootstrap.orig 2006-01-02 15:16:28.000000000 +0000
+++ mpeg4ip-1.4.1/bootstrap 2006-01-02 15:16:41.000000000 +0000
@@ -35,15 +35,6 @@ if (test ! -f "$MPEG4IP_SRC/configure")
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
-
allargs="$@"
set -x
|