[MPlayer-cvslog] r34352 - trunk/configure
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Wed Nov 16 19:55:47 CET 2011
On Wed, Nov 16, 2011 at 12:14:23PM +0100, diego wrote:
> Author: diego
> Date: Wed Nov 16 12:14:23 2011
> New Revision: 34352
>
> Log:
> configure: add HAVE_OS2THREADS to config.h for libavformat
>
> Modified:
> trunk/configure
>
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure Wed Nov 16 10:54:29 2011 (r34351)
> +++ trunk/configure Wed Nov 16 12:14:23 2011 (r34352)
> @@ -8695,6 +8695,7 @@ $def_yasm
> #define HAVE_LDBRX 0
> #define HAVE_LOCALTIME_R 0
> #define HAVE_MAPVIEWOFFILE 0
> +#define HAVE_OS2THREADS 0
I know you can't test it and it's not exactly a lot of users,
but shouldn't this rather be
#ifdef __OS2__
#define HAVE_OS2THREADS 1
#else
#define HAVE_OS2THREADS 0
#endif
?
More information about the MPlayer-cvslog
mailing list