From: Paul Brossier Date: Wed, 27 Dec 2023 18:23:13 +0000 (+0100) Subject: [source_avcodec] remove deprecation warning (< ffmpeg 5.1) X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=8e9d3a3696e1384f21e8a7b9bc302b17bfb912b4;p=aubio.git [source_avcodec] remove deprecation warning (< ffmpeg 5.1) --- diff --git a/src/io/source_avcodec.c b/src/io/source_avcodec.c index 7b4dd857..71ea8b5f 100644 --- a/src/io/source_avcodec.c +++ b/src/io/source_avcodec.c @@ -53,7 +53,7 @@ #endif #if LIBAVUTIL_VERSION_INT < AV_VERSION_INT(57,28,100) -#warning "libavutil < 57.28.100 is deprecated" +//#warning "libavutil < 57.28.100 is deprecated" #else #define LIBAVUTIL_HAS_CH_LAYOUT #endif