[SCM] libav/experimental: Add required header mem.h, av_malloc and friends are used.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:36:23 UTC 2013


The following commit has been merged in the experimental branch:
commit 9d52d54df35d43b149ed1d1607fc95948df70f8c
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Jan 30 18:52:51 2009 +0000

    Add required header mem.h, av_malloc and friends are used.
    
    Originally committed as revision 16863 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/internal.h b/libavutil/internal.h
index 63d14a5..6138892 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -36,6 +36,7 @@
 #include <assert.h>
 #include "config.h"
 #include "common.h"
+#include "mem.h"
 #include "timer.h"
 
 #ifndef attribute_align_arg

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list