Beta version 2.7.10: Fix link on macOS.
This commit is contained in:
parent
520ff8f2ce
commit
d5bb1717e0
|
@ -1 +1 @@
|
|||
Subproject commit 3eb03a245103f0847eae452233235fdc824f0471
|
||||
Subproject commit c17d4326200e5f544fa73addaa41c20c02d07dbd
|
|
@ -101,6 +101,10 @@ PRIVATE
|
|||
platform/darwin/GLVideoView.mm
|
||||
platform/darwin/GLVideoViewMac.h
|
||||
platform/darwin/GLVideoViewMac.mm
|
||||
platform/darwin/TGCMIOCapturer.h
|
||||
platform/darwin/TGCMIOCapturer.m
|
||||
platform/darwin/TGCMIODevice.h
|
||||
platform/darwin/TGCMIODevice.mm
|
||||
platform/darwin/TGRTCCVPixelBuffer.h
|
||||
platform/darwin/TGRTCCVPixelBuffer.mm
|
||||
platform/darwin/TGRTCDefaultVideoDecoderFactory.h
|
||||
|
@ -121,6 +125,8 @@ PRIVATE
|
|||
platform/darwin/VideoCameraCapturerMac.mm
|
||||
platform/darwin/VideoCapturerInterfaceImpl.h
|
||||
platform/darwin/VideoCapturerInterfaceImpl.mm
|
||||
platform/darwin/VideoCMIOCapture.h
|
||||
platform/darwin/VideoCMIOCapture.mm
|
||||
platform/darwin/VideoMetalView.h
|
||||
platform/darwin/VideoMetalView.mm
|
||||
platform/darwin/VideoMetalViewMac.h
|
||||
|
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit 52d7dc3993dfcb305cf5500b9859c123868107fd
|
||||
Subproject commit c29450cbf1e59aefdbcbe46fd5f37e3172ce8725
|
Loading…
Reference in New Issue