Changeset 993a4c66b77bb55855140dde5708994553257c1b
- Timestamp:
- 07/03/08 19:28:11
(2 months ago)
- Author:
- Jean-Baptiste Kempf <jb@altair.videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1215106091 +0200
- git-parent:
[3b633ca03c29e9650aa9738779604e3843ab4177]
- git-author:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1215105963 +0200
- Message:
Rework windows configure.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb344dc6 |
r993a4c6 |
|
| 4 | 4 | LDFLAGS="-L/usr/win32/lib" \ |
|---|
| 5 | 5 | CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \ |
|---|
| 6 | | ./configure --host=i686-pc-mingw32 \ |
|---|
| 7 | | --enable-release \ |
|---|
| 8 | | --without-contrib \ |
|---|
| 9 | | --enable-nls \ |
|---|
| 10 | | --enable-shared-libvlc \ |
|---|
| 11 | | --enable-update-check \ |
|---|
| 12 | | --enable-lua \ |
|---|
| 13 | | --enable-faad \ |
|---|
| 14 | | --enable-flac \ |
|---|
| 15 | | --enable-theora \ |
|---|
| 16 | | --enable-twolame \ |
|---|
| 17 | | --enable-quicktime \ |
|---|
| 18 | | --enable-real \ |
|---|
| 19 | | --disable-dirac \ |
|---|
| 20 | | --enable-realrtsp \ |
|---|
| 21 | | --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ |
|---|
| 22 | | --with-ffmpeg-config-path=/usr/win32/bin --with-ffmpeg-zlib \ |
|---|
| 23 | | --enable-livedotcom --with-livedotcom-tree=/usr/win32/live.com \ |
|---|
| 24 | | --enable-dca \ |
|---|
| 25 | | --disable-mkv \ |
|---|
| 26 | | --enable-x264 \ |
|---|
| 27 | | --enable-dvdread --with-dvdnav-config-path=/usr/win32/bin \ |
|---|
| 28 | | --enable-shout \ |
|---|
| 29 | | --enable-goom \ |
|---|
| 30 | | --enable-caca --with-caca-config-path=/usr/win32/bin \ |
|---|
| 31 | | --enable-portaudio \ |
|---|
| 32 | | --enable-sdl --with-sdl-config-path=/usr/win32/bin \ |
|---|
| 33 | | --enable-qt4 \ |
|---|
| 34 | | --enable-wxwidgets --with-wx-config-path=/usr/win32/lib/wx/config \ |
|---|
| 35 | | --with-freetype-config-path=/usr/win32/bin \ |
|---|
| 36 | | --with-fribidi-config-path=/usr/win32/bin \ |
|---|
| 37 | | --with-xml2-config-path=/usr/win32/bin \ |
|---|
| 38 | | --enable-mozilla --with-mozilla-sdk-path=/usr/win32/gecko-sdk \ |
|---|
| 39 | | --enable-activex \ |
|---|
| 40 | | --disable-gnomevfs --disable-hal --disable-gtk \ |
|---|
| 41 | | --disable-cddax --disable-vcdx \ |
|---|
| 42 | | --disable-taglib |
|---|
| | 6 | CONFIG="./configure --host=i686-pc-mingw32 --disable-taglib" \ |
|---|
| | 7 | sh extras/package/win32/configure-common.sh |
|---|
| r4720671 |
r993a4c6 |
|
| 4 | 4 | LDFLAGS="-L/usr/win32/lib" \ |
|---|
| 5 | 5 | CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ |
|---|
| 6 | | ./configure --host=i586-mingw32msvc --build=i386-linux \ |
|---|
| 7 | | --enable-release \ |
|---|
| 8 | | --without-contrib \ |
|---|
| 9 | | --enable-nls \ |
|---|
| 10 | | --enable-shared-libvlc \ |
|---|
| 11 | | --enable-update-check \ |
|---|
| 12 | | --enable-lua \ |
|---|
| 13 | | --enable-faad \ |
|---|
| 14 | | --enable-flac \ |
|---|
| 15 | | --enable-theora \ |
|---|
| 16 | | --enable-twolame \ |
|---|
| 17 | | --enable-quicktime \ |
|---|
| 18 | | --enable-real \ |
|---|
| 19 | | --enable-dirac \ |
|---|
| 20 | | --enable-realrtsp \ |
|---|
| 21 | | --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ |
|---|
| 22 | | --with-ffmpeg-config-path=/usr/win32/bin --with-ffmpeg-zlib \ |
|---|
| 23 | | --enable-livedotcom --with-livedotcom-tree=/usr/win32/live.com \ |
|---|
| 24 | | --enable-dca \ |
|---|
| 25 | | --enable-mkv \ |
|---|
| 26 | | --enable-x264 \ |
|---|
| 27 | | --enable-dvdread --with-dvdnav-config-path=/usr/win32/bin \ |
|---|
| 28 | | --enable-shout \ |
|---|
| 29 | | --enable-goom \ |
|---|
| 30 | | --enable-caca --with-caca-config-path=/usr/win32/bin \ |
|---|
| 31 | | --enable-portaudio \ |
|---|
| 32 | | --enable-sdl --with-sdl-config-path=/usr/win32/bin \ |
|---|
| 33 | | --enable-qt4 \ |
|---|
| 34 | | --enable-wxwidgets --with-wx-config-path=/usr/win32/lib/wx/config \ |
|---|
| 35 | | --with-freetype-config-path=/usr/win32/bin \ |
|---|
| 36 | | --with-fribidi-config-path=/usr/win32/bin \ |
|---|
| 37 | | --with-xml2-config-path=/usr/win32/bin \ |
|---|
| 38 | | --enable-mozilla --with-mozilla-sdk-path=/usr/win32/gecko-sdk \ |
|---|
| 39 | | --enable-activex \ |
|---|
| 40 | | --disable-gnomevfs --disable-hal --disable-gtk \ |
|---|
| 41 | | --disable-cddax --disable-vcdx \ |
|---|
| 42 | | |
|---|
| | 6 | CONFIG="./configure --host=i586-mingw32msvc --build=i386-linux" \ |
|---|
| | 7 | sh extras/package/win32/configure-common.sh |
|---|