nicotyze / Webrtc-H264Capturer

Workarounds to use external H.264 video encoders in WebRTC Native C++ source code
GNU Lesser General Public License v3.0
126 stars 37 forks source link

Build on Windows #5

Open SMUsamaShah opened 7 years ago

SMUsamaShah commented 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?