[FFmpeg-user] Disable decoder for shared library
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Feb 12 01:59:05 CET 2013
tyler wear <tylerbwear <at> gmail.com> writes:
> sorry, the error I'm getting is:
> | libavcodec/libavcodec.so: undefined reference to `ff_fft_calc_neon'
> | libavcodec/libavcodec.so: undefined reference to `ff_fft_fixed_calc_neon'
> | libavcodec/libavcodec.so: undefined reference to `ff_fft_permute_neon'
When you see build problems with "make", please do
the following:
run make, run make again (you should see identical errors)
run "make V=1" (you should see the same error)
Please post the complete, uncut console output of the
last "make V=1" call.
(Please do never post the complete, uncut console output
of an initial make call.)
And please add your complete configure line.
Please do not top-post here, Carl Eugen
More information about the ffmpeg-user
mailing list