summaryrefslogtreecommitdiff
path: root/codecs/codec_zap.c
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-01-05 23:17:45 +0000
committerJason Parker <jparker@digium.com>2007-01-05 23:17:45 +0000
commitcdd63e685d1434d09164da2801a921d973e49bc9 (patch)
tree9e3d31b3ff8aeb7606acc0fe03758fc2ecb4deb2 /codecs/codec_zap.c
parentd0542012c09d740364a8eb81f77497afcc1a3461 (diff)
Merged revisions 49705 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r49705 | qwell | 2007-01-05 17:16:16 -0600 (Fri, 05 Jan 2007) | 4 lines Make codec_zap and chan_zap also depend on zaptel. This fixes an issue (8727) with zaptel being in a different directory, using --with-zaptel. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49706 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/codec_zap.c')
-rw-r--r--codecs/codec_zap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/codecs/codec_zap.c b/codecs/codec_zap.c
index 72f90df55..749320499 100644
--- a/codecs/codec_zap.c
+++ b/codecs/codec_zap.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
<depend>zaptel_transcode</depend>
+ <depend>zaptel</depend>
***/
#include "asterisk.h"