[asterisk-commits] murf: branch murf/bug11210 r97654 - in /team/murf/bug11210: channels/ utils/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 9 18:23:16 CST 2008


Author: murf
Date: Wed Jan  9 18:23:16 2008
New Revision: 97654

URL: http://svn.digium.com/view/asterisk?view=rev&rev=97654
Log:
had to fix a few things to get things to compile with core show threads enabled

Modified:
    team/murf/bug11210/channels/console_board.c
    team/murf/bug11210/channels/console_video.c
    team/murf/bug11210/channels/vgrabbers.c
    team/murf/bug11210/utils/astman.c

Modified: team/murf/bug11210/channels/console_board.c
URL: http://svn.digium.com/view/asterisk/team/murf/bug11210/channels/console_board.c?view=diff&rev=97654&r1=97653&r2=97654
==============================================================================
--- team/murf/bug11210/channels/console_board.c (original)
+++ team/murf/bug11210/channels/console_board.c Wed Jan  9 18:23:16 2008
@@ -38,6 +38,7 @@
  */
 
 #include "asterisk.h"	/* ast_strdupa */
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #include "asterisk/utils.h"	/* ast_strdupa */
 #include "console_video.h"	/* ast_strdupa */
 

Modified: team/murf/bug11210/channels/console_video.c
URL: http://svn.digium.com/view/asterisk/team/murf/bug11210/channels/console_video.c?view=diff&rev=97654&r1=97653&r2=97654
==============================================================================
--- team/murf/bug11210/channels/console_video.c (original)
+++ team/murf/bug11210/channels/console_video.c Wed Jan  9 18:23:16 2008
@@ -37,6 +37,7 @@
 //#define OLD_FFMPEG	1	/* set for old ffmpeg with no swscale */
 
 #include "asterisk.h"
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 
 #include <sys/ioctl.h>
 #include "asterisk/cli.h"
 #include "asterisk/file.h"

Modified: team/murf/bug11210/channels/vgrabbers.c
URL: http://svn.digium.com/view/asterisk/team/murf/bug11210/channels/vgrabbers.c?view=diff&rev=97654&r1=97653&r2=97654
==============================================================================
--- team/murf/bug11210/channels/vgrabbers.c (original)
+++ team/murf/bug11210/channels/vgrabbers.c Wed Jan  9 18:23:16 2008
@@ -45,6 +45,7 @@
  */
 
 #include "asterisk.h"
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 
 #include <sys/ioctl.h>
 #include "asterisk/file.h"
 #include "asterisk/utils.h"	/* ast_calloc */

Modified: team/murf/bug11210/utils/astman.c
URL: http://svn.digium.com/view/asterisk/team/murf/bug11210/utils/astman.c?view=diff&rev=97654&r1=97653&r2=97654
==============================================================================
--- team/murf/bug11210/utils/astman.c (original)
+++ team/murf/bug11210/utils/astman.c Wed Jan  9 18:23:16 2008
@@ -23,7 +23,8 @@
  */
 
 #include "asterisk.h"
-
+	
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #include <newt.h>
 #include <stdio.h>
 #include <sys/time.h>




More information about the asterisk-commits mailing list