mirror of
https://github.com/glitch-soc/mastodon
synced 2025-07-28 02:31:44 +00:00
3 lines
85 B
Ruby
3 lines
85 B
Ruby
if ENV['FFMPEG_BINARY'].present?
|
|
FFMPEG.ffmpeg_binary = ENV['FFMPEG_BINARY']
|
|
end
|