~cytrogen/masto-fe

ref: 30c191aaa03beb8bc4de4bf33db671fb98bafc96 masto-fe/config/initializers/ffmpeg.rb -rw-r--r-- 114 bytes
30c191aa — jsgoldstein Add new public status index (#26344) 2 years ago
                                                                                
1
2
3
4
5
# frozen_string_literal: true

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