Trivial bug in wine-staging xaudio2_7-WMA_support

Olivier F. R. Dierick o.dierick at piezo-forte.be
Tue Jul 24 19:33:06 CDT 2018


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,
-- 
        Olivier F. R. Dierick
        o.dierick at piezo-forte.be




More information about the wine-devel mailing list