mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 19:45:13 +00:00
3 lines
85 B
Ruby
3 lines
85 B
Ruby
if ENV['FFMPEG_BINARY'].present?
|
|
FFMPEG.ffmpeg_binary = ENV['FFMPEG_BINARY']
|
|
end
|