Index: content/public/common/feature_h264_with_openh264_ffmpeg.h |
diff --git a/content/public/common/feature_h264_with_openh264_ffmpeg.h b/content/public/common/feature_h264_with_openh264_ffmpeg.h |
index ba21bd0802d4daa386f89d5c743a6b4b1fb8c643..4b76df152dc22c5175d642bbb0a51a12c6549185 100644 |
--- a/content/public/common/feature_h264_with_openh264_ffmpeg.h |
+++ b/content/public/common/feature_h264_with_openh264_ffmpeg.h |
@@ -10,12 +10,12 @@ |
namespace content { |
-#if BUILDFLAG(RTC_USE_H264) |
+#if BUILDFLAG(RTC_USE_H264) && !defined(MEDIA_DISABLE_FFMPEG) |
// Run-time feature for the |rtc_use_h264| encoder/decoder. |
extern const base::Feature kWebRtcH264WithOpenH264FFmpeg; |
-#endif // BUILDFLAG(RTC_USE_H264) |
+#endif // BUILDFLAG(RTC_USE_H264) && !defined(MEDIA_DISABLE_FFMPEG) |
} // namespace content |