Implement video-metadata check

This commit is contained in:
ggomez 2016-07-05 17:25:31 +02:00 committed by Guillaume Gomez
parent 20ab47cb1a
commit 1d9d77ee78
3 changed files with 36 additions and 6 deletions

View file

@ -90,7 +90,7 @@ pacman -Su
pacman -Sy git mingw-w64-x86_64-toolchain mingw-w64-x86_64-freetype \
mingw-w64-x86_64-icu mingw-w64-x86_64-nspr mingw-w64-x86_64-ca-certificates \
mingw-w64-x86_64-expat mingw-w64-x86_64-cmake tar diffutils patch \
patchutils make python2-setuptools
patchutils make python2-setuptools mingw-w64-x86_64-ffmpeg
export GCC_URL=http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gcc
export GCC_EXT=5.4.0-1-any.pkg.tar.xz
pacman -U --noconfirm $GCC_URL-$GCC_EXT $GCC_URL-ada-$GCC_EXT \