]> git.sesse.net Git - vlc/commitdiff
contrib: remove yasm deps
authorRafaël Carré <funman@videolan.org>
Tue, 8 Nov 2011 04:41:03 +0000 (23:41 -0500)
committerRafaël Carré <funman@videolan.org>
Tue, 8 Nov 2011 04:41:03 +0000 (23:41 -0500)
build tools will be handled by extras/tools

contrib/src/ffmpeg/rules.mak
contrib/src/vpx/rules.mak
contrib/src/x264/rules.mak

index 21d1ad01c2127e54b9142d9b49a28c888a658db5..b6441d97d18734f9ea28c928c8fc4019ee0277cb 100644 (file)
@@ -59,7 +59,6 @@ endif
 ifeq ($(ARCH),x86_64)
 FFMPEGCONF += --cpu=core2
 endif
-DEPS_ffmpeg += yasm $(DEPS_yasm)
 endif
 
 # Linux
index 3cd0df144d59930e39f1a54ce9ba316340936faf..b102b2ecd3703b92e41e2ad80c7898ff1d7fcbdd 100644 (file)
@@ -27,7 +27,6 @@ ifeq ($(ARCH),arm)
 VPX_ARCH := armv7
 else ifeq ($(ARCH),i386)
 VPX_ARCH := x86
-#DEPS_vpx += yasm $(DEPS_yasm)
 else ifeq ($(ARCH),mips)
 VPX_ARCH := mips32
 else ifeq ($(ARCH),ppc)
@@ -38,7 +37,6 @@ else ifeq ($(ARCH),sparc)
 VPX_ARCH := sparch
 else ifeq ($(ARCH),x86_64)
 VPX_ARCH := x86_64
-#DEPS_vpx += yasm $(DEPS_yasm)
 endif
 
 ifdef HAVE_LINUX
index 18736970c25532da12e0414256501d7f56908bcf..46925220d2c42ba236d73da320edbaf417df0878 100644 (file)
@@ -25,12 +25,6 @@ else
 X264CONF += --enable-win32thread
 endif
 
-ifdef HAVE_MACOSX
-ifneq ($(findstring $(ARCH),i386 x86_64),)
-DEPS_x264 += yasm
-endif
-endif
-
 $(TARBALLS)/x264-$(X264_VERSION).tar.gz:
        $(call download,$(X264_URL))