Fix mac video_render implementation on cocoa.
Hit this while playing around with all compile possibilities for issue 3770. BUG=3770 TBR=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/23629004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7166 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -11,12 +11,12 @@
|
||||
#include "webrtc/engine_configurations.h"
|
||||
#if defined(COCOA_RENDERING)
|
||||
|
||||
#include "video_render_nsopengl.h"
|
||||
#include "critical_section_wrapper.h"
|
||||
#include "event_wrapper.h"
|
||||
#include "trace.h"
|
||||
#include "thread_wrapper.h"
|
||||
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
|
||||
#include "webrtc/modules/video_render/mac/video_render_nsopengl.h"
|
||||
#include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
|
||||
#include "webrtc/system_wrappers/interface/event_wrapper.h"
|
||||
#include "webrtc/system_wrappers/interface/thread_wrapper.h"
|
||||
#include "webrtc/system_wrappers/interface/trace.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user