[MPlayer-dev-eng] Re: [Ffmpeg-cvslog] r7025 - in trunk: configure libavutil/mem.c

Hervé W. H.O.W.aka.V+mplayer at gmail.com
Tue Nov 14 17:42:10 CET 2006


hi,

in ffmpeg (libavutil) this change was made:

On 14/11/06, mru <subversion at mplayerhq.hu> wrote:
> Author: mru
> Date: Tue Nov 14 01:35:21 2006
> New Revision: 7025
>
> Modified:
>   trunk/configure
>   trunk/libavutil/mem.c
>
> Log:
> rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configure
[...]

MEMALIGN_HACK is also defined in mplayers configure. Attached patch
renames MEMALIGN_HACK there.

-V
-------------- next part --------------
Index: configure
===================================================================
--- configure	(revision 20923)
+++ configure	(working copy)
@@ -2900,7 +2900,7 @@
 else
  _def_memalign='#undef HAVE_MEMALIGN'
  _def_map_memalign='#define memalign(a,b) malloc(b)'
- not darwin && _def_memalign_hack='#define MEMALIGN_HACK 1'
+ not darwin && _def_memalign_hack='#define CONFIG_MEMALIGN_HACK 1'
 fi
 echores "$_memalign"
 


More information about the MPlayer-dev-eng mailing list