| 1234567891011121314151617181920212223 |
- #
- # Makefile.conf
- #
- LIBRARIES += Http
- LIBRARIES += Logging
- LIBRARIES += Utilities
- CFLAGS += -I$(ROOTPATH)/Libraries/CTPL
- CFLAGS += -I$(ROOTPATH)/Libraries/FFmpeg
- LFLAGS += -pthread
- CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/Libraries
- CFLAGS += -Wno-sign-compare -Wno-deprecated-declarations
- DEBUGDIR := .debug
- #DEFAULTARCH := x86_64-alpine
- DEFAULTARCH := x86_64
- TARGETS += StreamRecoder
|