Move dct and rdft definitions to separate files
This leaves fft.h with only the core FFT and MDCT definitions thus making it more managable. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
#include <math.h>
|
||||
#include "libavutil/mathematics.h"
|
||||
#include "fft.h"
|
||||
#include "dct.h"
|
||||
#include "x86/fft.h"
|
||||
|
||||
#define DCT32_FLOAT
|
||||
|
||||
Reference in New Issue
Block a user