summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-23 01:29:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-23 01:29:47 +0000
commit0f889e9f64dd6f660a2b176b7d35c962f89ba072 (patch)
treeb27d6e7ba5893c475f3a2189c3ac24d70eb11324 /DOCS
parent86d67f0b7d85ea685f89fa108c504f61e83d32d7 (diff)
downloadmpv-0f889e9f64dd6f660a2b176b7d35c962f89ba072.tar.bz2
mpv-0f889e9f64dd6f660a2b176b7d35c962f89ba072.tar.xz
configure now detects SDL automatically under Cygwin.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8254 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/documentation.html30
1 files changed, 0 insertions, 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
<CODE>./configure --disable-win32 --disable-gl --disable-mpdvdkit</CODE>.</P>
-<P>SDL has also been reported to work after some tweaking:<BR>
- There are several changes that need to be made to the <CODE>config.mak</CODE>
- file after running <CODE>configure</CODE>. These changes, like any change to
- <CODE>config.mak</CODE> after the <CODE>configure</CODE> run are <B>not</B>
- supported, so please do <B>not</B> report bugs!</P>
-
-<P>Find the line that reads</P>
-
-<PRE>
- SDL_LIB = -L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mwindows -mno-cygwin
-</PRE>
-
-<P>and change it to:</P>
-
-<PRE>
- SDL_LIB = -L/usr/local/lib -lSDL -mcygwin
-</PRE>
-
-<P>and replace</P>
-
-<PRE>
- SDL_INC = -I/usr/local/include -I/usr/local/include/SDL -Dmain=SDL_main -I/usr/include/mingw -DWIN32 -Uunix -mno-cygwin
-</PRE>
-
-<P>with</P>
-
-<PRE>
- SDL_INC = -I/usr/local/include -I/usr/local/include/SDL -Uunix -mcygwin
-</PRE>
-
<P>Instructions and files for making SDL run under Cygwin can be found on the
<A HREF="http://www.libsdl.org/extras/win32/cygwin/">libsdl site</A>.</P>