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

Modified Files:
        .cvsignore Makefile.am playerc.h 
Added Files:
        playercconfig.h.in 
Log Message:
added mbicp driver

Index: .cvsignore
===================================================================
RCS file: /cvsroot/playerstage/code/player/client_libs/libplayerc/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** .cvsignore  9 Jul 2006 01:42:05 -0000       1.5
--- .cvsignore  21 Aug 2007 23:16:23 -0000      1.6
***************
*** 4,5 ****
--- 4,6 ----
  libplayerc.pc
  libplayerc.pc.in
+ playercconfig.h

--- NEW FILE: playercconfig.h.in ---

/*
 * Desc: Configured values.
 * CVS:  $Id: playercconfig.h.in,v 1.1 2007/08/21 23:16:23 gerkey Exp $
 *
 * DO NOT EDIT playercconfig.h; edit playercconfig.h.in instead.
 */


/* The following macros are replaced by configure with the right values
 * for the build system.  That way the installed version of this header
 * will be usable by anyone.  They MUST not be changed here, or else
 * configure will not replace them with the correct values. */
/*****************************************************************************/
/* DO NOT TOUCH THE MACROS BELOW */
/*****************************************************************************/
#undef HAVE_GEOS
/*****************************************************************************/
/* DO NOT TOUCH THE MACROS ABOVE */
/*****************************************************************************/


Index: playerc.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/client_libs/libplayerc/playerc.h,v
retrieving revision 1.228
retrieving revision 1.229
diff -C2 -d -r1.228 -r1.229
*** playerc.h   20 Aug 2007 19:42:47 -0000      1.228
--- playerc.h   21 Aug 2007 23:16:23 -0000      1.229
***************
*** 51,55 ****
  #include <sys/types.h>
  #include <netinet/in.h>
! #include <config.h>
  
  #ifdef HAVE_GEOS
--- 51,56 ----
  #include <sys/types.h>
  #include <netinet/in.h>
! 
! #include <libplayerc/playercconfig.h>
  
  #ifdef HAVE_GEOS

Index: Makefile.am
===================================================================
RCS file: /cvsroot/playerstage/code/player/client_libs/libplayerc/Makefile.am,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
*** Makefile.am 20 Aug 2007 19:42:47 -0000      1.98
--- Makefile.am 21 Aug 2007 23:16:23 -0000      1.99
***************
*** 1,5 ****
  SUBDIRS = . test bindings doc
  
! AM_CPPFLAGS = -Wall -I$(top_srcdir) -g
  
  # TODO: figure out how to handle the jpeg wrappers
--- 1,5 ----
  SUBDIRS = . test bindings doc
  
! AM_CPPFLAGS = -Wall -I$(top_srcdir) -g -I$(top_builddir)/client_libs
  
  # TODO: figure out how to handle the jpeg wrappers
***************
*** 79,81 ****
  
  libplayerc_includedir = $(includedir)/player-2.0/libplayerc
! libplayerc_include_HEADERS = playerc.h
--- 79,81 ----
  
  libplayerc_includedir = $(includedir)/player-2.0/libplayerc
! libplayerc_include_HEADERS = playerc.h playercconfig.h


-------------------------------------------------------------------------
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