sox/Makefile: helpful note for Ubuntu (and Debian?)
[melted] / src / modules / sox / Makefile
index a02e0ec..a64fc74 100644 (file)
@@ -9,6 +9,8 @@ OBJS = factory.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)