mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Buildfix with system ffmpeg
This commit is contained in:
parent
71a6372ac5
commit
c2bcdd3076
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue