Feed rework and fixes to westley and composite
[melted] / src / modules / sox / Makefile
index 4c2ef83..e156567 100644 (file)
@@ -5,9 +5,11 @@ TARGET = ../libmltsox.so
 OBJS = factory.o \
           filter_sox.o 
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g 
+CFLAGS += -I../../ -I/usr/include/sox
 
-LDFLAGS = -lst
+LDFLAGS += -lst -lpopt -lvorbis -logg -lvorbisfile -lvorbisenc
+
+LDFLAGS+=-L../../framework -lmlt -lmp3lame
 
 SRCS := $(OBJS:.o=.c)