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

Modified Files:
        configure.ac 
Log Message:
added a few places to look for rgb.txt and a hash table for faster color 
lookup, plus fixed a laser visualization bug

Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/stage/configure.ac,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** configure.ac        13 Dec 2007 20:31:07 -0000      1.17
--- configure.ac        14 Jan 2008 20:23:01 -0000      1.18
***************
*** 76,81 ****
  AM_CONDITIONAL(GNOME, test x$gnome = xtrue)
  
! dnl for libstageplugin, we need Player 2.0 or higher
! PKG_CHECK_MODULES( PLAYER, playercore >= 2.0.1,
   AC_DEFINE(INCLUDE_PLAYER,1,[building Player plugin])
   have_player=yes
--- 76,81 ----
  AM_CONDITIONAL(GNOME, test x$gnome = xtrue)
  
! dnl for libstageplugin, we need Player 2.1 or higher
! PKG_CHECK_MODULES( PLAYER, playercore >= 2.1.0,
   AC_DEFINE(INCLUDE_PLAYER,1,[building Player plugin])
   have_player=yes


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to