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

contrib: update x264

Change-Id: If0e90df14266533e5ff38d58cb4dd34876dbce32
parent a4ff4abe
Branches
No related tags found
No related merge requests found
# x264
ifndef HAVE_IOS
X264_HASH := db0d417728460c647ed4a847222a535b00d3dbcb
else
X264_HASH := fa3cac516cb71b8ece09cedbfd0ce631ca8a2a4c
endif
X264_HASH := ed0f7a634050a62c1da27c99eea710824d4c3705
X264_GITURL := https://code.videolan.org/videolan/x264.git
ifeq ($(call need_pkg,"x264 >= 0.86"),)
PKGS_FOUND += x264
endif
X264CONF = --prefix="$(PREFIX)" \
--host="$(HOST)" \
--enable-static \
......@@ -51,9 +46,6 @@ x264: x264-$(X264_HASH).tar.xz .sum-x264
rm -Rf $@-$(X264_HASH)
mkdir -p $@-$(X264_HASH)
(cd $@-$(X264_HASH) && tar x $(if ${BATCH_MODE},,-v) --strip-components=1 -f $<)
ifdef HAVE_IOS
$(APPLY) $(SRC)/x264/remove-align.patch
endif
$(UPDATE_AUTOCONFIG)
$(MOVE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment