summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/mdct_tablegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/mdct_tablegen.h')
-rw-r--r--apps/codecs/libwmapro/mdct_tablegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwmapro/mdct_tablegen.h b/apps/codecs/libwmapro/mdct_tablegen.h
index 1722c3b4d0..9f130aa6b5 100644
--- a/apps/codecs/libwmapro/mdct_tablegen.h
+++ b/apps/codecs/libwmapro/mdct_tablegen.h
@@ -24,7 +24,7 @@
24// do not use libavutil/mathematics.h since this is compiled both 24// do not use libavutil/mathematics.h since this is compiled both
25// for the host and the target and config.h is only valid for the target 25// for the host and the target and config.h is only valid for the target
26#include <math.h> 26#include <math.h>
27#include "../libavutil/attributes.h" 27#include "libavutil/attributes.h"
28 28
29#if !CONFIG_HARDCODED_TABLES 29#if !CONFIG_HARDCODED_TABLES
30SINETABLE( 32); 30SINETABLE( 32);