No. It would be helpful with some additional information, including
* webrtc version you're trying to build
* platform and compiler used
* failing compilation command, and complete error message
* details of any special settings or modifications you've done to the build.
Also note that editing webrtc.gni shouldn't be needed, the recommended
way to tweak build settings is to use run gn args, or explicitly edit
the
args.gn file in the build directory. I don't really understand
h264-related build settings, but when I want to build with h264
support, I usually set
rtc_use_h264 = true
ffmpeg_branding = "Chrome"
If the problem persists, please file a bug on
bugs.webrtc.org.
Regards,
/Niels