mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-10 17:56:26 +00:00
Add (untested) Steam Link video decoding/rendering
This commit is contained in:
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