| Index: webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.cc
|
| diff --git a/webrtc/sdk/objc/Framework/Classes/h264_video_toolbox_nalu.cc b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.cc
|
| similarity index 98%
|
| rename from webrtc/sdk/objc/Framework/Classes/h264_video_toolbox_nalu.cc
|
| rename to webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.cc
|
| index 0d7975821faca6c830a502219f60158476fde70a..357b4d4b4a50870ceccf650721ae1abb1807d400 100644
|
| --- a/webrtc/sdk/objc/Framework/Classes/h264_video_toolbox_nalu.cc
|
| +++ b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.cc
|
| @@ -9,7 +9,9 @@
|
| *
|
| */
|
|
|
| -#include "webrtc/sdk/objc/Framework/Classes/h264_video_toolbox_nalu.h"
|
| +#include "webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.h"
|
| +
|
| +#if defined(WEBRTC_VIDEO_TOOLBOX_SUPPORTED)
|
|
|
| #include <CoreFoundation/CoreFoundation.h>
|
| #include <memory>
|
| @@ -363,3 +365,5 @@ size_t AvccBufferWriter::BytesRemaining() const {
|
| }
|
|
|
| } // namespace webrtc
|
| +
|
| +#endif // defined(WEBRTC_VIDEO_TOOLBOX_SUPPORTED)
|
|
|