Sync with current ffmpeg CVS and minor clean up
[melted] / src / modules / sox / Makefile
index 58f97f6..343a785 100644 (file)
@@ -5,10 +5,9 @@ TARGET = ../libmltsox.so
 OBJS = factory.o \
           filter_sox.o 
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g \
-       `libst-config --cflags`
+CFLAGS += -I../../ -I/usr/include/sox
 
-LDFLAGS = `libst-config --libs` -lst
+LDFLAGS += -lst -lpopt -lvorbis -logg -lvorbisfile -lvorbisenc
 
 SRCS := $(OBJS:.o=.c)