Index: webrtc/sdk/objc/Framework/Classes/RTCNSGLVideoView.m |
diff --git a/webrtc/api/objc/RTCNSGLVideoView.m b/webrtc/sdk/objc/Framework/Classes/RTCNSGLVideoView.m |
similarity index 97% |
rename from webrtc/api/objc/RTCNSGLVideoView.m |
rename to webrtc/sdk/objc/Framework/Classes/RTCNSGLVideoView.m |
index 063e6f1330ed246e829378b33150201988831bf2..415efe82282b42df8cf9a4a75ded00ad13df99a7 100644 |
--- a/webrtc/api/objc/RTCNSGLVideoView.m |
+++ b/webrtc/sdk/objc/Framework/Classes/RTCNSGLVideoView.m |
@@ -8,12 +8,15 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#import "RTCNSGLVideoView.h" |
+#if !TARGET_OS_IPHONE |
+ |
+#import "WebRTC/RTCNSGLVideoView.h" |
#import <CoreVideo/CVDisplayLink.h> |
#import <OpenGL/gl3.h> |
-#import "RTCVideoFrame.h" |
+ |
#import "RTCOpenGLVideoRenderer.h" |
+#import "WebRTC/RTCVideoFrame.h" |
@interface RTCNSGLVideoView () |
// |videoFrame| is set when we receive a frame from a worker thread and is read |
@@ -139,3 +142,5 @@ static CVReturn OnDisplayLinkFired(CVDisplayLinkRef displayLink, |
} |
@end |
+ |
+#endif // !TARGET_OS_IPHONE |