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

Modified Files:
      Tag: release-2-0-patches
        acinclude.m4 
Log Message:
added linux/time.h to header-check for videodev2.h

Index: acinclude.m4
===================================================================
RCS file: /cvsroot/playerstage/code/player/acinclude.m4,v
retrieving revision 1.80.2.9
retrieving revision 1.80.2.10
diff -C2 -d -r1.80.2.9 -r1.80.2.10
*** acinclude.m4        19 Dec 2006 16:44:22 -0000      1.80.2.9
--- acinclude.m4        19 Dec 2006 16:49:06 -0000      1.80.2.10
***************
*** 171,176 ****
  PLAYER_ADD_DRIVER([cameracompress],[yes],[jpeglib.h],[],[-ljpeg])
  
! PLAYER_ADD_DRIVER([camerauvc],[yes],[linux/videodev2.h],[],[],[],[],
!                   [[#include <linux/types.h>]])
  
  PLAYER_ADD_DRIVER([camerav4l],[yes],[linux/videodev.h],[],[])
--- 171,176 ----
  PLAYER_ADD_DRIVER([cameracompress],[yes],[jpeglib.h],[],[-ljpeg])
  
! PLAYER_ADD_DRIVER([camerauvc],[yes],["linux/types.h linux/time.h 
linux/videodev2.h"],[],[],[],[],[[#include <linux/types.h>
! #include <linux/time.h>]])
  
  PLAYER_ADD_DRIVER([camerav4l],[yes],[linux/videodev.h],[],[])


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to