Commit caeb778a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: use git-archive for x264 source

parent fb6ee0c6
......@@ -1386,9 +1386,10 @@ endif
endif
touch $@
ifdef SVN
ifdef GIT
x264-source: x264
tar cfvz x264-$(DATE).tar.gz x264
cd x264 && \
git archive --format=tar HEAD | bzip2 > ../x264-$(DATE).tar.bz2
SOURCE += x264-source
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment