Move i420 files to the right location
There's also a presubmit check that disallows .. references in GYP files, which this solves. BUG=webrtc:5095 R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/1418753002 . Cr-Commit-Position: refs/heads/master@{#10371}
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
#include "webrtc/modules/video_coding/codecs/h264/include/h264.h"
|
||||
#endif
|
||||
#ifdef VIDEOCODEC_I420
|
||||
#include "webrtc/modules/video_coding/codecs/i420/main/interface/i420.h"
|
||||
#include "webrtc/modules/video_coding/codecs/i420/include/i420.h"
|
||||
#endif
|
||||
#ifdef VIDEOCODEC_VP8
|
||||
#include "webrtc/modules/video_coding/codecs/vp8/include/vp8.h"
|
||||
|
||||
Reference in New Issue
Block a user