You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OBATA Akio
89e803c753
|
5 years ago | |
---|---|---|
.. | ||
audio | 6 years ago | |
include | 6 years ago | |
CMakeLists.txt | 5 years ago | |
ConfigureChecks.cmake | 8 years ago | |
Makefile.am | ||
PLAT_IMPL_STATUS | ||
README | ||
buildindex.c | ||
cdda.c | ||
cddaslave.c | ||
cddb.c | ||
cdinfo.c | ||
cdrom.c | ||
cdtext.c | ||
configure.in.in | ||
database.c | 6 years ago | |
drv_sony.c | ||
drv_toshiba.c | ||
index.c | ||
plat_aix.c | 13 years ago | |
plat_bsd386.c | 13 years ago | |
plat_freebsd.c | 5 years ago | |
plat_hpux.c | 6 years ago | |
plat_irix.c | 13 years ago | |
plat_linux.c | 6 years ago | |
plat_linux_audio.c | ||
plat_linux_cdda.c | ||
plat_netbsd.c | 5 years ago | |
plat_news.c | 6 years ago | |
plat_openbsd.c | 6 years ago | |
plat_osf1.c | 6 years ago | |
plat_scor5.c | 13 years ago | |
plat_sun.c | 6 years ago | |
plat_sun_audio.c | ||
plat_sun_cdda.c | ||
plat_svr4.c | 11 years ago | |
plat_template.c | 13 years ago | |
plat_ultrix.c | 6 years ago | |
scsi.c | 11 years ago | |
wm_helpers.c |
README
$Id$ This directory contains the WorkMan library. libworkman is a multi-plaform CD-Player library for creating various CD-Player-UIs. 06.03.2003 Alex Kern <alex.kern@gmx.de> I have reworked most part of libworkman, get rid of most of externals add cdda support for linux and, I hope not breaked it for SUN ;-) Interface was cleaned, that means for a potentialy application developers new rules: 1. please include only wm_cdrom.h it's all defines and functions, what you need. You have any exceptions. 2. for cdtext, include wm_cdtext.h 3. for cddb, include wm_cddb.h (think, it's not so powerfull and can be replaced with any new external library. 4. wm_cdinfo declares any externals now, I will change it in the future