| Index: webrtc/modules/video_coding/codecs/h264/h264_objc.mm
|
| diff --git a/webrtc/modules/video_coding/codecs/h264/h264_objc.mm b/webrtc/modules/video_coding/codecs/h264/h264_objc.mm
|
| index b9e0fc0090b20e37c112bb46aa7cf91aa6c6b2f2..9a6582d2f02c9acde23d22efda5e9a18fe289dc8 100644
|
| --- a/webrtc/modules/video_coding/codecs/h264/h264_objc.mm
|
| +++ b/webrtc/modules/video_coding/codecs/h264/h264_objc.mm
|
| @@ -18,8 +18,7 @@
|
| namespace webrtc {
|
|
|
| bool IsH264CodecSupportedObjC() {
|
| -#if defined(WEBRTC_OBJC_H264) && \
|
| - defined(WEBRTC_VIDEO_TOOLBOX_SUPPORTED) && \
|
| +#if defined(WEBRTC_VIDEO_TOOLBOX_SUPPORTED) && \
|
| defined(WEBRTC_IOS)
|
| // Supported on iOS8+.
|
| return [[[UIDevice currentDevice] systemVersion] doubleValue] >= 8.0;
|
|
|