mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-23 03:58:10 +00:00
[h264] disable the module until I or someone finds time to finish it
This commit is contained in:
parent
cf4d16b528
commit
70ffe1de43
1 changed files with 0 additions and 2 deletions
|
@ -20,9 +20,7 @@ OBJS = main.o \
|
|||
spice/spice.o \
|
||||
parsers/nal.o \
|
||||
decoders/null.o \
|
||||
decoders/h264.o \
|
||||
renderers/opengl.o
|
||||
# renderers/opengl-basic.o
|
||||
|
||||
BUILD_OBJS = $(foreach obj,$(OBJS),$(BUILD)/$(obj))
|
||||
|
||||
|
|
Loading…
Reference in a new issue