[Ffmpeg-devel] move av_malloc & friends to libavutil

Luca Abeni lucabe72
Mon Jul 17 14:55:47 CEST 2006


Hi all,

I updated my old patch for moving av_{malloc, free, etc} to libavutil,
and I attach it to this email.

Some notes:
1) This is the "stupid" patch generated by quilt: for reviewing it,
consider that mem.c is moved from libavcodec to libavutil changing the
includes from
#include "avcodec.h"
to
#include "common.h"
#include "memutil.h"

2) The configure check for malloc() is not implemented yet. Can it be
implemented in a second time, or is it necessary before committing the
patch?


			Thanks,
				Luca
-- 
_____________________________________________________________________________
Copy this in your signature, if you think it is important:
                               N O    W A R ! ! !

-------------- next part --------------
A non-text attachment was scrubbed...
Name: av_mem_move.diff
Type: text/x-patch
Size: 17987 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060717/23f6c19d/attachment.bin>



More information about the ffmpeg-devel mailing list