This website requires JavaScript.
Explore
Help
Register
Sign In
luna
/
mastodon
Watch
0
Star
0
Fork
You've already forked mastodon
0
mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced
2024-11-10 00:46:12 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1cb4514d0e
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 01:02:52 +00:00
if
ENV
[
'FFMPEG_BINARY'
]
.
present?
Autofix Rubocop spacing in config (#25022)
2023-05-22 11:17:56 +00: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 01:02:52 +00:00
end
Reference in a new issue
Copy permalink