Add (untested) Steam Link video decoding/rendering

This commit is contained in:
Cameron Gutman 2018-07-21 20:22:00 -07:00
commit ad57a55d12
7 changed files with 176 additions and 0 deletions

View file

@ -6,3 +6,7 @@ SUBDIRS = \
app
CONFIG += ordered
# Run our compile tests
load(configure)
qtCompileTest(SLVideo)