diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-07-21 14:05:41 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-07-21 14:05:41 +0200 |
commit | 9617178800566f263fb1bb1c04e9547a74ab6dbf (patch) | |
tree | 784aaafc5c706f9b6c0cb6fb44af77ed78841799 /INSTALL.md | |
parent | 153fcd6de6ba558a3720c64589a7e4e9e4d62420 (diff) | |
download | ffmpeg-9617178800566f263fb1bb1c04e9547a74ab6dbf.tar.gz |
lavc/fft_template: Do not define unneded functions with --enable-small.
Fixes the following warnings:
In file included from libavcodec/fft_fixed.c:21:0:
libavcodec/fft_template.c:528:6: warning: ‘pass_big’ defined but not used [-Wunused-function]
PASS(pass_big)
^
libavcodec/fft_template.c:505:13: note: in definition of macro ‘PASS’
static void name(FFTComplex *z, const FFTSample *wre, unsigned int n)\
^~~~
CC libavcodec/ffv1.o
In file included from libavcodec/fft_float.c:21:0:
libavcodec/fft_template.c:528:6: warning: ‘pass_big’ defined but not used [-Wunused-function]
PASS(pass_big)
^
libavcodec/fft_template.c:505:13: note: in definition of macro ‘PASS’
static void name(FFTComplex *z, const FFTSample *wre, unsigned int n)\
^~~~
Diffstat (limited to 'INSTALL.md')
0 files changed, 0 insertions, 0 deletions