]> git.sesse.net Git - vlc/commitdiff
contribs: win32 cross-compilation fixes
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 11 Jan 2009 17:06:56 +0000 (18:06 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 11 Jan 2009 17:31:32 +0000 (18:31 +0100)
extras/contrib/src/Distributions/win32.mak
extras/contrib/src/Makefile

index c7f474dad301b49b73fde7f36566b78c63553635..27ab5e53d3093ac2a514e7af21a846cc0a066d9b 100644 (file)
@@ -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 \
index eca15f8b9a2ba83ead97de4160f2ce6b173d1289..7cc7a0c20df8805131749db48b7d29c694a8dce4 100644 (file)
@@ -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