[vlc-devel] commit: Try to document an official configure for the windows builds. ( Jean-Baptiste Kempf )
Pierre d'Herbemont
pdherbemont at free.fr
Thu Mar 6 11:59:20 CET 2008
On Mar 6, 2008, at 7:41 AM, git version control wrote:
> 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 \
[...]
Hi jb,
Why don't you set that as defaults in configure.ac if "host=i586-
mingw32msvc" is detected? (à la Mac OS X, where ./configure enables a
list of official Mac OS X options).
Just asking,
Pierre.
More information about the vlc-devel
mailing list