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
avfft-test: Add missing mem.h include
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
tags/n3.1
Derek Buitenhuis
9 years ago
parent
9ca16bdd3f
commit
64fbf2f03e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/avfft-test.c
+ 1
- 0
libavcodec/avfft-test.c
View File
@@ -17,6 +17,7 @@
*/
#include "config.h"
#include "libavutil/mem.h"
#include "avfft.h"
int main(int argc, char **argv)
Write
Preview
Loading…
Cancel
Save