From 8b65c06f30451511d5ee19dd38ca8267dc1af677 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Wed, 25 Jul 2018 16:34:35 +1000 Subject: [PATCH] Updated xaudio2_7-WMA_support patchset --- .../0001-xaudio2-Use-ffmpeg-to-convert-WMA-formats.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/xaudio2_7-WMA_support/0001-xaudio2-Use-ffmpeg-to-convert-WMA-formats.patch b/patches/xaudio2_7-WMA_support/0001-xaudio2-Use-ffmpeg-to-convert-WMA-formats.patch index 932c10d6..74dd3e50 100644 --- a/patches/xaudio2_7-WMA_support/0001-xaudio2-Use-ffmpeg-to-convert-WMA-formats.patch +++ b/patches/xaudio2_7-WMA_support/0001-xaudio2-Use-ffmpeg-to-convert-WMA-formats.patch @@ -79,7 +79,7 @@ index 0d580e6943e..539abd225af 100644 + LIBAVCODEC_LIBS="" + fi]) +fi -+WINE_NOTICE_WITH(libavcodec,[test "x$ac_cv_lib_avcodec_avcodec_send_packet" != xyes], ++WINE_NOTICE_WITH(ffmpeg,[test "x$ac_cv_lib_avcodec_avcodec_send_packet" != xyes], + [libavcodec ${notice_platform}development files not found (or too old), XAudio2 WMA conversion won't be supported.]) + dnl **** Check for OpenAL 1.1 ****