mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-10-31 20:14:26 +00:00
b2a57a5d6f
* add ffmpeg initializer * use different expression to check for environment var
4 lines
85 B
Ruby
4 lines
85 B
Ruby
if ENV['FFMPEG_BINARY'].present?
|
|
FFMPEG.ffmpeg_binary = ENV['FFMPEG_BINARY']
|
|
end
|