]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add 48k sound targets
authorBrian West <brian@freeswitch.org>
Mon, 12 Jan 2009 22:38:52 +0000 (22:38 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 12 Jan 2009 22:38:52 +0000 (22:38 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11151 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am

index 6e0baf5ad8df864ef916c0eff1b6eadaaef08270..ffafc5bb8670c6841a1e38fdbf5ff2c89509337b 100644 (file)
@@ -32,15 +32,20 @@ sounds-install: sounds-en-us-callie-8000-install
 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@