b2a57a5d6f
* add ffmpeg initializer * use different expression to check for environment var
3 lines
85 B
Ruby
3 lines
85 B
Ruby
if ENV['FFMPEG_BINARY'].present?
|
|
FFMPEG.ffmpeg_binary = ENV['FFMPEG_BINARY']
|
|
end
|