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

Unified Diff: webrtc/engine_configurations.h

Issue 2401673002: Delete old video defines in engine config and rename file (Closed)
Patch Set: And GYP Created 4 years, 2 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/common.gyp ('k') | webrtc/modules/audio_coding/acm2/acm_codec_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/engine_configurations.h
diff --git a/webrtc/engine_configurations.h b/webrtc/engine_configurations.h
deleted file mode 100644
index 011bdaeff0c88adb72ac1d7b2120b84d354357bd..0000000000000000000000000000000000000000
--- a/webrtc/engine_configurations.h
+++ /dev/null
@@ -1,74 +0,0 @@
-/*
- * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style license
- * that can be found in the LICENSE file in the root of the source
- * tree. An additional intellectual property rights grant can be found
- * in the file PATENTS. All contributing project authors may
- * be found in the AUTHORS file in the root of the source tree.
- */
-
-#ifndef WEBRTC_ENGINE_CONFIGURATIONS_H_
-#define WEBRTC_ENGINE_CONFIGURATIONS_H_
-
-#include "webrtc/typedefs.h"
-
-// ============================================================================
-// VoiceEngine
-// ============================================================================
-
-// ----------------------------------------------------------------------------
-// Settings for VoiceEngine
-// ----------------------------------------------------------------------------
-
-#define WEBRTC_VOICE_ENGINE_AGC // Near-end AGC
-#define WEBRTC_VOICE_ENGINE_ECHO // Near-end AEC
-#define WEBRTC_VOICE_ENGINE_NR // Near-end NS
-
-#if !defined(WEBRTC_ANDROID) && !defined(WEBRTC_IOS)
-#define WEBRTC_VOICE_ENGINE_TYPING_DETECTION // Typing detection
-#endif
-
-// ----------------------------------------------------------------------------
-// VoiceEngine sub-APIs
-// ----------------------------------------------------------------------------
-
-#define WEBRTC_VOICE_ENGINE_AUDIO_PROCESSING_API
-#define WEBRTC_VOICE_ENGINE_CODEC_API
-#define WEBRTC_VOICE_ENGINE_EXTERNAL_MEDIA_API
-#define WEBRTC_VOICE_ENGINE_FILE_API
-#define WEBRTC_VOICE_ENGINE_HARDWARE_API
-#define WEBRTC_VOICE_ENGINE_NETEQ_STATS_API
-#define WEBRTC_VOICE_ENGINE_RTP_RTCP_API
-#define WEBRTC_VOICE_ENGINE_VIDEO_SYNC_API
-#define WEBRTC_VOICE_ENGINE_VOLUME_CONTROL_API
-
-// ============================================================================
-// Platform specific configurations
-// ============================================================================
-
-// ----------------------------------------------------------------------------
-// VideoEngine Windows
-// ----------------------------------------------------------------------------
-
-#if defined(_WIN32)
-#define DIRECT3D9_RENDERING // Requires DirectX 9.
-#endif
-
-// ----------------------------------------------------------------------------
-// VideoEngine MAC
-// ----------------------------------------------------------------------------
-
-#if defined(WEBRTC_MAC) && !defined(WEBRTC_IOS)
-#define COCOA_RENDERING
-#endif
-
-// ----------------------------------------------------------------------------
-// VideoEngine Mobile iPhone
-// ----------------------------------------------------------------------------
-
-#if defined(WEBRTC_IOS)
-#define EAGL_RENDERING
-#endif
-
-#endif // WEBRTC_ENGINE_CONFIGURATIONS_H_
« no previous file with comments | « webrtc/common.gyp ('k') | webrtc/modules/audio_coding/acm2/acm_codec_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698