add ffmpeg initializer (#8855)

* add ffmpeg initializer

* use different expression to check for environment var
This commit is contained in:
Sascha 2018-10-09 03:02:52 +02:00 committed by Eugen Rochko
parent bcb43baf50
commit b7a337f63c

View file

@ -0,0 +1,3 @@
if ENV['FFMPEG_BINARY'].present?
FFMPEG.ffmpeg_binary = ENV['FFMPEG_BINARY']
end