Skip to content
Snippets Groups Projects
Commit b2a57a5d authored by Sascha's avatar Sascha Committed by Eugen Rochko
Browse files

add ffmpeg initializer (#8855)

* add ffmpeg initializer

* use different expression to check for environment var
parent 87abbb07
No related branches found
No related tags found
No related merge requests found
if ENV['FFMPEG_BINARY'].present?
FFMPEG.ffmpeg_binary = ENV['FFMPEG_BINARY']
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment