Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Unified Diff: webrtc/modules/video_coding/codecs/h264/h264_objc.mm

Issue 2366443003: iOS: Always build H264 HW encoder/decoder (Closed)
Patch Set: Remove defines Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/build/webrtc.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « webrtc/build/webrtc.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698