[h264] disable the module until I or someone finds time to finish it

This commit is contained in:
Geoffrey McRae 2018-05-16 18:12:29 +10:00
parent cf4d16b528
commit 70ffe1de43

View File

@ -20,9 +20,7 @@ OBJS = main.o \
spice/spice.o \ spice/spice.o \
parsers/nal.o \ parsers/nal.o \
decoders/null.o \ decoders/null.o \
decoders/h264.o \
renderers/opengl.o renderers/opengl.o
# renderers/opengl-basic.o
BUILD_OBJS = $(foreach obj,$(OBJS),$(BUILD)/$(obj)) BUILD_OBJS = $(foreach obj,$(OBJS),$(BUILD)/$(obj))