aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-05 20:12:29 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-05 20:12:29 +0000
commit8c814ff84357dbf8704d8b5a0b437e717496b241 (patch)
treef1c39d7f44e1dbacc403bffe34ebf784d36c3648 /formats
parent135bedb7feb6206723ae15dc1e61c3636883cb77 (diff)
update dependency information to match new names for dependencies
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37085 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats')
-rw-r--r--formats/format_ogg_vorbis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/formats/format_ogg_vorbis.c b/formats/format_ogg_vorbis.c
index a9f926251..1e346ef46 100644
--- a/formats/format_ogg_vorbis.c
+++ b/formats/format_ogg_vorbis.c
@@ -22,8 +22,8 @@
*/
/*** MODULEINFO
- <depend>libvorbis</depend>
- <depend>libogg</depend>
+ <depend>vorbis</depend>
+ <depend>ogg</depend>
***/
#include "asterisk.h"