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
Update include directives in fft-test.c
Originally committed as revision 22289 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård
15 years ago
parent
0f8e4dfe6e
commit
3bd8a2ef6c
1 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
libavcodec/fft-test.c
+ 3
- 1
libavcodec/fft-test.c
View File
@@ -23,8 +23,10 @@
* FFT and MDCT tests.
* FFT and MDCT tests.
*/
*/
#include "libavutil/mathematics.h"
#include "libavutil/lfg.h"
#include "libavutil/lfg.h"
#include "dsputil.h"
#include "libavutil/log.h"
#include "fft.h"
#include <math.h>
#include <math.h>
#include <unistd.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/time.h>
Write
Preview
Loading…
Cancel
Save