[Mplayer-cvslog] CVS: main/osdep glob-win.c,1.1,1.2
Diego Biurrun
diego at biurrun.de
Wed Jun 11 02:24:05 CEST 2003
Arpi of Ize writes:
> Modified Files:
> glob-win.c
> Log Message:
> renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
In libavcodec/os_support.h the following code fragment is left:
#ifdef __MINGW32__
# undef DATADIR /* clashes with /usr/include/w32api/objidl.h */
# include <windows.h>
# define usleep(t) Sleep((t) / 1000)
#endif
Do we have to remove the '#undef DATADIR' from there, too? Michael?
Diego
More information about the MPlayer-cvslog
mailing list