OpenH264 Migration into Webrtc Intro - Windows



1. Compile openh264 on MinGW + msys

2. Integrate openh264 encode decode implementation into webrtc project

3. Generate webrtc_h264.lib

Notes:   When generate webrtc_h264.lib, please link the library libopenh264.dll.a, rather than libopenh264.a

4. Compile webrtc project, correct following errors

error LNK2038: 检测到“RuntimeLibrary”的不匹配项:  值“MD_DynamicRelease”不匹配值“MT_StaticRelease”

=>right click webrtc_h264 project, choose property =>C/C++ => code generation, modify /MD to /MT


你可能感兴趣的:(OpenH264 Migration into Webrtc Intro - Windows)