| Index: patched-ffmpeg-mt/libavcodec/mdct.c
|
| ===================================================================
|
| --- patched-ffmpeg-mt/libavcodec/mdct.c (revision 41250)
|
| +++ patched-ffmpeg-mt/libavcodec/mdct.c (working copy)
|
| @@ -18,8 +18,10 @@
|
| * License along with FFmpeg; if not, write to the Free Software
|
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
| */
|
| -#include "dsputil.h"
|
|
|
| +#include "libavutil/mathematics.h"
|
| +#include "fft.h"
|
| +
|
| /**
|
| * @file libavcodec/mdct.c
|
| * MDCT/IMDCT transforms.
|
|
|