| User review:
|
"if you just want mp4box, you don't have to run the installer. open the installer with an archiver like winrar or 7-z and extract these files only;"
The .exe installer does not open in winzip.
Could we build a static 32bit for Win10x64 version under ubuntu ?
https://gpac.wp.mines-telecom.fr/2015/07/29/gpac-build-mp4box-only-all-platforms/
The examples on the website only seem to show a 64 bit build ?
"cd gpac
./configure --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --prefix=build/x86_64-w64-mingw32 --static-mp4box --use-zlib=no --extra-cflags="-Ibuild/x86_64-w64-mingw32/include" --extra-ldflags="-Lbuild/x86_64-w64-mingw32/lib"
make -j4" |