Skip to content

Commit

Permalink
o Move SndFileHandler as ConvolveFileHandler out of folve-filesystem.cc
Browse files Browse the repository at this point in the history
  into its own file.
  • Loading branch information
hzeller committed Oct 13, 2012
1 parent 5282bc2 commit 24e7411
Show file tree
Hide file tree
Showing 5 changed files with 625 additions and 512 deletions.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -15,7 +15,8 @@ LD_STATIC=-static
endif

OBJECTS = folve-main.o folve-filesystem.o conversion-buffer.o \
processor-pool.o buffer-thread.o pass-through-handler.o \
processor-pool.o buffer-thread.o \
pass-through-handler.o convolve-file-handler.o \
sound-processor.o file-handler-cache.o status-server.o util.o \
zita-audiofile.o zita-config.o zita-fconfig.o zita-sstring.o

Expand Down

0 comments on commit 24e7411

Please sign in to comment.