On 25/02/13 07:02, Can Wu wrote:
> ---
>  libavcodec/x86/fft.h |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/libavcodec/x86/fft.h b/libavcodec/x86/fft.h
> index 6e80b95..773d642 100644
> --- a/libavcodec/x86/fft.h
> +++ b/libavcodec/x86/fft.h
> @@ -25,10 +25,13 @@ void ff_fft_permute_sse(FFTContext *s, FFTComplex *z);
>  void ff_fft_calc_avx(FFTContext *s, FFTComplex *z);
>  void ff_fft_calc_sse(FFTContext *s, FFTComplex *z);
>  void ff_fft_calc_3dnow(FFTContext *s, FFTComplex *z);
> +void ff_fft_calc_3dnow2(FFTContext *s, FFTComplex *z);
>  void ff_fft_calc_3dnowext(FFTContext *s, FFTComplex *z);
> 

where is it used?

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to