| Index: webrtc/common_video/interface/i420_buffer_pool.h
|
| diff --git a/webrtc/common_video/interface/i420_buffer_pool.h b/webrtc/common_video/interface/i420_buffer_pool.h
|
| index df862cdba51f65c7b936c31f893cf9f5a9a20648..37021d638321e85211a3bfa91b19e71c6373aee7 100644
|
| --- a/webrtc/common_video/interface/i420_buffer_pool.h
|
| +++ b/webrtc/common_video/interface/i420_buffer_pool.h
|
| @@ -8,13 +8,15 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_COMMON_VIDEO_INTERFACE_I420_BUFFER_POOL_H_
|
| -#define WEBRTC_COMMON_VIDEO_INTERFACE_I420_BUFFER_POOL_H_
|
| +#ifndef WEBRTC_COMMON_VIDEO_INCLUDE_I420_BUFFER_POOL_H_
|
| +#define WEBRTC_COMMON_VIDEO_INCLUDE_I420_BUFFER_POOL_H_
|
| +
|
| +#pragma message("WARNING: common_video/include is DEPRECATED; use common_video/include")
|
|
|
| #include <list>
|
|
|
| #include "webrtc/base/thread_checker.h"
|
| -#include "webrtc/common_video/interface/video_frame_buffer.h"
|
| +#include "webrtc/common_video/include/video_frame_buffer.h"
|
|
|
| namespace webrtc {
|
|
|
| @@ -40,4 +42,4 @@ class I420BufferPool {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_COMMON_VIDEO_INTERFACE_I420_BUFFER_POOL_H_
|
| +#endif // WEBRTC_COMMON_VIDEO_INCLUDE_I420_BUFFER_POOL_H_
|
|
|