[MPlayer-dev-eng] [PATCH] change #undef to #define 0 for 2 macros

Alexander Strasser eclipse7 at gmx.net
Tue Jul 26 00:55:32 EEST 2016


Hi Stephen!

On 2016-07-23 12:50 -0700, Stephen Sheldon wrote:
> I see a lot of warnings for HAVE_LOCALTIME_R and HAVE_GMTIME_R when I
> compile mplayer for windows.  The attached patch makes them go away.  The
> macros are only used in libavutil/time_internal.h.

  Patch committed.

Thank you,
  Alexander


> Index: configure
> ===================================================================
> --- configure	(revision 37880)
> +++ configure	(working copy)
> @@ -3490,7 +3490,7 @@
>  if test "$_gmtime_r" = yes ; then
>    def_gmtime_r='#define HAVE_GMTIME_R 1'
>  else
> -  def_gmtime_r='#undef HAVE_GMTIME_R'
> +  def_gmtime_r='#define HAVE_GMTIME_R 0'
>  fi
>  echores "$_gmtime_r"
>  
> @@ -3500,7 +3500,7 @@
>  if test "$_localtime_r" = yes ; then
>    def_localtime_r='#define HAVE_LOCALTIME_R 1'
>  else
> -  def_localtime_r='#undef HAVE_LOCALTIME_R'
> +  def_localtime_r='#define HAVE_LOCALTIME_R 0'
>  fi
>  echores "$_localtime_r"
>  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20160725/8f06c021/attachment.sig>


More information about the MPlayer-dev-eng mailing list