diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2006-04-08 16:42:23 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2006-04-08 16:42:23 +0000 |
commit | 8dc253dad613fa9408f0a0ccb674e9e77ddef767 (patch) | |
tree | 2d41848d2fd1c52032337315867352bce60f19eb /win32/include/msvc/config.h | |
parent | 6af6af590d98a8111bfc8dd498b11aecdbb3ecdd (diff) | |
download | xine-lib-8dc253dad613fa9408f0a0ccb674e9e77ddef767.tar.gz xine-lib-8dc253dad613fa9408f0a0ccb674e9e77ddef767.tar.bz2 |
Ancient platforms support:
- rint, lrint, M_PI (ffmpeg and goom)
- avoid mkdir warnings
- check for older _GUID_DEFINED too
- ressurected generating inttypes, cleaned public os_types.h
- moved function redefiniton used only in the old MSVC to central place
Windows port update:
- build internal ffmpeg:
- workaround 'near' keyword problem
- proper using __declspec(dllimport)
Other changes:
- LIBFFMPEG_CFLAGS --> LIBFFMPEG_CPPFLAGS
CVS patchset: 7964
CVS date: 2006/04/08 16:42:23
Diffstat (limited to 'win32/include/msvc/config.h')
-rw-r--r-- | win32/include/msvc/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/include/msvc/config.h b/win32/include/msvc/config.h index 1429047e0..038508f53 100644 --- a/win32/include/msvc/config.h +++ b/win32/include/msvc/config.h @@ -18,6 +18,10 @@ * X_DISPLAY_MISSING 1 * HAVE_MEMCPY 1 * XINE_REL_PLUGINDIR "lib\\xine\\plugins" + * HAVE__SNPRINTF 1 + * HAVE__VSNPRINTF 1 + * HAVE__STRICMP 1 + * HAVE__STRNICMP 1 * Disable: * esd, arts, alsa, gnome_vfs, png, sdl, speex, x11, theora */ @@ -620,5 +624,9 @@ /* Define this to plugin directory relative to execution prefix */ #define XINE_REL_PLUGINDIR "lib\\xine\\plugins" +#define HAVE__SNPRINTF 1 +#define HAVE__VSNPRINTF 1 +#define HAVE__STRICMP 1 +#define HAVE__STRNICMP 1 #include "os_internal.h" |