rocky
2334c3c7cc
Move scsi mmc discmode determination to scsi-mmc.
...
Add discmode for CD-i.
2004-12-04 11:50:40 +00:00
rocky
16bc93f4e5
Add cast to remove compiler warning.
2004-12-04 11:44:16 +00:00
rocky
9e95befc7f
Justin B Ruggles <jruggle@earthlink.net> reports:
...
GNU/Linux ioctl(.., CDROM_DISC_STATUS does not return "CD DATA Form
2" for SVCD's when I know they are form 2, so we read a FULL TOC in
an attempt to make it more accurate. Most of the info was obtained
the SCSI MMC draft spec revision 10a from
http://www.t10.org/ftp/t10/drafts/mmc/mmc-r10a.pdf
Pages 56 to 62 give more details. Libcdio does not have CD-i as a
discmode, so I just have it treat CD-i as if it is CD-XA.
This doesn't work for the SVCD I tried but it is probably a step in
the right direction. And when things settle down, it should be done on
other OS drivers as well.
2004-12-04 05:49:25 +00:00
rocky
5e5914d0c3
Small typo.
2004-12-04 05:20:35 +00:00
rocky
eb712d81a9
Small update.
2004-12-01 12:33:49 +00:00
rocky
3d5c352290
Make sure we have automake version 1.6 or greater. Problem reported by
...
C.Y.M
2004-11-29 02:50:21 +00:00
rocky
9818368169
make -j4 was failing because the Makefile variable
...
libcdio_la_dependencies was not getting set. I don't know why this
happens, but I've worked around the problem by removing this variable
and adding the value of it (libcdio.la) in the places
libcdio_la_dependencies is used.
Problem reported by Goetz Waschk.
2004-11-22 11:03:28 +00:00
rocky
4e86a6f923
Add C++ binaries.
2004-11-22 03:38:06 +00:00
rocky
a97310f3d4
C++ version of iso3.c
2004-11-22 03:36:50 +00:00
rocky
9e5434790b
Add C++ programs.
2004-11-22 01:25:12 +00:00
rocky
1ca2253b95
Fix up ability to use in C++ programs.
...
Add some C++ example programs to make sure those compile.
2004-11-22 01:03:52 +00:00
rocky
e28ed9bd87
configure.ac: in 72cvs now.
...
iso9660.{c,h}: "new" is a reserved word in C++. Don't use it as a
parameter name
2004-11-21 22:32:03 +00:00
rocky
cffed6fbbe
Add cast to make this possible to compile via g++
2004-11-21 22:30:55 +00:00
rocky
1016c98cdc
Update OS section and note ISO 9660 library in the history part.
2004-11-21 11:36:13 +00:00
rocky
85871615ed
Go over. Add section on Joliet. Add iso-info sample output. Break out
...
info nodes for tracks and sectors. Some small improvements.
2004-11-21 09:59:44 +00:00
rocky
0c465c6a98
Solaris creates core files not, core.$pid. Change to make "make
...
distcheck" work.
2004-11-21 04:02:09 +00:00
rocky
8700ac32b4
Make sure we initialize get_hwinfo expliscitly.
2004-11-20 12:50:26 +00:00
rocky
f0f6aa9441
Make sure get_hwinfo is initialized. Add cdio_ in front of to/from_bcd8
2004-11-20 12:41:21 +00:00
rocky
734f295960
Add cdio_ in front of to_bcd8 and from_bcd8.
2004-11-19 22:10:21 +00:00
rocky
5c29f90a7c
Add cdio_ in front of to_bcd8 and from_bcd8.
2004-11-19 13:04:25 +00:00
rocky
5b3981e365
Add "toc-file" option for cdrdao images.
2004-11-19 02:16:21 +00:00
rocky
46cfdd10aa
_cdio_sunos.c: fix bug in audio mode reading.
...
*.c: replcate {from,to}_bcd8 with corresponding cdio_ names.
2004-11-18 01:56:09 +00:00
nboullis
8b700e9be7
When a list of exported symbols is modified, the corresponding library
...
should be rebuilt.
2004-11-16 00:58:10 +00:00
nboullis
b94edb1fcf
libcdio's ABI should provide all the symbols required by the API.
2004-11-16 00:57:02 +00:00
nboullis
bc75f2e8e8
If ld is not GNU ld, --without-versioned-libs is assumed, so it is
...
useless to fail if make is also not GNU make.
2004-11-16 00:12:24 +00:00
nboullis
0e545c4bb5
Lots of files referenced in EXTRA_DIST were not actually available;
...
remove them from EXTRA_DIST.
2004-11-16 00:10:55 +00:00
nboullis
2c15dd5f1d
Access libcdio.sym and libiso9660.sym through $(srcdir) to enable
...
building outside the source directory. (Used by "make distcheck".)
2004-11-15 21:34:10 +00:00
nboullis
2371971eca
There is no _cdio_list_preappend symbol, but _cdio_list_prepend instead.
2004-11-15 20:54:49 +00:00
rocky
5faf8c1495
Don't need config.rpath and don't recall why it was needed.
2004-11-15 19:51:56 +00:00
nboullis
74a383d80e
"static inline __attribute__((deprecated))" functions are not available
...
in standard C; only use them with GCC 3 and above, and replace them with
simple #defines for other compilers.
2004-11-15 19:41:25 +00:00
rocky
7041233982
Add symbols that VCDimager uses.
2004-11-15 03:45:52 +00:00
rocky
976f6a6879
rename to_bcd8 and from_bcd8 to cdio_to_bcd8 and cdio_from_bcd8.
...
(N. Boullis)
lib/Makefile.am: avoid non-GNU ld options when --without-versioned-libs is
in effect.
2004-11-15 01:34:09 +00:00
rocky
b8fed52754
Move local files to global.
2004-11-14 19:32:29 +00:00
rocky
7dcbb995b1
Remove more unused .m4 files. Probably a hold over from requiring gettext.
...
(So we may yet add these back in sometime in the future.)
2004-11-14 18:57:27 +00:00
rocky
277df80074
lib/Makefile.am: make sure we include .sys files in distribution.
...
configure.ac: get ready for 0.71
Makefile.am: one of those m4's doesn't exist here.
2004-11-14 18:33:13 +00:00
nboullis
070013df23
Only export the required symbols of libiso9660.
2004-11-14 17:06:01 +00:00
nboullis
ea63e52de0
Only export the required symbols of libcdio.
2004-11-14 16:35:17 +00:00
rocky
28b8a70c9a
Opens cd driver a little less and checks for NULL. Helps things
...
especially on AIX.
2004-11-14 00:03:52 +00:00
rocky
d21266807a
Add explicit NULL for get_hwinfo.
2004-11-13 23:36:22 +00:00
rocky
8ffff65053
env -> p_env
2004-11-13 23:33:57 +00:00
rocky
91efd3dba0
Small typo.
2004-11-13 20:38:41 +00:00
rocky
55dfbe18ea
Guidence from Nicolas Boullis on how to library versioning works or
...
should work.
2004-11-12 03:44:08 +00:00
rocky
7e765bafdc
cdtext.c: was not converting arranger string properly.
2004-11-08 04:13:27 +00:00
rocky
9a75dca071
Hoist common "portable" definitions into portable.h
...
NEWS - rearrange.
2004-11-07 21:13:10 +00:00
rocky
e37155e627
fixes to make run on AIX
2004-11-07 19:26:03 +00:00
rocky
dcbf0eb30a
Revert last changes.
2004-11-07 16:29:05 +00:00
rocky
5fdb9585ea
Compilation fix.
2004-11-07 06:42:16 +00:00
rocky
e0918d11c1
win32_ioctl.c: minor comment or function name changes.
...
aspi32.c: use length definitions better.
2004-11-07 06:36:53 +00:00
rocky
c653d900fe
Read TOC buf fixes. Now tries MMC FULLTOC and then falls back to
...
Windows' DeviceIoCtl READ_TOC.
2004-11-07 06:22:49 +00:00
rocky
2f1d2c045c
Small warning change when we don't have nl_langinfo(CODESET).
2004-11-06 17:50:05 +00:00