From 0f889e9f64dd6f660a2b176b7d35c962f89ba072 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 23 Nov 2002 01:29:47 +0000 Subject: [PATCH] configure now detects SDL automatically under Cygwin. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8254 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/documentation.html | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 92ae9dec46..a1f783e0e0 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -1628,36 +1628,6 @@ end do not work/compile, you should disable them in configure with ./configure --disable-win32 --disable-gl --disable-mpdvdkit.

-

SDL has also been reported to work after some tweaking:
- There are several changes that need to be made to the config.mak - file after running configure. These changes, like any change to - config.mak after the configure run are not - supported, so please do not report bugs!

- -

Find the line that reads

- -
-  SDL_LIB = -L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mwindows -mno-cygwin
-
- -

and change it to:

- -
-  SDL_LIB = -L/usr/local/lib -lSDL -mcygwin
-
- -

and replace

- -
-  SDL_INC = -I/usr/local/include -I/usr/local/include/SDL -Dmain=SDL_main -I/usr/include/mingw -DWIN32 -Uunix -mno-cygwin
-
- -

with

- -
-  SDL_INC = -I/usr/local/include -I/usr/local/include/SDL -Uunix -mcygwin
-
-

Instructions and files for making SDL run under Cygwin can be found on the libsdl site.