Sign in
aomedia
/
libavif
/
4e1af424b1d6f4c88ee8472e82cca434488b6807
/
.
/
ext
/
mp4box.sh
blob: a51998167c601de926abf2aa4f22466d31c2cec2 [
file
]
#!/bin/bash
#
# Local build of MP4Box (part of the gpac project) for tests.
set
-
e
git clone https
://
github
.
com
/
gpac
/
gpac
.
git
cd gpac
git checkout b34e385
# GPAC 2.2.1
./
configure
--
static
-
bin
make
-
j
# MP4Box is in ext/gpac/bin/gcc/MP4Box
cd
..