[Freeswitch-branches] [commit] r11436 - freeswitch/branches/1.0

FreeSWITCH SVN mikej at freeswitch.org
Thu Jan 22 15:48:01 PST 2009


Author: mikej
Date: Thu Jan 22 17:48:01 2009
New Revision: 11436

Log:
build: add targets cd-sounds[-install] and cd-moh[-install] for 48k sounds (r:11151)

Modified:
   freeswitch/branches/1.0/Makefile.am

Modified: freeswitch/branches/1.0/Makefile.am
==============================================================================
--- freeswitch/branches/1.0/Makefile.am	(original)
+++ freeswitch/branches/1.0/Makefile.am	Thu Jan 22 17:48:01 2009
@@ -32,15 +32,20 @@
 moh: sounds-music-8000
 moh-install: sounds-music-8000-install
 
-hd-sounds: sounds-en-us-callie-8000 sounds-en-us-callie-16000
-hd-sounds-install: sounds-en-us-callie-8000-install sounds-en-us-callie-16000-install
-hd-moh: sounds-music-8000 sounds-music-16000
-hd-moh-install: sounds-music-8000-install sounds-music-16000-install
-
-uhd-sounds: sounds-en-us-callie-8000 sounds-en-us-callie-16000 sounds-en-us-callie-32000
-uhd-sounds-install: sounds-en-us-callie-8000-install sounds-en-us-callie-16000-install sounds-en-us-callie-32000-install
-uhd-moh: sounds-music-8000 sounds-music-16000 sounds-music-32000
-uhd-moh-install: sounds-music-8000-install sounds-music-16000-install sounds-music-32000-install
+hd-sounds: sounds sounds-en-us-callie-16000
+hd-sounds-install: sounds-install sounds-en-us-callie-16000-install
+hd-moh: moh sounds-music-16000
+hd-moh-install: moh-install sounds-music-16000-install
+
+uhd-sounds: hd-sounds sounds-en-us-callie-32000
+uhd-sounds-install: hd-sounds-install sounds-en-us-callie-32000-install
+uhd-moh: hd-moh sounds-music-32000
+uhd-moh-install: hd-moh-install sounds-music-32000-install
+
+cd-sounds: uhd-sounds sounds-en-us-callie-48000
+cd-sounds-install: uhd-sounds-install sounds-en-us-callie-48000-install
+cd-moh: uhd-moh sounds-music-48000
+cd-moh-install: uhd-moh-install sounds-music-48000-install
 
 libdir = @libdir@
 bindir = @bindir@



More information about the Freeswitch-branches mailing list