-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I have emscripten installed at my end.
I have performed following steps to build the code.
$ source emsdk_env.sh
$ ./emsdk activate latest
$ cd openh264-js-master
$ make
But I am getting following error.
cd openh264 && git checkout 41caf381520005c612a2089e070b35c045cc3e77 && emmake make OS=linux ARCH=asmjs
HEAD is now at 41caf38... Merge pull request #2027 from sijchen/dbp2
cache:INFO: generating system asset: is_vanilla.txt... (this will be cached in "/home/kuldeep/.emscripten_cache/is_vanilla.txt" for subsequent builds)
cache:INFO: - ok
make[1]: Entering directory '/home/kuldeep/WebAssembly/emsdk/Test/openh264-js-master/openh264'
sh ./codec/common/generate_version.sh ./
Keeping existing codec/common/inc/version_gen.h
make[1]: Leaving directory '/home/kuldeep/WebAssembly/emsdk/Test/openh264-js-master/openh264'
wget "https://raw.githubusercontent.com/mbebenita/Broadway/master/Player/WebGLCanvas.js"
--2019-04-30 12:53:13-- https://raw.githubusercontent.com/mbebenita/Broadway/master/Player/WebGLCanvas.js
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.152.133, 64:ff9b::9765:9885
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.152.133|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-04-30 12:53:17 ERROR 404: Not Found.
Makefile:23: recipe for target 'WebGLCanvas.js' failed
make: *** [WebGLCanvas.js] Error 8
From the error log I think that it is not able to get
wget "https://raw.githubusercontent.com/mbebenita/Broadway/master/Player/WebGLCanvas.js"
Could you please provide the instruction to solve this issue.
Thanks,
Kuldeep