diff --git a/src/engine_configurations.h b/src/engine_configurations.h index b626d4299..49a2f8cd8 100644 --- a/src/engine_configurations.h +++ b/src/engine_configurations.h @@ -97,13 +97,16 @@ #define WEBRTC_VIDEO_ENGINE_CAPTURE_API #define WEBRTC_VIDEO_ENGINE_CODEC_API #define WEBRTC_VIDEO_ENGINE_ENCRYPTION_API -#define WEBRTC_VIDEO_ENGINE_FILE_API #define WEBRTC_VIDEO_ENGINE_IMAGE_PROCESS_API #define WEBRTC_VIDEO_ENGINE_NETWORK_API #define WEBRTC_VIDEO_ENGINE_RENDER_API #define WEBRTC_VIDEO_ENGINE_RTP_RTCP_API // #define WEBRTC_VIDEO_ENGINE_EXTERNAL_CODEC_API +#ifndef WEBRTC_CHROMIUM_BUILD +#define WEBRTC_VIDEO_ENGINE_FILE_API +#endif + // ============================================================================ // Platform specific configurations // ============================================================================