aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-05 23:17:45 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-05 23:17:45 +0000
commite7bc786d4aaa423e3e5798443f0fda7709b1cf49 (patch)
tree9e3d31b3ff8aeb7606acc0fe03758fc2ecb4deb2 /codecs
parenta037fd277bc34ad61929c2aea51341bcab7697de (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: http://svn.digium.com/svn/asterisk/trunk@49706 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-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"