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
fft-test: Drop unnecessary #ifdefs around header includes
tags/n2.4
Diego Biurrun
10 years ago
parent
11c7155cce
commit
57f1b1dcc7
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavcodec/fft-test.c
+ 0
- 2
libavcodec/fft-test.c
View File
@@ -29,10 +29,8 @@
#include "libavutil/log.h"
#include "libavutil/time.h"
#include "fft.h"
#if FFT_FLOAT
#include "dct.h"
#include "rdft.h"
#endif
#include <math.h>
#if HAVE_UNISTD_H
#include <unistd.h>
Write
Preview
Loading…
Cancel
Save