summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/aconverter.c4
1 files changed, 2 insertions, 2 deletions
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 <libavresample/avresample.h>