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