Package: subtitlecomposer / 0.8.2-2

Metadata

Package Version Patches format
subtitlecomposer 0.8.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream_Include libavcodec avfft.h only when AUDIO_VISUALIZA.patch | (download)

src/videoplayer/backend/videostate.h | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 [patch] include libavcodec/avfft.h only when audio_visualization is
 enabled

libavcodec/avfft.h is needed only when the code of AUDIO_VISUALIZATION
is enabled (and it is off by default). This helps to build with
FFmpeg 8, which ships libavcodec 62 that drops all the FFT APIs (used
only within AUDIO_VISUALIZATION).