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

Modified Files:
        configure.ac 
Log Message:
added xmms plugin for player audio interface


Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/player/configure.ac,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** configure.ac        5 Jul 2006 22:36:20 -0000       1.79
--- configure.ac        16 Jul 2006 11:53:47 -0000      1.80
***************
*** 438,441 ****
--- 438,444 ----
  AM_CONDITIONAL(WITH_GSL, test "x$with_gsl" = "xyes")
  
+ dnl Do we have XMMS (used for xmms plugin)?
+ AC_CHECK_PROG(have_xmms,xmms-config,yes,no)
+ AM_CONDITIONAL(HAVE_XMMS, test "x$have_xmms" = "xyes")
  
  dnl Optionally build python bindings to libplayerc (libplayerc-py)
***************
*** 574,577 ****
--- 577,581 ----
            utils/pmap/Makefile
            utils/dgps_server/Makefile
+           utils/xmms-plugin/Makefile
  dnl          utils/barcodes/Makefile
            config/Makefile)



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