Merge ../mlt
[melted] / src / modules / sox / Makefile
index a64fc74..472c591 100644 (file)
@@ -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)