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
dct: remove superflous #include
Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.8
Mans Rullgard
15 years ago
parent
0aded9484d
commit
8eec00278c
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/dct.c
+ 0
- 1
libavcodec/dct.c
View File
@@ -30,7 +30,6 @@
#include <math.h>
#include <math.h>
#include "libavutil/mathematics.h"
#include "libavutil/mathematics.h"
#include "dct.h"
#include "dct.h"
#include "x86/fft.h"
#define DCT32_FLOAT
#define DCT32_FLOAT
#include "dct32.c"
#include "dct32.c"
Write
Preview
Loading…
Cancel
Save