Open SMUsamaShah opened 7 years ago
I followed your process on windows, made ffmpeg builds for windows and got stuck on modifying ninja files.
cd $WEBRTC_DIR/src grep -rl "solibs" ./out --include="*.ninja" | xargs sed -i '/solibs/s|./libffmpeg.so|./libx264.so ./libavcodec.so ./libavformat.so ./libavutil.so ./libswscale.so|g'
There are no .so files on windows. What should I be doing here instead?
.so
I followed your process on windows, made ffmpeg builds for windows and got stuck on modifying ninja files.
There are no
.so
files on windows. What should I be doing here instead?