| Index: webrtc/voice_engine/voice_engine_impl.h
|
| diff --git a/webrtc/voice_engine/voice_engine_impl.h b/webrtc/voice_engine/voice_engine_impl.h
|
| index d8aebdc83fb4efa96de34581791bd20123251d30..0ce5ca8e1b99cb7ab4d33606810743a1bc223171 100644
|
| --- a/webrtc/voice_engine/voice_engine_impl.h
|
| +++ b/webrtc/voice_engine/voice_engine_impl.h
|
| @@ -17,6 +17,34 @@
|
| #include "webrtc/voice_engine/voe_base_impl.h"
|
| #include "webrtc/voice_engine_configurations.h"
|
|
|
| +#ifndef WEBRTC_VOICE_ENGINE_AUDIO_PROCESSING_API
|
| +#error "Deprecated"
|
| +#endif
|
| +#ifndef WEBRTC_VOICE_ENGINE_CODEC_API
|
| +#error "Deprecated"
|
| +#endif
|
| +#ifndef WEBRTC_VOICE_ENGINE_EXTERNAL_MEDIA_API
|
| +#error "Deprecated"
|
| +#endif
|
| +#ifndef WEBRTC_VOICE_ENGINE_FILE_API
|
| +#error "Deprecated"
|
| +#endif
|
| +#ifndef WEBRTC_VOICE_ENGINE_HARDWARE_API
|
| +#error "Deprecated"
|
| +#endif
|
| +#ifndef WEBRTC_VOICE_ENGINE_NETEQ_STATS_API
|
| +#error "Deprecated"
|
| +#endif
|
| +#ifndef WEBRTC_VOICE_ENGINE_RTP_RTCP_API
|
| +#error "Deprecated"
|
| +#endif
|
| +#ifndef WEBRTC_VOICE_ENGINE_VIDEO_SYNC_API
|
| +#error "Deprecated"
|
| +#endif
|
| +#ifndef WEBRTC_VOICE_ENGINE_VOLUME_CONTROL_API
|
| +#error "Deprecated"
|
| +#endif
|
| +
|
| #ifdef WEBRTC_VOICE_ENGINE_AUDIO_PROCESSING_API
|
| #include "webrtc/voice_engine/voe_audio_processing_impl.h"
|
| #endif
|
|
|