[MPlayer-dev-eng] [PATCH] fix asm deps [RESENT]
Dirk Mueller
dmuell at gmx.net
Mon Mar 22 00:55:24 CET 2004
On Monday 22 March 2004 00:23, Michael Niedermayer wrote:
> > +#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 &&
> > __GNUC_MINOR__ > 0)
> > +# define attribute_used __attribute__((used))
> hmm, IMHO this should be in config.h not postproc/swscale_internal.h
there are multiple header files #define'ing this in various libs. I'm not sure
which of those can be centralized in the config.h and which can not.
Besides that, I don't see any other optional __attribute__ being defined in
configure / config.h (I was looking for one as template to copy and paste).
Dirk
More information about the MPlayer-dev-eng
mailing list