Skip to content

Commit

Permalink
Buildfix with system ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Apr 12, 2024
1 parent 71a6372 commit c2bcdd3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Core/HW/SimpleAudioDec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ class SimpleAudio : public AudioDecoder {
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;
Expand Down

0 comments on commit c2bcdd3

Please sign in to comment.