libavcodec/fft-fixed-test.c
6efe6028
 /*
4defa68f
  * This file is part of FFmpeg.
6efe6028
  *
e03cd104
  * FFmpeg is free software; you can redistribute it and/or
6efe6028
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2.1 of the License, or (at your option) any later version.
  *
e03cd104
  * FFmpeg is distributed in the hope that it will be useful,
6efe6028
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
4defa68f
  * License along with FFmpeg; if not, write to the Free Software
6efe6028
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
794fcf79
 #define FFT_FLOAT 0
6efe6028
 #include "fft-test.c"