mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-10 01:31:41 +00:00
OMX_ENCODER -> WITH_OMX_ENCODER
This commit is contained in:
2
Makefile
2
Makefile
@@ -16,7 +16,7 @@ PROG = ustreamer
|
||||
ifeq ($(shell ls -d /opt/vc/include 2>/dev/null), /opt/vc/include)
|
||||
SOURCES += $(shell ls src/encoders/omx/*.c)
|
||||
LIBS += -lbcm_host -lvcos -lopenmaxil -L/opt/vc/lib
|
||||
override CFLAGS += -DOMX_ENCODER -DOMX_SKIP64BIT -I/opt/vc/include
|
||||
override CFLAGS += -DWITH_OMX_ENCODER -DOMX_SKIP64BIT -I/opt/vc/include
|
||||
endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user