[MPlayer-cvslog] r20623 - trunk/libmpdvdkit2/config.h
diego
subversion at mplayerhq.hu
Fri Nov 3 10:58:07 CET 2006
Author: diego
Date: Fri Nov 3 10:58:07 2006
New Revision: 20623
Modified:
trunk/libmpdvdkit2/config.h
Log:
Remove options not present in upstream config.h.in.
Modified: trunk/libmpdvdkit2/config.h
==============================================================================
--- trunk/libmpdvdkit2/config.h (original)
+++ trunk/libmpdvdkit2/config.h Fri Nov 3 10:58:07 2006
@@ -8,13 +8,6 @@
#else
-/* Define if your processor stores words with the most significant
- byte first (like Motorola and SPARC, unlike Intel and VAX). */
-#undef WORDS_BIGENDIAN
-
-/* Define if you have the <stddef.h> header file. */
-#define HAVE_STDDEF_H 1
-
/* Define if <extras/BSDI_dvdioctl/dvd.h> defines DVD_STRUCT. */
#undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H
@@ -44,12 +37,5 @@
#endif /* HAVE_MPLAYER */
-/* assert support */
-#undef HAVE_ASSERT_H
-
-#ifndef HAVE_ASSERT_H
- #define assert( ... ) do {} while(0)
-#endif
-
/* Version number of package */
#define VERSION "1.2.3"
More information about the MPlayer-cvslog
mailing list