summaryrefslogtreecommitdiffstats
path: root/libavcodec/fft.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-04-26 12:43:11 +0200
committerDiego Biurrun <diego@biurrun.de>2013-04-30 12:19:44 +0200
commit42b9150b0d4f0a130c1d93dc991fd5412743a8cf (patch)
tree71f3fe3cbec101bcd7720dfe444425bfeaa7c9f3 /libavcodec/fft.h
parenta053dbfcfb3aca091773c38e82bdd0863216fc7b (diff)
downloadffmpeg-streaming-42b9150b0d4f0a130c1d93dc991fd5412743a8cf.zip
ffmpeg-streaming-42b9150b0d4f0a130c1d93dc991fd5412743a8cf.tar.gz
fft: Remove pointless #ifdefs around function declarations
Diffstat (limited to 'libavcodec/fft.h')
-rw-r--r--libavcodec/fft.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/fft.h b/libavcodec/fft.h
index 7f10f72..dc05d77 100644
--- a/libavcodec/fft.h
+++ b/libavcodec/fft.h
@@ -133,13 +133,11 @@ void ff_init_ff_cos_tabs(int index);
*/
int ff_fft_init(FFTContext *s, int nbits, int inverse);
-#if CONFIG_FFT_FLOAT
void ff_fft_init_altivec(FFTContext *s);
void ff_fft_init_x86(FFTContext *s);
void ff_fft_init_arm(FFTContext *s);
-#else
+
void ff_fft_fixed_init_arm(FFTContext *s);
-#endif
void ff_fft_end(FFTContext *s);
OpenPOWER on IntegriCloud