This commit is contained in:
Devaev Maxim
2019-07-09 20:11:41 +03:00
parent fe8699b7f3
commit e6dfe3d2b7
8 changed files with 192 additions and 42 deletions

View File

@@ -30,9 +30,9 @@ ifneq ($(call optbool,$(WITH_OMX_ENCODER)),)
endif
ifneq ($(call optbool,$(WITH_WORKERS_GPIO_DEBUG)),)
ifneq ($(call optbool,$(WITH_GPIO)),)
LIBS += -lwiringPi
override CFLAGS += -DWITH_WORKERS_GPIO_DEBUG
override CFLAGS += -DWITH_GPIO
endif