commit | 8b06200802b0c155d112d4a5bf6da5dfb0c0cbec | [log] [tgz] |
---|---|---|
author | pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri Jul 12 08:28:10 2013 +0000 |
committer | pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri Jul 12 08:28:10 2013 +0000 |
tree | d538f46196f756d6767dc36a2ee937567d1c0f18 | |
parent | 0ed57c51a3807372d531737a4ef63b6af0bf1aa4 [diff] [blame] |
Include files from webrtc/.. paths in utility/. BUG=1662 R=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1786004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4336 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/utility/source/video_coder.h b/webrtc/modules/utility/source/video_coder.h index e1460ef..696da05 100644 --- a/webrtc/modules/utility/source/video_coder.h +++ b/webrtc/modules/utility/source/video_coder.h
@@ -13,8 +13,8 @@ #ifdef WEBRTC_MODULE_UTILITY_VIDEO -#include "engine_configurations.h" -#include "video_coding.h" +#include "webrtc/engine_configurations.h" +#include "webrtc/modules/video_coding/main/interface/video_coding.h" namespace webrtc { class VideoCoder : public VCMPacketizationCallback, public VCMReceiveCallback