sox/Makefile: helpful note for Ubuntu (and Debian?)
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 24 Feb 2008 09:30:09 +0000 (09:30 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 24 Feb 2008 09:30:09 +0000 (09:30 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1077 d19143bc-622f-0410-bfdd-b5b2a6649095

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)