| Index: webrtc/modules/video_coding/codecs/interface/video_error_codes.h
|
| diff --git a/webrtc/modules/video_coding/codecs/interface/video_error_codes.h b/webrtc/modules/video_coding/codecs/interface/video_error_codes.h
|
| index 28e5a32d43f8c34f24c161f22dbd90a25909d51f..38924dc113cdb08613cc3aa6b7502d427e0de631 100644
|
| --- a/webrtc/modules/video_coding/codecs/interface/video_error_codes.h
|
| +++ b/webrtc/modules/video_coding/codecs/interface/video_error_codes.h
|
| @@ -8,8 +8,10 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_VIDEO_ERROR_CODES_H
|
| -#define WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_VIDEO_ERROR_CODES_H
|
| +#ifndef WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_ERROR_CODES_H_
|
| +#define WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_ERROR_CODES_H_
|
| +
|
| +#pragma message("WARNING: video_coding/codecs/interface is DEPRECATED; use video_coding/include")
|
|
|
| // NOTE: in sync with video_coding_module_defines.h
|
|
|
| @@ -29,4 +31,4 @@
|
| #define WEBRTC_VIDEO_CODEC_FALLBACK_SOFTWARE -13
|
| #define WEBRTC_VIDEO_CODEC_TARGET_BITRATE_OVERSHOOT -14
|
|
|
| -#endif // WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_VIDEO_ERROR_CODES_H
|
| +#endif // WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_ERROR_CODES_H_
|
|
|