Revision: 7573
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7573&view=rev
Author:   gbiggs
Date:     2009-04-03 02:00:17 +0000 (Fri, 03 Apr 2009)

Log Message:
-----------
Moved HAVE_GETOPT declaration, gcc 4.3 fix

Modified Paths:
--------------
    code/player/trunk/config.h.in
    code/player/trunk/playerconfig.h.in
    code/player/trunk/utils/playerprop/playerprop.cpp

Modified: code/player/trunk/config.h.in
===================================================================
--- code/player/trunk/config.h.in       2009-04-03 01:52:31 UTC (rev 7572)
+++ code/player/trunk/config.h.in       2009-04-03 02:00:17 UTC (rev 7573)
@@ -20,5 +20,4 @@
 #cmakedefine HAVE_UNISTD_H 1
 #cmakedefine HAVE_IEEEFP_H 1
 #cmakedefine WORDS_BIGENDIAN 1
-#cmakedefine HAVE_GETOPT 1
 

Modified: code/player/trunk/playerconfig.h.in
===================================================================
--- code/player/trunk/playerconfig.h.in 2009-04-03 01:52:31 UTC (rev 7572)
+++ code/player/trunk/playerconfig.h.in 2009-04-03 02:00:17 UTC (rev 7573)
@@ -24,6 +24,7 @@
 #cmakedefine HAVE_USLEEP 1
 #cmakedefine HAVE_NANOSLEEP 1
 #cmakedefine HAVE_STRUCT_TIMESPEC 1
+#cmakedefine HAVE_GETOPT 1
 
 #if defined HAVE_STDINT_H
   #include <stdint.h>

Modified: code/player/trunk/utils/playerprop/playerprop.cpp
===================================================================
--- code/player/trunk/utils/playerprop/playerprop.cpp   2009-04-03 01:52:31 UTC 
(rev 7572)
+++ code/player/trunk/utils/playerprop/playerprop.cpp   2009-04-03 02:00:17 UTC 
(rev 7573)
@@ -29,7 +29,7 @@
 
 #include <config.h>
 #if !HAVE_GETOPT
-  #include <replace.h>
+  #include <replace/replace.h>
 #endif
 
 #include <libplayerc++/playerc++.h>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to