[FFmpeg-cvslog] r16776 - trunk/libavutil/mem.c

diego subversion
Sun Jan 25 18:36:48 CET 2009


Author: diego
Date: Sun Jan 25 18:36:48 2009
New Revision: 16776

Log:
Do not #include common.h without necessity.
This eliminates the need to work around common.h overriding certain system
functions which are required in this header.

Modified:
   trunk/libavutil/mem.c

Modified: trunk/libavutil/mem.c
==============================================================================
--- trunk/libavutil/mem.c	Sun Jan 25 17:59:48 2009	(r16775)
+++ trunk/libavutil/mem.c	Sun Jan 25 18:36:48 2009	(r16776)
@@ -25,12 +25,6 @@
  */
 
 #include "config.h"
-#include "common.h"
-
-/* here we can use OS dependent allocation functions */
-#undef malloc
-#undef free
-#undef realloc
 
 #include <limits.h>
 #include <stdlib.h>




More information about the ffmpeg-cvslog mailing list