[Freeswitch-svn] [commit] r7667 - freeswitch/trunk/src/mod/codecs/mod_g711

Freeswitch SVN mikej at freeswitch.org
Mon Feb 18 12:38:15 EST 2008


Author: mikej
Date: Mon Feb 18 12:38:15 2008
New Revision: 7667

Modified:
   freeswitch/trunk/src/mod/codecs/mod_g711/mod_g711.c

Log:
tweak

Modified: freeswitch/trunk/src/mod/codecs/mod_g711/mod_g711.c
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_g711/mod_g711.c	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_g711/mod_g711.c	Mon Feb 18 12:38:15 2008
@@ -31,7 +31,7 @@
  */
 
 #include <switch.h>
-#include <g7xx/g711.h>
+#include <g711.h>
 
 SWITCH_MODULE_LOAD_FUNCTION(mod_g711_load);
 SWITCH_MODULE_DEFINITION(mod_g711, mod_g711_load, NULL, NULL);



More information about the Freeswitch-svn mailing list