Browse Source

Add even more fmv fixes

3rd time is the charm
pull/19/merge^2
JPikachu 11 months ago
parent
commit
aebec9f7f1
  1. 2
      src/video_core/host1x/ffmpeg/ffmpeg.h

2
src/video_core/host1x/ffmpeg/ffmpeg.h

@ -22,7 +22,7 @@ extern "C" {
#include <libavcodec/avcodec.h> #include <libavcodec/avcodec.h>
#include <libavutil/opt.h> #include <libavutil/opt.h>
#ifndef ANDROID #ifndef ANDROID
#include <libavcodec/codec_internal.h>
#include <libavcodec/codec.h>
#endif #endif
#if defined(__GNUC__) || defined(__clang__) #if defined(__GNUC__) || defined(__clang__)

Loading…
Cancel
Save