Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 359c728

Browse files
committed
Re-enable ffmpeg build with msvc (#69)
1 parent fff6b8b commit 359c728

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

modules/video_coding/codecs/h264/h264_color_space.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
// #ifdef unless needed and tested.
1717
#ifdef WEBRTC_USE_H264
1818

19-
#if defined(WEBRTC_WIN) && !defined(__clang__)
20-
#error "See: bugs.webrtc.org/9213#c13."
21-
#endif
22-
2319
#include "api/video/color_space.h"
2420

2521
extern "C" {

modules/video_coding/codecs/h264/h264_decoder_impl.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
// #ifdef unless needed and tested.
1818
#ifdef WEBRTC_USE_H264
1919

20-
#if defined(WEBRTC_WIN) && !defined(__clang__)
21-
#error "See: bugs.webrtc.org/9213#c13."
22-
#endif
23-
2420
#include <memory>
2521

2622
#include "modules/video_coding/codecs/h264/include/h264.h"

modules/video_coding/codecs/h264/h264_encoder_impl.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
// #ifdef unless needed and tested.
1818
#ifdef WEBRTC_USE_H264
1919

20-
#if defined(WEBRTC_WIN) && !defined(__clang__)
21-
#error "See: bugs.webrtc.org/9213#c13."
22-
#endif
23-
2420
#include <memory>
2521
#include <vector>
2622

0 commit comments

Comments
 (0)