mirror of
https://git.asonix.dog/ceralor/mastodon.git
synced 2025-10-13 13:54:33 +00:00
3 lines
85 B
Ruby
3 lines
85 B
Ruby
if ENV['FFMPEG_BINARY'].present?
|
|
FFMPEG.ffmpeg_binary = ENV['FFMPEG_BINARY']
|
|
end
|