Hitting a compile error on libavcodec/avfft.h file not found.
|
let avfft_path = search_include(&include_paths, "libavcodec/avfft.h"); |
Deprecation notice:
2023-09-01 - 139e54911c8 - lavc 60.25.100 - avfft.h
The entire header will be deprecated and removed in two major bumps.
For a replacement to av_dct, av_rdft, av_fft and av_mdct, use
the new API from libavutil/tx.h.
Hitting a compile error on libavcodec/avfft.h file not found.
rust-ffmpeg-sys/build.rs
Line 1568 in 36eca19
Deprecation notice: