[asterisk-addons-commits] qwell: branch qwell/moddirmagic r516 - in /team/qwell/moddirmagic/formats: ./...
SVN commits to the Asterisk addons project
asterisk-addons-commits at lists.digium.com
Wed Feb 6 16:31:59 CST 2008
Author: qwell
Date: Wed Feb 6 16:31:59 2008
New Revision: 516
URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=516
Log:
Name this a little more sanely
Added:
team/qwell/moddirmagic/formats/mp3/
- copied from r515, team/qwell/moddirmagic/formats/format_mp3/
Removed:
team/qwell/moddirmagic/formats/format_mp3/
Modified:
team/qwell/moddirmagic/formats/Makefile
team/qwell/moddirmagic/formats/format_mp3.c
Modified: team/qwell/moddirmagic/formats/Makefile
URL: http://svn.digium.com/view/asterisk-addons/team/qwell/moddirmagic/formats/Makefile?view=diff&rev=516&r1=515&r2=516
==============================================================================
--- team/qwell/moddirmagic/formats/Makefile (original)
+++ team/qwell/moddirmagic/formats/Makefile Wed Feb 6 16:31:59 2008
@@ -20,6 +20,6 @@
include $(ASTTOPDIR)/Makefile.moddir_rules
clean::
- $(MAKE) -C format_mp3 clean
+ $(MAKE) -C mp3 clean
-$(if $(filter format_mp3,$(EMBEDDED_MODS)),modules.link,format_mp3.so): format_mp3/common.o format_mp3/dct64_i386.o format_mp3/decode_ntom.o format_mp3/layer3.o format_mp3/tabinit.o format_mp3/interface.o
+$(if $(filter format_mp3,$(EMBEDDED_MODS)),modules.link,format_mp3.so): mp3/common.o mp3/dct64_i386.o mp3/decode_ntom.o mp3/layer3.o mp3/tabinit.o mp3/interface.o
Modified: team/qwell/moddirmagic/formats/format_mp3.c
URL: http://svn.digium.com/view/asterisk-addons/team/qwell/moddirmagic/formats/format_mp3.c?view=diff&rev=516&r1=515&r2=516
==============================================================================
--- team/qwell/moddirmagic/formats/format_mp3.c (original)
+++ team/qwell/moddirmagic/formats/format_mp3.c Wed Feb 6 16:31:59 2008
@@ -17,8 +17,8 @@
#include <asterisk.h>
-#include "format_mp3/mpg123.h"
-#include "format_mp3/mpglib.h"
+#include "mp3/mpg123.h"
+#include "mp3/mpglib.h"
#include <asterisk/logger.h>
#include <asterisk/mod_format.h>
#include <asterisk/module.h>
More information about the asterisk-addons-commits
mailing list