[vlc-devel] commit: Removed nasm in favour of yasm for Darwin-x86. Note that yasm isn' t build on PowerPC-based Macs because it's not needed. ( Felix Paul Kühne )
git version control
git at videolan.org
Sun Apr 13 20:11:15 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Apr 13 20:12:03 2008 +0200| [bbdbad09b747deaebd2e6adc7ad9bcb88dbec3c4]
Removed nasm in favour of yasm for Darwin-x86. Note that yasm isn't build on PowerPC-based Macs because it's not needed.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bbdbad09b747deaebd2e6adc7ad9bcb88dbec3c4
---
extras/contrib/src/Makefile | 3 +++
extras/contrib/src/packages.mak | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index be7d364..6d1d7b6 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2235,6 +2235,7 @@ CLEAN_PKG += clinkcc
DISTCLEAN_PKG += clinkcc$(CLINKCC_VERSION).tar.gz
# ***************************************************************************
+<<<<<<< Updated upstream:extras/contrib/src/Makefile
# YASM assembler
# ***************************************************************************
@@ -2253,6 +2254,8 @@ CLEAN_PKG += yasm
DISTCLEAN_PKG += yasm-$(YASM_VERSION).tar.bz2
# ***************************************************************************
+=======
+>>>>>>> Stashed changes:extras/contrib/src/Makefile
# Copy aclocal files
# This is necessary for --missing aclocal to succeed after a
# configure.ac/Makefile.am change in the vlc root dir
diff --git a/extras/contrib/src/packages.mak b/extras/contrib/src/packages.mak
index b6e1447..c61d56f 100644
--- a/extras/contrib/src/packages.mak
+++ b/extras/contrib/src/packages.mak
@@ -199,9 +199,6 @@ UPNP_VERSION=1.2.1
UPNP_URL=$(SF)/upnp/libupnp-$(UPNP_VERSION).tar.gz
EXPAT_VERSION=2.0.0
EXPAT_URL=$(SF)/expat/expat-$(EXPAT_VERSION).tar.gz
-NASM_CVSROOT=:pserver:anonymous at cvs.sourceforge.net:/cvsroot/nasm
-NASM_VERSION=2.02
-NASM_URL=$(SF)/nasm/nasm-$(NASM_VERSION).tar.bz2
PTHREADS_VERSION=2-8-0
PTHREADS_URL=ftp://sources.redhat.com/pub/pthreads-win32/pthreads-w32-$(PTHREADS_VERSION)-release.tar.gz
UNICOWS_VERSION=1.1.1
More information about the vlc-devel
mailing list