Changeset 731c3c844c4333fdd0377e0ae4624fd73bda6a6b
- 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
| r9024ec1 |
r731c3c8 |
|
| 125 | 125 | CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ |
|---|
| 126 | 126 | ./configure --host=i586-mingw32msvc --build=i386-linux \ |
|---|
| 127 | | --disable-sdl --disable-gtk \ |
|---|
| 128 | | --enable-nls \ |
|---|
| | 127 | --disable-gtk \ |
|---|
| | 128 | --enable-nls --enable-sdl \ |
|---|
| 129 | 129 | --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ |
|---|
| 130 | 130 | --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ |
|---|
| … | … | |
| 149 | 149 | CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ |
|---|
| 150 | 150 | ./configure --host=i586-mingw32msvc --build=i386-linux \ |
|---|
| 151 | | --disable-sdl --disable-gtk \ |
|---|
| 152 | | --enable-nls \ |
|---|
| | 151 | --disable-gtk \ |
|---|
| | 152 | --enable-nls --enable-sdl \ |
|---|
| 153 | 153 | --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ |
|---|
| 154 | 154 | --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ |
|---|
| … | … | |
| 174 | 174 | CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \ |
|---|
| 175 | 175 | ./configure \ |
|---|
| 176 | | --disable-sdl --disable-gtk \ |
|---|
| 177 | | --enable-nls \ |
|---|
| | 176 | --disable-gtk \ |
|---|
| | 177 | --enable-nls --enable-sdl \ |
|---|
| 178 | 178 | --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ |
|---|
| 179 | 179 | --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ |
|---|
| … | … | |
| 198 | 198 | LDFLAGS=-L/usr/win32/lib \ |
|---|
| 199 | 199 | ./configure \ |
|---|
| 200 | | --disable-sdl --disable-gtk \ |
|---|
| 201 | | --enable-nls \ |
|---|
| | 200 | --disable-gtk \ |
|---|
| | 201 | --enable-nls --enable-sdl \ |
|---|
| 202 | 202 | --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ |
|---|
| 203 | 203 | --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ |
|---|