[matroska] r1031 - trunk/DvdMenuXtractor/libdvdread
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2005-01-11 00:57:47 +0300 (Tue, 11 Jan 2005) New Revision: 1031 Modified: trunk/DvdMenuXtractor/libdvdread/config.h.in Log: DMX: make libdvdread compile on Linux Modified: trunk/DvdMenuXtractor/libdvdread/config.h.in =================================================================== --- trunk/DvdMenuXtractor/libdvdread/config.h.in 2005-01-10 20:05:40 UTC (rev 1030) +++ trunk/DvdMenuXtractor/libdvdread/config.h.in 2005-01-10 21:57:47 UTC (rev 1031) @@ -17,9 +17,6 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H - -/* Define to 1 if you have the <stdarg.h> header file. */ -#undef HAVE_STDARG_H /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -97,13 +94,11 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus #undef inline +#endif /* Define to `unsigned' if <sys/types.h> does not define. */ #undef size_t - -#ifndef LOG_ERROR -#define LOG_ERROR fprintf -#endif