Update of /cvsroot/playerstage/code/player/server/libplayerdrivers
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8894/server/libplayerdrivers
Modified Files:
driverregistry.cc
Log Message:
added skeleton alsa driver for geoff
Index: driverregistry.cc
===================================================================
RCS file:
/cvsroot/playerstage/code/player/server/libplayerdrivers/driverregistry.cc,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** driverregistry.cc 30 May 2006 20:39:30 -0000 1.21
--- driverregistry.cc 1 Jun 2006 01:10:16 -0000 1.22
***************
*** 31,34 ****
--- 31,38 ----
/* prototype driver-specific init funcs */
+ #ifdef INCLUDE_ALSA
+ void Alsa_Register(DriverTable *table);
+ #endif
+
#ifdef INCLUDE_ARTOOLKITPLUS
void ARToolkitPlusDriver_Register(DriverTable *table);
***************
*** 363,366 ****
--- 367,374 ----
player_register_drivers()
{
+ #ifdef INCLUDE_ALSA
+ Alsa_Register(driverTable);
+ #endif
+
#ifdef INCLUDE_ARTOOLKITPLUS
ARToolkitPlusDriver_Register(driverTable);
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit