From c2bcdd3076c176261214f2fc6aacb9bdcaefa7da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 12 Apr 2024 16:45:45 +0200 Subject: [PATCH] Buildfix with system ffmpeg --- Core/HW/SimpleAudioDec.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Core/HW/SimpleAudioDec.cpp b/Core/HW/SimpleAudioDec.cpp index c1e57ffdaa..a6555b8095 100644 --- a/Core/HW/SimpleAudioDec.cpp +++ b/Core/HW/SimpleAudioDec.cpp @@ -125,9 +125,6 @@ private: int outSamples_ = 0; // output samples per frame AVFrame *frame_ = nullptr; -#if HAVE_LIBAVCODEC_CONST_AVCODEC // USE_FFMPEG is implied - const -#endif AVCodec *codec_ = nullptr; AVCodecContext *codecCtx_ = nullptr; SwrContext *swrCtx_ = nullptr;