Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-07 16:04:09 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-01-07 16:10:56 +0400
commit7778979f6f9c863430bbf8335e7a67e875a30513 (patch)
tree7fa1b50af5095e117b7c60644281522bd0379650 /libavcodec/mdct_float.c
parent2503928a2f8ba80f3988344faf430d4ad54fbf27 (diff)
parent794fcf79a89eca2d4e889803b2c804a0b1defbb3 (diff)
Merge commit '794fcf79a89eca2d4e889803b2c804a0b1defbb3'
* commit '794fcf79a89eca2d4e889803b2c804a0b1defbb3': Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT Conflicts: libavcodec/fft-internal.h libavcodec/fft-test.c libavcodec/fft_fixed.c libavcodec/fft_float.c libavcodec/fft_template.c libavcodec/mdct_fixed.c libavcodec/mdct_float.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mdct_float.c')
-rw-r--r--libavcodec/mdct_float.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mdct_float.c b/libavcodec/mdct_float.c
index 75b5f0d3a0..68580bad20 100644
--- a/libavcodec/mdct_float.c
+++ b/libavcodec/mdct_float.c
@@ -16,6 +16,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#define CONFIG_FFT_FLOAT 1
+#define FFT_FLOAT 1
#define CONFIG_FFT_FIXED_32 0
#include "mdct_template.c"