[MPlayer-dev-eng] Re: 0.90-pre9 today night? (small patch included)
Kim Minh Kaplan
kmkaplan at selfoffice.com
Mon Oct 7 18:50:57 CEST 2002
Sefanja Ruijsenaars writes:
> In file included from ../libvo/fastmemcpy.h:4,
> from vd_ijpg.c:16:
> ../config.h:47:1: warning: "HAVE_STDDEF_H" redefined
> In file included from /usr/include/jpeglib.h:24,
> from vd_ijpg.c:8:
> /usr/include/jconfig.h:11:1: warning: this is the location of the previous
> definition
I'd rather say that the problem is with the jpeg library. It looks
kind of bogus that a generally useful library defines such a commonly
used macro. BTW, my version does not contain such a macro.
||/ Nom Version Description
+++-==============-==============-============================================
ii libjpeg62-dev 6b-6 Development files for the IJG JPEG library
> -if test "$_stddef" = yes ; then
> - _def_stddef='#define HAVE_STDDEF_H 1'
> -else
> - _def_stddef='#undef HAVE_STDDEF_H'
> +if test "$_stddef" = no ; then
> + die "cannot find header stddef.h"
This fails to define HAVE_STDDEF_H. I'd rather have warnings and
correct binaries... Although I am not sure this macro is really
useful for MPlayer.
Kim Minh.
More information about the MPlayer-dev-eng
mailing list