]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/fft_fixed.c
hevc: store the escaped/raw bitstream in HEVCNAL
[ffmpeg] / libavcodec / fft_fixed.c
index b28091d35c2fcb6a0964a3a6528992877d401efe..bad482148bc333dacf46ed7023c44f053a3227f6 100644 (file)
@@ -16,5 +16,5 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#define CONFIG_FFT_FLOAT 0
-#include "fft.c"
+#define FFT_FLOAT 0
+#include "fft_template.c"