[client] implemented initial slow yuv420 support

This commit is contained in:
Geoffrey McRae
2018-07-28 08:41:15 +10:00
parent d292d46fcb
commit 05bd587c74
6 changed files with 199 additions and 20 deletions

View File

@@ -53,6 +53,7 @@ set(SOURCES
spice/rsa.c
spice/spice.c
decoders/null.c
decoders/yuv420.c
renderers/opengl.c
)