diff options
author | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-26 13:57:51 +0000 |
---|---|---|
committer | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-26 13:57:51 +0000 |
commit | a102f5ae36dbe97bccfb5151626fd7ca01f3ab1f (patch) | |
tree | 110bd7e2e50be8b977bc8ba2f6cd9164b431a982 /win32/config.h | |
parent | df2a3a3ab0a017b0ab97974fadbbf3430a771325 (diff) | |
download | xine-lib-a102f5ae36dbe97bccfb5151626fd7ca01f3ab1f.tar.gz xine-lib-a102f5ae36dbe97bccfb5151626fd7ca01f3ab1f.tar.bz2 |
Win32 cleanup (a couple things would not build correctly). Also added a README file for building instructions.
CVS patchset: 4946
CVS date: 2003/05/26 13:57:51
Diffstat (limited to 'win32/config.h')
-rwxr-xr-x | win32/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.h b/win32/config.h index a0137d99a..f5cb020c3 100755 --- a/win32/config.h +++ b/win32/config.h @@ -94,7 +94,7 @@ #define HAVE_DLFCN_H 1 /* Define this if you have a suitable version of libdvdnav */ -#define HAVE_DVDNAV 1 +/* #undef HAVE_DVDNAV */ /* Define this if you have ESD (libesd) installed */ /* #undef HAVE_ESD */ |