mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-15 04:57:04 -04:00
Fixes an issue where media-playback would not compile with older FFmpeg versions due to the fact that the AV_PIX_FMT_VIDEOTOOLBOX was unavailable until version 54.31.100 of libavutil (FFmpeg 2.8). Fixes mantis issue 1045. Closes jp9000/obs-studio#1089