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

Commit 15bb85d

Browse files
jianjunztaste1981
andauthored
Remove usage of ffmpeg in webrtc stack. (#191)
Co-authored-by: Johny Qiu <[email protected]>
1 parent 1f8b817 commit 15bb85d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

modules/video_coding/BUILD.gn

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -506,15 +506,6 @@ rtc_library("webrtc_h264") {
506506
]
507507

508508
defines = []
509-
if (ffmpeg_branding == "Chrome" || ffmpeg_branding == "Chromium") {
510-
sources += [
511-
"codecs/h264/h264_color_space.cc",
512-
"codecs/h264/h264_color_space.h",
513-
"codecs/h264/h264_decoder_impl.cc",
514-
"codecs/h264/h264_decoder_impl.h",
515-
]
516-
defines += [ "OWT_USE_FFMPEG" ]
517-
}
518509

519510
deps = [
520511
":video_codec_interface",
@@ -547,10 +538,6 @@ rtc_library("webrtc_h264") {
547538
if (rtc_use_h264) {
548539
deps += [ "//third_party/openh264:encoder" ]
549540

550-
if (ffmpeg_branding == "Chrome" || ffmpeg_branding == "Chromium") {
551-
deps += [ "//third_party/ffmpeg" ]
552-
}
553-
554541
if (!build_with_mozilla) {
555542
deps += [ "../../media:rtc_media_base" ]
556543
}

0 commit comments

Comments
 (0)