[vlc-devel] commit: contribs: win32 cross-compilation fixes ( Felix Paul Kühne )

git version control git at videolan.org
Sun Jan 11 18:33:02 CET 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jan 11 18:06:56 2009 +0100| [403d9500429d7498668dc520a71a2e909dd50bf1] | committer: Felix Paul Kühne 

contribs: win32 cross-compilation fixes

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

 extras/contrib/src/Distributions/win32.mak |    2 +-
 extras/contrib/src/Makefile                |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extras/contrib/src/Distributions/win32.mak b/extras/contrib/src/Distributions/win32.mak
index c7f474d..27ab5e5 100644
--- a/extras/contrib/src/Distributions/win32.mak
+++ b/extras/contrib/src/Distributions/win32.mak
@@ -2,7 +2,7 @@
 all: .iconv .intl .freetype .fribidi .zlib \
         .a52 .mpeg2 .id3tag .mad .ogg .vorbis .shout .vorbisenc .theora \
         .flac .speex .faad .faac .lame .ebml  .matroska .ffmpeg .dvdcss \
-        .live .goom2k4 .caca .mod .x264  .xml .twolame \
+        .live .pthreads .goom2k4 .caca .mod .x264  .xml .twolame \
         .png .gpg-error .gcrypt .gnutls .mpcdec \
         .dvdnav .dvbpsi .qt4_win32 .schroedinger .SDL_image \
         .dx_headers .dshow_headers .gecko-win32 .dca \
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index eca15f8..7cc7a0c 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2299,7 +2299,7 @@ yasm: yasm-$(YASM_VERSION).tar.gz
 	$(EXTRACT_GZ)
 
 .yasm: yasm
-	(cd $< && $(HOSTCC) ./configure --prefix=$(PREFIX) && make && make install)
+	(cd $< && $(HOSTCC) ./configure --prefix=$(PREFIX) --host=$(HOST) && make && make install)
 	touch $@
 
 CLEAN_FILE += .yasm




More information about the vlc-devel mailing list