Index: webrtc/modules/audio_coding/neteq/audio_decoder_impl.h |
diff --git a/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h b/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h |
index 48ef50259f199726761a93d89b53e877cb877a98..f7d50d1f663fe59fc6dd87cce55b334fc5e61064 100644 |
--- a/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h |
+++ b/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h |
@@ -13,7 +13,11 @@ |
#include <assert.h> |
+#ifndef AUDIO_DECODER_UNITTEST |
+// If this is compiled as a part of the audio_deoder_unittest, the codec |
+// selection is made in the gypi file instead of in engine_configurations.h. |
#include "webrtc/engine_configurations.h" |
+#endif |
#include "webrtc/base/constructormagic.h" |
#include "webrtc/modules/audio_coding/codecs/audio_decoder.h" |
#include "webrtc/modules/audio_coding/codecs/cng/include/webrtc_cng.h" |