[commit] r2397 - in trunk/user/sox: . src

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Thu Dec 18 19:32:17 CET 2008


Author: dslinux_sonny_jim
Date: Thu Dec 18 19:32:17 2008
New Revision: 2397

Log:
Add libsndfile support to SoX

Modified:
   trunk/user/sox/Makefile
   trunk/user/sox/src/configure

Modified: trunk/user/sox/Makefile
==============================================================================
--- trunk/user/sox/Makefile	(original)
+++ trunk/user/sox/Makefile	Thu Dec 18 19:32:17 2008
@@ -4,7 +4,8 @@
 
 SOX_CONFIGURE_FLAGS=--disable-largefile --disable-nls \
 		    --enable-static --disable-shared \
-		    --with-samplerate --libdir=$(ROOTDIR)/lib \
+		    --with-samplerate --with-sndfile \
+		    --libdir=$(ROOTDIR)/lib \
 		    --includedir=$(ROOTDIR)/include
 .configured:
 	cd src && env CFLAGS="$(CFLAGS)" PKG_CONFIG=no \

Modified: trunk/user/sox/src/configure
==============================================================================
--- trunk/user/sox/src/configure	(original)
+++ trunk/user/sox/src/configure	Thu Dec 18 19:32:17 2008
@@ -24769,7 +24769,7 @@
   # As a last resort, just hope that header and ilbrary can
   # be found in default paths and that it doesn't need
   # to link against any other libraries.
-  SNDFILE_LIBS="-lsndfile"
+  SNDFILE_LIBS="-lsndfile -lm"
   have_sndfile="maybe"
 fi
 


More information about the dslinux-commit mailing list