sox/configure, Makefile: try to make sox build smarter about library dependencies...
[melted] / src / modules / sox / Makefile
index a64fc74..a02e0ec 100644 (file)
@@ -9,8 +9,6 @@ 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)