This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add required header mem.h, av_malloc and friends are used.
Originally committed as revision 16863 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
16 years ago
parent
dbef3f46b9
commit
9d52d54df3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavutil/internal.h
+ 1
- 0
libavutil/internal.h
View File
@@ -36,6 +36,7 @@
#include <assert.h>
#include "config.h"
#include "common.h"
#include "mem.h"
#include "timer.h"
#ifndef attribute_align_arg
Write
Preview
Loading…
Cancel
Save