Sign in
aomedia
/
libavif
/
e3604a7f4cd088b5694757d45bb9783d429c7428
/
.
/
ext
/
mp4box.sh
blob: dbb369e98b2a2897de315396b7bc413b970ae272 [
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
5d70253
# GPAC 2.4.0
./
configure
--
static
-
bin
make
-
j
# MP4Box is in ext/gpac/bin/gcc/MP4Box
cd
..