Add (untested) Steam Link video decoding/rendering
This commit is contained in:
parent
a97e4babf9
commit
ad57a55d12
7 changed files with 176 additions and 0 deletions
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue