First cut at a C++ wrapper for libcdio libcdio++. What's not done are

audio and MMC commands. No doubt it may be a little rough and I expect
further changes.
This commit is contained in:
rocky
2005-11-10 11:11:15 +00:00
parent 5b12ddaeb4
commit d7dd4a6c8a
20 changed files with 1781 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.67 2005/10/24 03:12:30 rocky Exp $
# $Id: Makefile.am,v 1.68 2005/11/10 11:11:15 rocky Exp $
#
# Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
#
@@ -21,7 +21,7 @@
########################################################
if BUILD_CD_PARANOIA
SUBDIRS = driver iso9660 cdda_interface paranoia udf
SUBDIRS = cdio++ driver iso9660 cdda_interface paranoia udf
else
SUBDIRS = driver iso9660 udf
SUBDIRS = cdio++ driver iso9660 udf
endif