diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 16:42:07 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 16:42:07 (GMT) |
commit | b19d536592e7627f03d5d78cdf171bf3ea44f0be (patch) | |
tree | 2828ffc886920018325b1cb8845b70d2a5649e80 /abs/extra-testing/vcdimager/cdio.patch | |
parent | c70a79c1e2deec8d508f34776befe11dab701e49 (diff) | |
download | linhes_pkgbuild-b19d536592e7627f03d5d78cdf171bf3ea44f0be.zip linhes_pkgbuild-b19d536592e7627f03d5d78cdf171bf3ea44f0be.tar.gz linhes_pkgbuild-b19d536592e7627f03d5d78cdf171bf3ea44f0be.tar.bz2 |
VCDIMAGE , missing pkgbuild needed by xine-lib
Diffstat (limited to 'abs/extra-testing/vcdimager/cdio.patch')
-rw-r--r-- | abs/extra-testing/vcdimager/cdio.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra-testing/vcdimager/cdio.patch b/abs/extra-testing/vcdimager/cdio.patch new file mode 100644 index 0000000..f7f9e31 --- /dev/null +++ b/abs/extra-testing/vcdimager/cdio.patch @@ -0,0 +1,11 @@ +--- lib/image.c.org 2004-07-15 17:19:01.000000000 +0200 ++++ lib/image.c 2004-07-15 17:22:06.000000000 +0200 +@@ -76,7 +76,7 @@ + } + + int +-vcd_image_sink_write (VcdImageSink *obj, void *buf, uint32_t lsn) ++vcd_image_sink_write (VcdImageSink *obj, void *buf, lsn_t lsn) + { + vcd_assert (obj != NULL); + |