Initial Commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user