[FFmpeg-devel] [PATCH 2/3] fft: add ff_ prefix to some global arrays.
Michael Niedermayer
michaelni at gmx.at
Fri Aug 29 22:37:48 CEST 2014
On Fri, Aug 29, 2014 at 06:33:00PM +0200, Reimar Döffinger wrote:
> Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
> ---
> libavcodec/fft_init_table.c | 4 ++--
> libavcodec/fft_table.h | 4 ++--
> libavcodec/fft_template.c | 12 ++++++------
> 3 files changed, 10 insertions(+), 10 deletions(-)
this breaks mips
/ffmpeg/libavcodec/mips/fft_mips.c: In function ‘ff_fft_calc_mips’:
/ffmpeg/libavcodec/mips/fft_mips.c:90: error: ‘fft_offsets_lut’ undeclared (first use in this function)
/ffmpeg/libavcodec/mips/fft_mips.c:90: error: (Each undeclared identifier is reported only once
/ffmpeg/libavcodec/mips/fft_mips.c:90: error: for each function it appears in.)
/ffmpeg/libavcodec/mips/fft_mips.c: In function ‘ff_fft_init_mips’:
/ffmpeg/libavcodec/mips/fft_mips.c:524: error: ‘fft_offsets_lut’ undeclared (first use in this function)
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Old school: Use the lowest level language in which you can solve the problem
conveniently.
New school: Use the highest level language in which the latest supercomputer
can solve the problem without the user falling asleep waiting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140829/55203901/attachment.asc>
More information about the ffmpeg-devel
mailing list