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