mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-22 16:08:45 +00:00
Add (untested) Steam Link video decoding/rendering
This commit is contained in:
3
config.tests/SLVideo/SLVideo.pro
Normal file
3
config.tests/SLVideo/SLVideo.pro
Normal file
@@ -0,0 +1,3 @@
|
||||
SOURCES = main.cpp
|
||||
LIBS += -lSLVideo
|
||||
|
||||
7
config.tests/SLVideo/main.cpp
Normal file
7
config.tests/SLVideo/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <SLVideo.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
SLVideo_CreateContext();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user