Skip to content

Commit 3bbdcba

Browse files
authored
Enable webrtcrecorder and webrtccapturer samples
1 parent 760590d commit 3bbdcba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webrtc/samples/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if(HAVE_WEBRTC)
22
if(HAVE_FFMPEG)
33
add_subdirectory(webrtcstreamer)
4-
#add_subdirectory(webrtcrecorder)
4+
add_subdirectory(webrtcrecorder)
55
endif()
6-
#add_subdirectory(webrtccapturer)
6+
add_subdirectory(webrtccapturer)
77
endif()

0 commit comments

Comments
 (0)