[client] added initial NAL unit parser

This commit is contained in:
Geoffrey McRae
2018-01-05 11:36:18 +11:00
parent a36d312844
commit 50ba9b4899
5 changed files with 680 additions and 47 deletions

View File

@@ -17,6 +17,7 @@ CFLAGS += -DBUILD_VERSION='"$(shell git describe --always --long --dirty --abbr
OBJS = main.o \
lg-renderer.o \
spice/spice.o \
parsers/nal.o \
decoders/null.o \
decoders/h264.o \
renderers/opengl.o