mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Optionally compile ffmpeg in griffin build (#16864)
This commit is contained in:
parent
fdf2faaf59
commit
b815848501
@ -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
|
||||
============================================================ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user