Makefile.conf 390 B

1234567891011121314151617181920212223
  1. #
  2. # Makefile.conf
  3. #
  4. LIBRARIES += Http
  5. LIBRARIES += Logging
  6. LIBRARIES += Utilities
  7. CFLAGS += -I$(ROOTPATH)/Libraries/CTPL
  8. CFLAGS += -I$(ROOTPATH)/Libraries/FFmpeg
  9. LFLAGS += -pthread
  10. CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/Libraries
  11. CFLAGS += -Wno-sign-compare -Wno-deprecated-declarations
  12. DEBUGDIR := .debug
  13. #DEFAULTARCH := x86_64-alpine
  14. DEFAULTARCH := x86_64
  15. TARGETS += StreamRecoder