X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fsox%2FMakefile;h=472c5915a70f92ea445233be7b13d4a31ffe14f9;hb=f4963a6aa07644399b273b5d2b1f9299c9047414;hp=a64fc749ada1395f0946f99866cd3f9b4619d36a;hpb=b735d3621813e39e52766ba1dd546abc4a595dab;p=melted diff --git a/src/modules/sox/Makefile b/src/modules/sox/Makefile index a64fc74..472c591 100644 --- a/src/modules/sox/Makefile +++ b/src/modules/sox/Makefile @@ -1,4 +1,9 @@ include ../../../config.mak + +CFLAGS += -I../.. + +LDFLAGS += -L../../framework -lmlt + include config.mak TARGET = ../libmltsox$(LIBSUF) @@ -6,12 +11,6 @@ TARGET = ../libmltsox$(LIBSUF) OBJS = factory.o \ filter_sox.o -CFLAGS += -I../../ - -LDFLAGS += -L../../framework -lmlt -# NOTE: Ubuntu may require -lsamplerate -lsndfile as well -# since they are not in libst-config --libs - SRCS := $(OBJS:.o=.c) all: $(TARGET)