[WebRTC] Make VP8 optional in libwebrtc
Created attachment 299389 [details] Patch
Attachment 299389 [details] did not pass style-queue: ERROR: Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp8/include/vp8.h:22: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] ERROR: Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp8/include/vp8.h:30: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 2 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 299389 [details] Patch Clearing flags on attachment: 299389 Committed r211046: <http://trac.webkit.org/changeset/211046>
All reviewed patches have been landed. Closing bug.
Since VP8 is a MTI video codec for WebRTC, what reason is there to make it optional in libwebrtc?