Add ISO9660 sample program.
This commit is contained in:
1
NEWS
1
NEWS
@@ -1,6 +1,7 @@
|
||||
0.65
|
||||
- tag headers to give doxygen API documentation
|
||||
- cd-info/cd-read now can specify library level of output
|
||||
- sample program using libiso9660 added.
|
||||
|
||||
0.64
|
||||
- add routines to return a list of devices or scan a list of devices
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.am,v 1.1 2003/09/28 22:11:00 rocky Exp $
|
||||
# $Id: Makefile.am,v 1.2 2003/12/24 11:05:48 uid67423 Exp $
|
||||
#
|
||||
# Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
|
||||
#
|
||||
@@ -20,7 +20,7 @@
|
||||
# Things to regression testing
|
||||
####################################################
|
||||
#
|
||||
noinst_PROGRAMS = sample1 sample2 sample3 sample4 sample5
|
||||
noinst_PROGRAMS = sample1 sample2 sample3 sample4 sample5 sample6
|
||||
|
||||
INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS)
|
||||
|
||||
@@ -29,3 +29,4 @@ sample2_LDADD = $(LIBCDIO_LIBS)
|
||||
sample3_LDADD = $(LIBCDIO_LIBS)
|
||||
sample4_LDADD = $(LIBCDIO_LIBS)
|
||||
sample5_LDADD = $(LIBCDIO_LIBS)
|
||||
sample6_LDADD = $(LIBCDIO_LIBS) $(LIBISO9660_LIBS)
|
||||
|
||||
@@ -1,7 +1,28 @@
|
||||
$Id: README,v 1.2 2003/09/28 21:55:09 rocky Exp $
|
||||
$Id: README,v 1.3 2003/12/24 11:05:48 uid67423 Exp $
|
||||
|
||||
This directory contains some simple examples of the use of the libcdio
|
||||
library.
|
||||
|
||||
A larger more-complicated example are the cd-info and cd-read programs
|
||||
in the src directory.
|
||||
in the src directory.
|
||||
|
||||
Descriptions of the programs here are as follows...
|
||||
|
||||
sample1.c: A simple program to list track numbers and logical sector
|
||||
numbers of a Compact Disc using libcdio.
|
||||
|
||||
sample2.c: A simple program to show drivers installed and what the
|
||||
default CD-ROM drive is.
|
||||
|
||||
sample3.c: A simple program to show the use of cdio_guess_cd_type().
|
||||
Figure out the kind of CD image we've got.
|
||||
|
||||
sample4.c: A slightly improved sample3 program: we handle cdio logging
|
||||
and take an optional CD-location.
|
||||
|
||||
sample5.c: A program to show drivers installed and what the default
|
||||
CD-ROM drive is and what CD drives are available.
|
||||
|
||||
sample6.c: A program to show drivers installed and what the default
|
||||
CD-ROM drive is and what CD drives are available.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user