X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fsox%2FMakefile;h=e156567c719114afd7e3dae8730fe9d855fe9793;hb=6ad443b3ffd53b2e8be119df6fb7d3f2da1c4cec;hp=58f97f6ddd31052a77cc450ce7a0e88fcaa3e334;hpb=d229cc4caa1e8d06e66ca05aba414455279ae54f;p=melted diff --git a/src/modules/sox/Makefile b/src/modules/sox/Makefile index 58f97f6..e156567 100644 --- a/src/modules/sox/Makefile +++ b/src/modules/sox/Makefile @@ -5,10 +5,11 @@ 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 + +LDFLAGS+=-L../../framework -lmlt -lmp3lame SRCS := $(OBJS:.o=.c)