summaryrefslogtreecommitdiff
path: root/libavcodec/rdft.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rdft.h')
-rw-r--r--libavcodec/rdft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rdft.h b/libavcodec/rdft.h
index 5fb03232a1..37c40e7c80 100644
--- a/libavcodec/rdft.h
+++ b/libavcodec/rdft.h
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef AVCODEC_RDFT_H
+#if !defined(AVCODEC_RDFT_H) && (!defined(FFT_FLOAT) || FFT_FLOAT)
#define AVCODEC_RDFT_H
#include "config.h"