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

Commit cc36ee9

Browse files
authored
Restore some files for H.264. (#196)
These files were removed from GN during rebasing. Restore them for missing symbols.
1 parent f276236 commit cc36ee9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/video_coding/BUILD.gn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,10 @@ rtc_library("webrtc_h264") {
500500
visibility = [ "*" ]
501501
sources = [
502502
"codecs/h264/h264.cc",
503+
"codecs/h264/h264_color_space.cc",
504+
"codecs/h264/h264_color_space.h",
505+
"codecs/h264/h264_decoder_impl.cc",
506+
"codecs/h264/h264_decoder_impl.h",
503507
"codecs/h264/h264_encoder_impl.cc",
504508
"codecs/h264/h264_encoder_impl.h",
505509
"codecs/h264/include/h264.h",

0 commit comments

Comments
 (0)