Revision: 6502
http://playerstage.svn.sourceforge.net/playerstage/?rev=6502&view=rev
Author: gbiggs
Date: 2008-06-09 22:53:21 -0700 (Mon, 09 Jun 2008)
Log Message:
-----------
Breaking trunk briefly so I can move some files
Modified Paths:
--------------
code/player/trunk/libplayercore/CMakeLists.txt
code/player/trunk/libplayercore/globals.h
code/player/trunk/libplayercore/playerconfig.h.in
code/player/trunk/libplayercore/plugins.h
Modified: code/player/trunk/libplayercore/CMakeLists.txt
===================================================================
--- code/player/trunk/libplayercore/CMakeLists.txt 2008-06-10 05:16:08 UTC
(rev 6501)
+++ code/player/trunk/libplayercore/CMakeLists.txt 2008-06-10 05:53:21 UTC
(rev 6502)
@@ -66,7 +66,22 @@
TARGET_LINK_LIBRARIES (playerutils playererror)
PLAYER_MAKE_PKGCONFIG ("playerutils" "Player utilities library - part of the
Player Project" "" "" "" "")
-PLAYER_INSTALL_HEADERS (playercore
- addr_util.h configfile.h device.h devicetable.h driver.h drivertable.h
error.h globals.h
- interface_util.h message.h playercommon.h ${playerconfig_h} playercore.h
player.h
- ${player_interfaces_h} playertime.h plugins.h property.h wallclocktime.h)
+PLAYER_INSTALL_HEADERS (playercore addr_util.h
+ configfile.h
+ device.h
+ devicetable.h
+ driver.h
+ drivertable.h
+ error.h
+ globals.h
+ interface_util.h
+ message.h
+ playercommon.h
+ ${playerconfig_h}
+ playercore.h
+ player.h
+ ${player_interfaces_h}
+ playertime.h
+ plugins.h
+ property.h
+ wallclocktime.h)
Modified: code/player/trunk/libplayercore/globals.h
===================================================================
--- code/player/trunk/libplayercore/globals.h 2008-06-10 05:16:08 UTC (rev
6501)
+++ code/player/trunk/libplayercore/globals.h 2008-06-10 05:53:21 UTC (rev
6502)
@@ -39,6 +39,8 @@
#ifndef _GLOBALS_H
#define _GLOBALS_H
+#include <playerconfig.h>
+
class DeviceTable;
class PlayerTime;
class DriverTable;
Modified: code/player/trunk/libplayercore/playerconfig.h.in
===================================================================
--- code/player/trunk/libplayercore/playerconfig.h.in 2008-06-10 05:16:08 UTC
(rev 6501)
+++ code/player/trunk/libplayercore/playerconfig.h.in 2008-06-10 05:53:21 UTC
(rev 6502)
@@ -1,7 +1,18 @@
-#cmakedefine HAVE_STDINT_H 1
+#cmakedefine HAVE_GEOS
+#cmakedefine HAVE_CFMAKERAW
+#cmakedefine HAVE_DIRNAME
+#cmakedefine HAVE_LIBLTDL
+#cmakedefine HAVE_PLAYERSD
+#cmakedefine HAVE_POLL
+#cmakedefine HAVE_ROUND
+#cmakedefine HAVE_STDINT_H
+#cmakedefine NEED_COMPRESSBOUND
-#include <sys/types.h>
-
#ifdef HAVE_STDINT_H
#include <stdint.h>
-#endif
\ No newline at end of file
+#endif
+
+/* Logging level to console and system log */
+#cmakedefine DEBUG_LEVEL @DEBUG_LEVEL@
+
+#include <sys/types.h>
Modified: code/player/trunk/libplayercore/plugins.h
===================================================================
--- code/player/trunk/libplayercore/plugins.h 2008-06-10 05:16:08 UTC (rev
6501)
+++ code/player/trunk/libplayercore/plugins.h 2008-06-10 05:53:21 UTC (rev
6502)
@@ -36,6 +36,8 @@
*
********************************************************************/
+#include <playerconfig.h>
+
#if HAVE_LIBLTDL
#include <ltdl.h>
#else
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit