owncast support draft

This commit is contained in:
Luxferre
2024-09-14 23:42:47 +03:00
parent 4b11209e6d
commit 492cd515c6
5 changed files with 26 additions and 18 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
LDFLAGS = -s -w
LDFLAGS_WIN = -H windowsgui -s -w
GOFLAGS = -trimpath
SOURCES = server.go twitch.go youtube.go
SOURCES = server.go twitch.go youtube.go owncast.go
BIN = streamgoose
unix: