Skip to content

Commit

Permalink
Remove usage of ffmpeg in webrtc stack. (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: Johny Qiu <jianlin.qiu@intel.com>
  • Loading branch information
jianjunz and taste1981 committed Mar 3, 2023
1 parent 1f8b817 commit 15bb85d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions modules/video_coding/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -506,15 +506,6 @@ rtc_library("webrtc_h264") {
]

defines = []
if (ffmpeg_branding == "Chrome" || ffmpeg_branding == "Chromium") {
sources += [
"codecs/h264/h264_color_space.cc",
"codecs/h264/h264_color_space.h",
"codecs/h264/h264_decoder_impl.cc",
"codecs/h264/h264_decoder_impl.h",
]
defines += [ "OWT_USE_FFMPEG" ]
}

deps = [
":video_codec_interface",
Expand Down Expand Up @@ -547,10 +538,6 @@ rtc_library("webrtc_h264") {
if (rtc_use_h264) {
deps += [ "//third_party/openh264:encoder" ]

if (ffmpeg_branding == "Chrome" || ffmpeg_branding == "Chromium") {
deps += [ "//third_party/ffmpeg" ]
}

if (!build_with_mozilla) {
deps += [ "../../media:rtc_media_base" ]
}
Expand Down

0 comments on commit 15bb85d

Please sign in to comment.