diff options
| author | Rocky Bernstein <rockyb@users.sourceforge.net> | 2005-06-14 17:17:45 +0000 |
|---|---|---|
| committer | Rocky Bernstein <rockyb@users.sourceforge.net> | 2005-06-14 17:17:45 +0000 |
| commit | bbcd37b1db3dfa2211755e5b5e5f39aa843a87f1 (patch) | |
| tree | 586d763c3437f681ae15e74937251cfe1681edfc /src/input/vcd/libvcd/version.h | |
| parent | 110a7c280bf9feffe7df9ca765287eb31395dd5a (diff) | |
| download | xine-lib-bbcd37b1db3dfa2211755e5b5e5f39aa843a87f1.tar.gz xine-lib-bbcd37b1db3dfa2211755e5b5e5f39aa843a87f1.tar.bz2 | |
version.h was getting in the way of the vcdimager's version.h. the right
file to use when no internal libraries is libvcd/libvcd/version.h.
info.*: fix prototype mismatch with underlying iso9660 routine.
CVS patchset: 7622
CVS date: 2005/06/14 17:17:45
Diffstat (limited to 'src/input/vcd/libvcd/version.h')
| -rw-r--r-- | src/input/vcd/libvcd/version.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/input/vcd/libvcd/version.h b/src/input/vcd/libvcd/version.h deleted file mode 100644 index d1f658c23..000000000 --- a/src/input/vcd/libvcd/version.h +++ /dev/null @@ -1,11 +0,0 @@ -/* $Id: version.h,v 1.1 2005/01/01 02:43:59 rockyb Exp $ */ -/** \file version.h - * \brief A file simply containing the library version number. - */ - -/*! LIBVCD_VERSION can as a string in programs to show what version is used. */ -#define LIBVCD_VERSION "0.7.21-" - -/*! LIBCDIO_VERSION_NUM can be used for testing in the C preprocessor */ -#define LIBVCD_VERSION_NUM 21 - |
