| Index: webrtc/modules/video_coding/include/video_coding.h
|
| diff --git a/webrtc/modules/video_coding/main/interface/video_coding.h b/webrtc/modules/video_coding/include/video_coding.h
|
| similarity index 98%
|
| copy from webrtc/modules/video_coding/main/interface/video_coding.h
|
| copy to webrtc/modules/video_coding/include/video_coding.h
|
| index 94a7b191980e366dc4fea67086fb8c84bd5041e2..f19475cc054124e1614c0cd81c59a1994eca1467 100644
|
| --- a/webrtc/modules/video_coding/main/interface/video_coding.h
|
| +++ b/webrtc/modules/video_coding/include/video_coding.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_INTERFACE_VIDEO_CODING_H_
|
| -#define WEBRTC_MODULES_INTERFACE_VIDEO_CODING_H_
|
| +#ifndef WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_CODING_H_
|
| +#define WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_CODING_H_
|
|
|
| #if defined(WEBRTC_WIN)
|
| // This is a workaround on Windows due to the fact that some Windows
|
| @@ -23,7 +23,7 @@
|
|
|
| #include "webrtc/modules/include/module.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
| -#include "webrtc/modules/video_coding/main/interface/video_coding_defines.h"
|
| +#include "webrtc/modules/video_coding/include/video_coding_defines.h"
|
| #include "webrtc/system_wrappers/include/event_wrapper.h"
|
| #include "webrtc/video_frame.h"
|
|
|
| @@ -541,4 +541,4 @@ public:
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_INTERFACE_VIDEO_CODING_H_
|
| +#endif // WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_CODING_H_
|
|
|