]> git.sesse.net Git - mlt/commitdiff
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 a02e0ec5f59be75194f65b6e730b0adfd224210c..a64fc749ada1395f0946f99866cd3f9b4619d36a 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)