Skip to content
Snippets Groups Projects
Commit 9a0d08d3 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

contrib: update x264

Change-Id: Ieb79dbf8c6194178809066a8cde2cd32fac4aea9
parent 05d97091
No related branches found
No related tags found
No related merge requests found
# x264 # x264
ifndef HAVE_IOS ifndef HAVE_IOS
X264_HASH := 8c2974255b01728d4eda2434cc1997c4a3ca5eff X264_HASH := 5493be84cdccecee613236c31b1e3227681ce428
else else
X264_HASH := fa3cac516cb71b8ece09cedbfd0ce631ca8a2a4c X264_HASH := fa3cac516cb71b8ece09cedbfd0ce631ca8a2a4c
endif endif
X264_GITURL := git://git.videolan.org/x264.git X264_GITURL := https://code.videolan.org/videolan/x264.git
ifeq ($(call need_pkg,"x264 >= 0.86"),) ifeq ($(call need_pkg,"x264 >= 0.86"),)
PKGS_FOUND += x264 PKGS_FOUND += x264
...@@ -51,14 +51,6 @@ x264: x264-$(X264_HASH).tar.xz .sum-x264 ...@@ -51,14 +51,6 @@ x264: x264-$(X264_HASH).tar.xz .sum-x264
(cd $@-$(X264_HASH) && tar x $(if ${BATCH_MODE},,-v) --strip-components=1 -f ../$<) (cd $@-$(X264_HASH) && tar x $(if ${BATCH_MODE},,-v) --strip-components=1 -f ../$<)
ifdef HAVE_IOS ifdef HAVE_IOS
$(APPLY) $(SRC)/x264/remove-align.patch $(APPLY) $(SRC)/x264/remove-align.patch
endif
ifdef HAVE_ANDROID
ifeq ($(ARCH),arm)
$(APPLY) $(SRC)/x264/0001-use-internal-log2f.patch
endif
ifeq ($(ARCH),i386)
$(APPLY) $(SRC)/x264/0001-use-internal-log2f.patch
endif
endif endif
$(UPDATE_AUTOCONFIG) $(UPDATE_AUTOCONFIG)
$(MOVE) $(MOVE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment