[commit] r2380 - in trunk: config user

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Wed Dec 17 21:01:52 CET 2008


Author: dslinux_sonny_jim
Date: Wed Dec 17 21:01:52 2008
New Revision: 2380

Log:
Integrating SoX into the build system

Modified:
   trunk/config/Configure.help
   trunk/config/config.in
   trunk/user/Makefile

Modified: trunk/config/Configure.help
==============================================================================
--- trunk/config/Configure.help	(original)
+++ trunk/config/Configure.help	Wed Dec 17 21:01:52 2008
@@ -4017,6 +4017,10 @@
 CONFIG_USER_FBVIEW
   A simple framebuffer image viewer
   It supports 24bit BMP and PNG files. 
+
+CONFIG_USER_SOX
+  SoX, the Swiss Army knife of sound processing programs
+
 #
 #
 # END of proprietary config help

Modified: trunk/config/config.in
==============================================================================
--- trunk/config/config.in	(original)
+++ trunk/config/config.in	Wed Dec 17 21:01:52 2008
@@ -962,6 +962,7 @@
 bool 'playtzx'			CONFIG_USER_PLAYTZX_PLAYTZX
 bool 'rawrec'			CONFIG_USER_RAWREC_RAWREC
 bool 'rawplay'			CONFIG_USER_RAWREC_RAWPLAY
+bool 'sox'			CONFIG_USER_SOX
 bool 'xmp'			CONFIG_USER_XMP_XMP
 
 comment 'Video tools'

Modified: trunk/user/Makefile
==============================================================================
--- trunk/user/Makefile	(original)
+++ trunk/user/Makefile	Wed Dec 17 21:01:52 2008
@@ -365,6 +365,7 @@
 dir_$(CONFIG_USER_SNAPSHOT)		    += snapshot
 dir_$(CONFIG_USER_SNMPD_SNMPD)              += snmpd
 dir_$(CONFIG_USER_SNORT_SNORT)              += snort
+dir_$(CONFIG_USER_SOX) 		            += sox
 dir_$(CONFIG_USER_SPEEDTOUCH_MODEM_RUN)     += speedtouch/src
 dir_$(CONFIG_USER_STUNNEL_STUNNEL)          += stunnel
 dir_$(CONFIG_USER_SSLWRAP_SSLWRAP)          += sslwrap


More information about the dslinux-commit mailing list