You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
802 B

2 years ago
echo "Beginning Build:"
rm -r ffmpeg
mkdir -p ffmpeg
cd ../FFmpeg
make clean
2 years ago
emconfigure ./configure --cc="emcc" --cxx="em++" --ar="emar" --prefix=$(pwd)/../webrtc_H265player/ffmpeg --enable-cross-compile --target-os=none --arch=x86_32 --cpu=generic \
2 years ago
--enable-gpl --enable-version3 --disable-avdevice --disable-avformat --disable-swresample --disable-postproc --disable-avfilter \
--disable-programs --disable-logging --disable-everything \
--disable-ffplay --disable-ffprobe --disable-asm --disable-doc --disable-devices --disable-network \
--disable-hwaccels --disable-parsers --disable-bsfs --disable-debug --disable-protocols --disable-indevs --disable-outdevs \
--enable-decoder=h264 --enable-parser=h264
make
make install
2 years ago
cd ../webrtc_H265player
2 years ago
./build_decoder_wasm.sh 264