diff options
| author | MaranBr <maranbr@noreply.localhost> | 2025-06-14 17:42:22 +0000 |
|---|---|---|
| committer | Mike Lothian <mike@fireburn.co.uk> | 2025-06-15 02:41:49 +0100 |
| commit | 37e9208842340dd2763b9e4aae7cf52648efd85b (patch) | |
| tree | 5dd755b57bf5209b96b32a34f2fe757c3528a357 /src/video_core/host1x/ffmpeg/ffmpeg.h | |
| parent | cea7a49c39e03079869e89564180e6e32ae8ca70 (diff) | |
Update FFmpeg to 7.1.1, libvpx to 1.13.1 and libx264 to c24e06c on Android (#187)
This updates FFmpeg to 7.1.1, libvpx to 1.13.1 and libx264 to c24e06c on Android.
Co-authored-by: MaranBr <maranbr@outlook.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/187
Reviewed-by: crueter <crueter@noreply.localhost>
Co-authored-by: MaranBr <maranbr@noreply.localhost>
Co-committed-by: MaranBr <maranbr@noreply.localhost>
Diffstat (limited to 'src/video_core/host1x/ffmpeg/ffmpeg.h')
| -rw-r--r-- | src/video_core/host1x/ffmpeg/ffmpeg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/host1x/ffmpeg/ffmpeg.h b/src/video_core/host1x/ffmpeg/ffmpeg.h index 20e12b361..28f1742b7 100644 --- a/src/video_core/host1x/ffmpeg/ffmpeg.h +++ b/src/video_core/host1x/ffmpeg/ffmpeg.h @@ -21,9 +21,7 @@ extern "C" { #include <libavcodec/avcodec.h> #include <libavutil/opt.h> -#ifndef ANDROID #include <libavcodec/codec_internal.h> -#endif #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic pop |
