aboutsummaryrefslogtreecommitdiffstats
path: root/sounds
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-15 15:51:51 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-15 15:51:51 +0000
commit7f4f4e008e71b5305113e9a0851d0ddedf52565b (patch)
treed2c1053b02449b6c65f3b7fd0f9600dd078b9a89 /sounds
parent6cde6bc10cb878cd80da41f6a0616a91002261f5 (diff)
Handle slin16 for extra sounds as well.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@212386 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'sounds')
-rw-r--r--sounds/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index 8bd5d89b1..4cb112da3 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -41,6 +41,7 @@ MES:=$(subst -ALAW,-alaw,$(MES))
MES:=$(subst -GSM,-gsm,$(MES))
MES:=$(subst -G729,-g729,$(MES))
MES:=$(subst -G722,-g722,$(MES))
+MES:=$(subst -SLN16,-sln16,$(MES))
EXTRA_SOUNDS:=$(MES:EXTRA-SOUNDS-%=asterisk-extra-sounds-%-$(EXTRA_SOUNDS_VERSION).tar.gz)
EXTRA_SOUND_TAGS:=$(MES:EXTRA-SOUNDS-%=$(SOUNDS_DIR)/.asterisk-extra-sounds-%-$(EXTRA_SOUNDS_VERSION))
MM:=$(subst -FREEPLAY-,-freeplay-,$(MENUSELECT_MOH))