projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbef3f4
)
Add required header mem.h, av_malloc and friends are used.
author
Diego Biurrun
<diego@biurrun.de>
Fri, 30 Jan 2009 18:52:51 +0000
(18:52 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Fri, 30 Jan 2009 18:52:51 +0000
(18:52 +0000)
Originally committed as revision 16863 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/internal.h
patch
|
blob
|
history
diff --git
a/libavutil/internal.h
b/libavutil/internal.h
index
63d14a5
..
6138892
100644
(file)
--- 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