[vlc-devel] commit: Try to document an official configure for the windows builds. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Mar 6 07:41:39 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar  5 22:40:03 2008 -0800| [9b716cc153459b0d399b2014dbf861994d5ec5ab]

Try to document an official configure for the windows builds.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b716cc153459b0d399b2014dbf861994d5ec5ab
---

 extras/package/win32/configure.sh |   41 +++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/extras/package/win32/configure.sh b/extras/package/win32/configure.sh
new file mode 100644
index 0000000..683e2c1
--- /dev/null
+++ b/extras/package/win32/configure.sh
@@ -0,0 +1,41 @@
+PATH="/usr/win32/bin:$PATH" \
+PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \
+CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
+LDFLAGS="-L/usr/win32/lib" \
+CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \
+      ./configure --host=i586-mingw32msvc --build=i386-linux \
+      --enable-release \
+      --without-contrib \
+      --enable-nls \
+      --enable-shared-libvlc \
+      --enable-update-check \
+      --enable-lua \
+      --enable-faad \
+      --enable-flac \
+      --enable-theora \
+      --enable-twolame \
+      --enable-quicktime \
+      --enable-real \
+      --enable-dirac \
+      --enable-realrtsp \
+      --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
+      --with-ffmpeg-config-path=/usr/win32/bin --with-ffmpeg-zlib \
+      --enable-livedotcom --with-livedotcom-tree=/usr/win32/live.com \
+      --enable-dca \
+      --enable-mkv \
+      --enable-dvdread --with-dvdnav-config-path=/usr/win32/bin \
+      --enable-shout \
+      --enable-goom \
+      --enable-caca --with-caca-config-path=/usr/win32/bin \
+      --enable-portaudio \
+      --enable-sdl --with-sdl-config-path=/usr/win32/bin \
+      --enable-qt4 \
+      --enable-wxwidgets --with-wx-config-path=/usr/win32/lib/wx/config \
+      --with-freetype-config-path=/usr/win32/bin \
+      --with-fribidi-config-path=/usr/win32/bin \
+      --with-xml2-config-path=/usr/win32/bin \
+      --enable-mozilla --with-mozilla-sdk-path=/usr/win32/gecko-sdk \
+      --enable-activex \
+      --disable-gnomevfs --disable-hal --disable-gtk \
+      --disable-cddax --disable-vcdx \
+




More information about the vlc-devel mailing list