This website requires JavaScript.
Explore
Help
Register
Sign In
zelo72
/
mastodon
mirror of
https://github.com/mastodon/mastodon
Watch
2
Star
2
Fork
You've already forked mastodon
1
Code
Issues
9
Releases
Wiki
Activity
4658263b4a
mastodon
/
config
/
initializers
/
ffmpeg.rb
4 lines
83 B
Ruby
Raw
Normal View
History
Unescape
Escape
add ffmpeg initializer (#8855) * add ffmpeg initializer * use different expression to check for environment var
2018-10-09 03:02:52 +02:00
if
ENV
[
'FFMPEG_BINARY'
]
.
present?
Autofix Rubocop spacing in config (#25022)
2023-05-22 13:17:56 +02:00
FFMPEG
.
ffmpeg_binary
=
ENV
[
'FFMPEG_BINARY'
]
add ffmpeg initializer (#8855) * add ffmpeg initializer * use different expression to check for environment var
2018-10-09 03:02:52 +02:00
end