diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-11-19 13:30:14 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-11-19 13:30:14 +0100 |
commit | 4044b92bdaf1edaf68728a36fa1b9c0c0739df4c (patch) | |
tree | 959f585bfd2a3d35b984009fbae8906ecc8841f0 /contrib/libcdio/cdio/version.h | |
parent | 54b990428600a96b1f3405277357ce857837f1fe (diff) | |
download | xine-lib-4044b92bdaf1edaf68728a36fa1b9c0c0739df4c.tar.gz xine-lib-4044b92bdaf1edaf68728a36fa1b9c0c0739df4c.tar.bz2 |
Remove internal copies of libcdio and libvcd. This way we don't have to care about bugs in those two on newer versions of operating systems.
Diffstat (limited to 'contrib/libcdio/cdio/version.h')
-rw-r--r-- | contrib/libcdio/cdio/version.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/libcdio/cdio/version.h b/contrib/libcdio/cdio/version.h deleted file mode 100644 index 345924cab..000000000 --- a/contrib/libcdio/cdio/version.h +++ /dev/null @@ -1,10 +0,0 @@ -/* $Id: version.h,v 1.2 2004/04/11 12:20:31 miguelfreitas Exp $ */ -/** \file version.h - * \brief A file simply containing the library version number. - */ - -/*! CDIO_VERSION can as a string in programs to show what version is used. */ -#define CDIO_VERSION "0.68" - -/*! LIBCDIO_VERSION_NUM can be used for testing in the C preprocessor */ -#define LIBCDIO_VERSION_NUM 68 |