forked from treehouse/mastodon
add ffmpeg initializer (#8855)
* add ffmpeg initializer * use different expression to check for environment varrebase/4.0.0rc2
parent
87abbb07f3
commit
b2a57a5d6f
|
@ -0,0 +1,3 @@
|
||||||
|
if ENV['FFMPEG_BINARY'].present?
|
||||||
|
FFMPEG.ffmpeg_binary = ENV['FFMPEG_BINARY']
|
||||||
|
end
|
Loading…
Reference in New Issue