Added threading

This commit is contained in:
2017-12-15 16:10:36 +01:00
parent 4651ee674a
commit 27233290cf
6 changed files with 53 additions and 11 deletions

View File

@@ -3,9 +3,9 @@
VERSION = 1.0
CC = cc
CFLAGS = -Wall -O3 -DVERSION=\"$(VERSION)\"
CFLAGS = -Wall -g -O3 -DVERSION=\"$(VERSION)\"
#LDFLAGS = -lm -lpthread `gtk-config --cflags` `gtk-config --libs` -lgthread
LDFLAGS = -lmpg123 -lao -lconfig -lncurses
LDFLAGS = -lmpg123 -lao -lconfig -lncurses -lpthread
OBJ = csoundbox.o config.o sound.o udpserver.o