From: Felix Paul Kühne Date: Wed, 16 Apr 2008 12:29:33 +0000 (+0200) Subject: Update yasm to 0.7.0. This fixes the compilation of x264's latest code with PIC on... X-Git-Tag: 0.9.0-test0~1453 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9ad405aa7f4a406dfee972c9472967b66d8a80d4;p=vlc Update yasm to 0.7.0. This fixes the compilation of x264's latest code with PIC on Darwin. --- diff --git a/extras/contrib/src/packages.mak b/extras/contrib/src/packages.mak index c61d56fa1e..34112ed810 100644 --- a/extras/contrib/src/packages.mak +++ b/extras/contrib/src/packages.mak @@ -216,5 +216,5 @@ PCRE_VERSION=7.6 PCRE_URL=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$(PCRE_VERSION).tar.bz2 FLUID_VERSION=1.0.8 FLUID_URL=http://download.savannah.gnu.org/releases/fluid/fluidsynth-$(FLUID_VERSION).tar.gz -YASM_VERSION=0.6.2 +YASM_VERSION=0.7.0 YASM_URL=http://www.tortall.net/projects/yasm/releases/yasm-$(YASM_VERSION).tar.gz