From: ddennedy Date: Sun, 24 Feb 2008 09:30:09 +0000 (+0000) Subject: sox/Makefile: helpful note for Ubuntu (and Debian?) X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=b735d3621813e39e52766ba1dd546abc4a595dab;p=melted sox/Makefile: helpful note for Ubuntu (and Debian?) git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1077 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/src/modules/sox/Makefile b/src/modules/sox/Makefile index a02e0ec..a64fc74 100644 --- a/src/modules/sox/Makefile +++ b/src/modules/sox/Makefile @@ -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)