about summary refs log tree commit diff
path: root/config/initializers/ffmpeg.rb
blob: 4c0bf779d88992cfbde11f160057340651c1de8c (plain) (blame)
1
2
3
if ENV['FFMPEG_BINARY'].present?
    FFMPEG.ffmpeg_binary = ENV['FFMPEG_BINARY']
end