Audio read ahead and fine tuning
[melted] / src / modules / resample / Makefile
index 83ffb3d..ceae3db 100644 (file)
@@ -5,9 +5,9 @@ TARGET = ../libmltresample.so
 OBJS = factory.o \
           filter_resample.o 
 
-CFLAGS = -O3 -I../../ -Wall -g
+CFLAGS += -I../..
 
-LDFLAGS= -lsamplerate
+LDFLAGS += -lsamplerate
 
 SRCS := $(OBJS:.o=.c)