Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | multiple inclusion guard cleanup | Diego Biurrun | 2011-05-21 | 1 | -1/+1 |
| | | | | | Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent. | ||||
* | Move ff_dct_init_mmx declaration to dct.h | Mans Rullgard | 2011-03-20 | 1 | -0/+2 |
| | | | | | | This was missed in 0aded94. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Move dct and rdft definitions to separate files | Mans Rullgard | 2011-03-20 | 1 | -0/+50 |
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> |