Skip to content

Commit

Permalink
Merge pull request #33 from bgold-cosmos/dirt-loop-continuation
Browse files Browse the repository at this point in the history
Dirt loop and sample continuation
  • Loading branch information
yaxu committed May 13, 2015
2 parents f2e50bb + 16dbdfd commit 1aaa2dd
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 83 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,7 +1,7 @@
CC=gcc

CFLAGS += -g -I/usr/local/include -Wall -O3 -std=gnu99
LDFLAGS += -lm -L/usr/local/lib -llo -lsndfile -lsamplerate -lpthread
CFLAGS += -g -I/usr/local/include -I/opt/local/include -Wall -O3 -std=gnu99
LDFLAGS += -lm -L/usr/local/lib -L/opt/local/lib -llo -lsndfile -lsamplerate -lpthread

SOURCES=dirt.c common.c audio.c file.c server.c jobqueue.c thpool.c
OBJECTS=$(SOURCES:.c=.o)
Expand Down

0 comments on commit 1aaa2dd

Please sign in to comment.