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

Modified Files:
        acinclude.m4 configure.ac 
Log Message:
made -lltdl optional, applied wbr914 patch, enabled accel_calib driver

Index: acinclude.m4
===================================================================
RCS file: /cvsroot/playerstage/code/player/acinclude.m4,v
retrieving revision 1.107
retrieving revision 1.108
diff -C2 -d -r1.107 -r1.108
*** acinclude.m4        14 Jun 2006 17:41:26 -0000      1.107
--- acinclude.m4        5 Jul 2006 22:36:20 -0000       1.108
***************
*** 350,353 ****
--- 350,354 ----
  PLAYER_ADD_DRIVER([mica2],[yes],[],[],[])
  PLAYER_ADD_DRIVER([rcore_xbridge],[yes],[libparticle.h],[],["-lparticle"])
+ PLAYER_ADD_DRIVER([accel_calib],[yes],[],[],[])
  
  dnl The wavefront driver can make use of MD5 hash functions, if present

Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/player/configure.ac,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** configure.ac        5 Jul 2006 17:03:38 -0000       1.78
--- configure.ac        5 Jul 2006 22:36:20 -0000       1.79
***************
*** 378,382 ****
  AC_CHECK_LIB(ltdl, lt_dlopenext,
               have_libltdl=yes
!              LIBLTDL_FLAG=-ltdl
               AC_DEFINE(HAVE_LIBLTDL, 1, [Define to 1 if you have the ltdl 
library (-lltdl). ])
               LIBS="$LIBS -lltdl -ldl",
--- 378,382 ----
  AC_CHECK_LIB(ltdl, lt_dlopenext,
               have_libltdl=yes
!              LIBLTDL_FLAG=-lltdl
               AC_DEFINE(HAVE_LIBLTDL, 1, [Define to 1 if you have the ltdl 
library (-lltdl). ])
               LIBS="$LIBS -lltdl -ldl",


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to