Skip to content

Commit e9437d8

Browse files
dpinophiln
authored andcommitted
[CMake][LibWebRTC] Fix build after 267677@main
https://bugs.webkit.org/show_bug.cgi?id=258794 Reviewed by Philippe Normand. Enable WEBRTC_USE_H265 and add file 'video_rtp_depacketizer_h265.cc' to source list. * Source/ThirdParty/libwebrtc/CMakeLists.txt: Canonical link: https://commits.webkit.org/267862@main
1 parent 6fda3aa commit e9437d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/ThirdParty/libwebrtc/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,6 +1387,7 @@ set(webrtc_SOURCES
13871387
Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer.cc
13881388
Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_generic.cc
13891389
Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h264.cc
1390+
Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h265.cc
13901391
Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_raw.cc
13911392
Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_vp8.cc
13921393
Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_vp9.cc
@@ -2166,6 +2167,7 @@ target_compile_definitions(webrtc PRIVATE
21662167
WEBRTC_POSIX
21672168
WEBRTC_USE_BUILTIN_ISAC_FIX=1
21682169
WEBRTC_USE_BUILTIN_ISAC_FLOAT=0
2170+
WEBRTC_USE_H265=1
21692171
WTF_USE_DYNAMIC_ANNOTATIONS=1
21702172
_GNU_SOURCE
21712173
)

0 commit comments

Comments
 (0)