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

contrib: update x264

Change-Id: I70b0d93b76274761f00205f875f1556899aeeca7
parent 3a5af2f3
No related branches found
No related tags found
No related merge requests found
# x264 # x264
X264_HASH := ed0f7a634050a62c1da27c99eea710824d4c3705 X264_HASH := ed0f7a634050a62c1da27c99eea710824d4c3705
X264_GITURL := https://code.videolan.org/videolan/x264.git X264_URL := https://code.videolan.org/videolan/x264/-/archive/stable/x264-$(X264_HASH).tar.bz2
ifeq ($(call need_pkg,"x264 >= 0.86"),) ifeq ($(call need_pkg,"x264 >= 0.86"),)
PKGS_FOUND += x264 PKGS_FOUND += x264
...@@ -37,14 +37,14 @@ X264CONF += --disable-asm ...@@ -37,14 +37,14 @@ X264CONF += --disable-asm
endif endif
endif endif
$(TARBALLS)/x264-$(X264_HASH).tar.xz: $(TARBALLS)/x264-$(X264_HASH).tar.bz2:
$(call download_git,$(X264_GITURL),master,$(X264_HASH)) $(call download,$(X264_URL),master,$(X264_HASH))
.sum-x264: x264-$(X264_HASH).tar.xz .sum-x264: x264-$(X264_HASH).tar.bz2
$(warning $@ not implemented) $(warning $@ not implemented)
touch $@ touch $@
x264: x264-$(X264_HASH).tar.xz .sum-x264 x264: x264-$(X264_HASH).tar.bz2 .sum-x264
rm -Rf $@-$(X264_HASH) rm -Rf $@-$(X264_HASH)
mkdir -p $@-$(X264_HASH) mkdir -p $@-$(X264_HASH)
(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 $<)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment