[commit] r2386 - in trunk: config lib/libsamplerate lib/libsamplerate/src

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Thu Dec 18 13:14:58 CET 2008


Author: dslinux_sonny_jim
Date: Thu Dec 18 13:14:58 2008
New Revision: 2386

Log:
libsamplerate for DSLinux

Added:
   trunk/lib/libsamplerate/
   trunk/lib/libsamplerate/Makefile
   trunk/lib/libsamplerate/src/
      - copied from r2385, /tags/libsamplerate/libsamplerate-0.1.4/
Modified:
   trunk/config/Configure.help
   trunk/config/config.in

Modified: trunk/config/Configure.help
==============================================================================
--- trunk/config/Configure.help	(original)
+++ trunk/config/Configure.help	Thu Dec 18 13:14:58 2008
@@ -4021,6 +4021,8 @@
 CONFIG_USER_SOX
   SoX, the Swiss Army knife of sound processing programs
 
+CONFIG_LIB_LIBSAMPLERATE
+  Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio.
 #
 #
 # END of proprietary config help

Modified: trunk/config/config.in
==============================================================================
--- trunk/config/config.in	(original)
+++ trunk/config/config.in	Thu Dec 18 13:14:58 2008
@@ -102,6 +102,7 @@
 bool 'Build libupnp'    CONFIG_LIB_LIBUPNP_FORCE
 bool 'Build ncurses'		CONFIG_LIB_NCURSES_FORCE
 bool 'Build STLport'		CONFIG_LIB_STLPORT
+bool 'Build libsamplerate'	CONFIG_LIB_LIBSAMPLERATE
 dep_bool '  Build STLport as shared'	CONFIG_LIB_STLPORT_SHARED $CONFIG_LIB_STLPORT
 bool 'Build expat'		CONFIG_LIB_EXPAT_FORCE
 bool 'Build adns'		CONFIG_LIB_ADNS_FORCE
@@ -963,6 +964,9 @@
 bool 'rawrec'			CONFIG_USER_RAWREC_RAWREC
 bool 'rawplay'			CONFIG_USER_RAWREC_RAWPLAY
 bool 'sox'			CONFIG_USER_SOX
+if [ "$CONFIG_USER_SOX" = "y" ]; then
+	define_bool CONFIG_LIB_LIBSAMPLERATE=y
+fi
 bool 'xmp'			CONFIG_USER_XMP_XMP
 
 comment 'Video tools'


More information about the dslinux-commit mailing list