1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-13 06:03:49 -05:00
Sascha b2a57a5d6f add ffmpeg initializer ()
* add ffmpeg initializer

* use different expression to check for environment var
2018-10-09 03:02:52 +02:00

4 lines
85 B
Ruby

if ENV['FFMPEG_BINARY'].present?
FFMPEG.ffmpeg_binary = ENV['FFMPEG_BINARY']
end