move TPCircularBuffer submodule
This commit is contained in:
parent
1d242aed7c
commit
0de52efdb1
4 changed files with 5 additions and 5 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -13,6 +13,6 @@
|
||||||
[submodule "third-party/nv-codec-headers"]
|
[submodule "third-party/nv-codec-headers"]
|
||||||
path = third-party/nv-codec-headers
|
path = third-party/nv-codec-headers
|
||||||
url = https://github.com/FFmpeg/nv-codec-headers
|
url = https://github.com/FFmpeg/nv-codec-headers
|
||||||
[submodule "sunshine/platform/macos/TPCircularBuffer"]
|
[submodule "third-party/TPCircularBuffer"]
|
||||||
path = sunshine/platform/macos/TPCircularBuffer
|
path = third-party/TPCircularBuffer
|
||||||
url = https://github.com/michaeltyson/TPCircularBuffer
|
url = https://github.com/michaeltyson/TPCircularBuffer
|
||||||
|
|
|
||||||
|
|
@ -193,8 +193,8 @@ elseif(APPLE)
|
||||||
sunshine/platform/macos/nv12_zero_device.cpp
|
sunshine/platform/macos/nv12_zero_device.cpp
|
||||||
sunshine/platform/macos/nv12_zero_device.h
|
sunshine/platform/macos/nv12_zero_device.h
|
||||||
sunshine/platform/macos/publish.cpp
|
sunshine/platform/macos/publish.cpp
|
||||||
sunshine/platform/macos/TPCircularBuffer/TPCircularBuffer.c
|
third-party/TPCircularBuffer/TPCircularBuffer.c
|
||||||
sunshine/platform/macos/TPCircularBuffer/TPCircularBuffer.h
|
third-party/TPCircularBuffer/TPCircularBuffer.h
|
||||||
${APPLE_PLIST_FILE})
|
${APPLE_PLIST_FILE})
|
||||||
else()
|
else()
|
||||||
add_compile_definitions(SUNSHINE_PLATFORM="linux")
|
add_compile_definitions(SUNSHINE_PLATFORM="linux")
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
#import <AVFoundation/AVFoundation.h>
|
#import <AVFoundation/AVFoundation.h>
|
||||||
|
|
||||||
#include "sunshine/platform/macos/TPCircularBuffer/TPCircularBuffer.h"
|
#include "third-party/TPCircularBuffer/TPCircularBuffer.h"
|
||||||
|
|
||||||
#define kBufferLength 2048
|
#define kBufferLength 2048
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue