Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
314157be
Commit
314157be
authored
Nov 07, 2011
by
Rafaël Carré
Browse files
contrib: remove yasm deps
build tools will be handled by extras/tools
parent
7f2a7295
Changes
3
Hide whitespace changes
Inline
Side-by-side
contrib/src/ffmpeg/rules.mak
View file @
314157be
...
...
@@ -59,7 +59,6 @@ endif
ifeq
($(ARCH),x86_64)
FFMPEGCONF
+=
--cpu
=
core2
endif
DEPS_ffmpeg
+=
yasm
$(DEPS_yasm)
endif
# Linux
...
...
contrib/src/vpx/rules.mak
View file @
314157be
...
...
@@ -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
...
...
contrib/src/x264/rules.mak
View file @
314157be
...
...
@@ -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)
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment