Update of /cvsroot/playerstage/code/player/libplayercore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10946/libplayercore

Modified Files:
        Makefile.am driver.cc 
Log Message:
applied Toby's patch to replace fixed-size arrays

Index: driver.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/driver.cc,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** driver.cc   11 Oct 2007 01:39:37 -0000      1.33
--- driver.cc   1 Nov 2007 22:16:16 -0000       1.34
***************
*** 369,373 ****
      player_msghdr * hdr = msg->GetHeader();
      void * data = msg->GetPayload();
!     
      // Try the driver's process function first
      // Drivers can override internal message handlers this way
--- 369,373 ----
      player_msghdr * hdr = msg->GetHeader();
      void * data = msg->GetPayload();
! 
      // Try the driver's process function first
      // Drivers can override internal message handlers this way

Index: Makefile.am
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/Makefile.am,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Makefile.am 26 Sep 2007 19:53:45 -0000      1.24
--- Makefile.am 1 Nov 2007 22:16:16 -0000       1.25
***************
*** 10,14 ****
  
  BUILT_SOURCES = playerconfig.h player_interfaces.h interface_table.c
! CLEANFILES = playerconfig.h playercore.pc playererror.pc playerutils.pc
  
  lib_LTLIBRARIES = libplayererror.la libplayerutils.la libplayercore.la
--- 10,15 ----
  
  BUILT_SOURCES = playerconfig.h player_interfaces.h interface_table.c
! CLEANFILES = playercore.pc playererror.pc playerutils.pc
! DISTCLEANFIELS = playerconfig.h 
  
  lib_LTLIBRARIES = libplayererror.la libplayerutils.la libplayercore.la


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to