Mercurial > libdvdnav.hg
changeset 237:0935fd314458 src
unused define
author | mroi |
---|---|
date | Wed, 11 Feb 2004 15:05:20 +0000 |
parents | 78ad883b5a9f |
children | 70a34f697a50 |
files | dvdread/dvd_input.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/dvdread/dvd_input.c Wed Feb 11 15:05:02 2004 +0000 +++ b/dvdread/dvd_input.c Wed Feb 11 15:05:20 2004 +0000 @@ -35,12 +35,6 @@ #include "dvd_input.h" -#ifndef WIN32 -#define LIBDVDCSS_NAME = "libdvdcss.so.2" -#else -#define LIBDVDCSS_NAME = "libdvdcss.dll" -#endif - /* The function pointers that is the exported interface of this file. */ dvd_input_t (*dvdinput_open) (const char *); int (*dvdinput_close) (dvd_input_t);