Changeset 731c3c844c4333fdd0377e0ae4624fd73bda6a6b

Show
Ignore:
Timestamp:
09/01/05 19:41:01 (3 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1125596461 +0000
git-parent:

[76355751b46fd4bb2dc33b18a36c359d646cb148]

git-author:
Christophe Massiot <massiot@videolan.org> 1125596461 +0000
Message:
  • INSTALL.win32: Added SDL.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • INSTALL.win32

    r9024ec1 r731c3c8  
    125125  CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ 
    126126  ./configure --host=i586-mingw32msvc --build=i386-linux \ 
    127       --disable-sdl --disable-gtk \ 
    128       --enable-nls
     127      --disable-gtk \ 
     128      --enable-nls --enable-sdl
    129129      --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ 
    130130      --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ 
     
    149149  CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ 
    150150  ./configure --host=i586-mingw32msvc --build=i386-linux \ 
    151       --disable-sdl --disable-gtk \ 
    152       --enable-nls
     151      --disable-gtk \ 
     152      --enable-nls --enable-sdl
    153153      --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ 
    154154      --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ 
     
    174174  CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \ 
    175175  ./configure \ 
    176       --disable-sdl --disable-gtk \ 
    177       --enable-nls
     176      --disable-gtk \ 
     177      --enable-nls --enable-sdl
    178178      --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ 
    179179      --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ 
     
    198198  LDFLAGS=-L/usr/win32/lib \ 
    199199  ./configure \ 
    200       --disable-sdl --disable-gtk \ 
    201       --enable-nls
     200      --disable-gtk \ 
     201      --enable-nls --enable-sdl
    202202      --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ 
    203203      --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \