Update of /cvsroot/playerstage/code/player/server/drivers/camera/1394
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15293/server/drivers/camera/1394

Modified Files:
        camera1394.cc 
Log Message:
fixed build for version 1 API of camera1394

Index: camera1394.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/camera/1394/camera1394.cc,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** camera1394.cc       28 Jan 2008 04:56:22 -0000      1.38
--- camera1394.cc       30 Jan 2008 07:00:52 -0000      1.39
***************
*** 1207,1211 ****
    frame_width = this->camera.frame_width;
    frame_height = this->camera.frame_height;
!   capture_buffer = this->camera.capture_buffer;
  #endif
  
--- 1207,1211 ----
    frame_width = this->camera.frame_width;
    frame_height = this->camera.frame_height;
!   capture_buffer = (uint8_t *) this->camera.capture_buffer;
  #endif
  
***************
*** 1216,1220 ****
    //delete [] this->data.image;
    //this->data.image = NULL;
!   int old_image_count = this->data.image_count;
    switch (this->mode)
    {
--- 1216,1220 ----
    //delete [] this->data.image;
    //this->data.image = NULL;
!   unsigned int old_image_count = this->data.image_count;
    switch (this->mode)
    {


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to