Initial Commit

This commit is contained in:
2023-03-18 13:11:34 +01:00
commit 1407b93895
15 changed files with 386 additions and 0 deletions
+23
View File
@@ -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