From a7f4ecb01299835a1afe5cc051be1e9bb5d4f15d Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 30 Oct 2017 20:55:42 +0100 Subject: Bump libav* API use (Not tested on Windows and OSX.) --- audio/aconverter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/aconverter.c b/audio/aconverter.c index 283e12ba32..bae0ab7d19 100644 --- a/audio/aconverter.c +++ b/audio/aconverter.c @@ -33,8 +33,8 @@ #include "fmt-conversion.h" #include "format.h" -#define HAVE_LIBSWRESAMPLE HAVE_IS_FFMPEG -#define HAVE_LIBAVRESAMPLE HAVE_IS_LIBAV +#define HAVE_LIBSWRESAMPLE HAVE_FFMPEG_MPV +#define HAVE_LIBAVRESAMPLE HAVE_LIBAV #if HAVE_LIBAVRESAMPLE #include -- cgit v1.2.3