Thanks. I'll update the patch shortly.
On 25/07/18 10:33, Olivier F. R. Dierick wrote:
Hello,
I found a trivial bug in one of your staged patch set while trying to configure wine-staging on Debian 8 Jessie:
Debian 8 Jessie doesn't ship a libavcodec-dev package that provides avcodec_send_packet(), so configure prints the "libavcodec not found or too old" notice.
The option --without-ffmpeg disables the check but not the notice.
In xaudio2_7-WMA_support / 0001-xaudio2-Use-ffmpeg-to-convert-WMA-formats.patch
Line 69: WINE_NOTICE_WITH(libavcodec, ... should be: WINE_NOTICE_WITH(ffmpeg, ...
With this change the notice is disabled when using --without-ffmpeg.
I don't think it deserves a bug report.
Regards,