Optionally compile ffmpeg in griffin build (#16864)

This commit is contained in:
Eric Warmenhoven 2024-08-10 20:56:15 -04:00 committed by GitHub
parent fdf2faaf59
commit b815848501
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1639,6 +1639,16 @@ ANDROID PLAY FEATURE DELIVERY
#include "../play_feature_delivery/play_feature_delivery.c"
#endif
/*============================================================
FFMPEG
============================================================ */
#ifdef HAVE_FFMPEG
#include "../cores/libretro-ffmpeg/packet_buffer.c"
#include "../cores/libretro-ffmpeg/video_buffer.c"
#include "../libretro-common/rthreads/tpool.c"
#endif
/*============================================================
STEAM INTEGRATION USING MIST
============================================================ */