Commit 403d9500 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: win32 cross-compilation fixes

parent cffcf64f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
all: .iconv .intl .freetype .fribidi .zlib \ all: .iconv .intl .freetype .fribidi .zlib \
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .shout .vorbisenc .theora \ .a52 .mpeg2 .id3tag .mad .ogg .vorbis .shout .vorbisenc .theora \
.flac .speex .faad .faac .lame .ebml .matroska .ffmpeg .dvdcss \ .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 \ .png .gpg-error .gcrypt .gnutls .mpcdec \
.dvdnav .dvbpsi .qt4_win32 .schroedinger .SDL_image \ .dvdnav .dvbpsi .qt4_win32 .schroedinger .SDL_image \
.dx_headers .dshow_headers .gecko-win32 .dca \ .dx_headers .dshow_headers .gecko-win32 .dca \
......
...@@ -2299,7 +2299,7 @@ yasm: yasm-$(YASM_VERSION).tar.gz ...@@ -2299,7 +2299,7 @@ yasm: yasm-$(YASM_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
.yasm: yasm .yasm: yasm
(cd $< && $(HOSTCC) ./configure --prefix=$(PREFIX) && make && make install) (cd $< && $(HOSTCC) ./configure --prefix=$(PREFIX) --host=$(HOST) && make && make install)
touch $@ touch $@
CLEAN_FILE += .yasm CLEAN_FILE += .yasm
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment