This website requires JavaScript.
Explore
Help
Sign in
paravielfalt
/
mastodon
Watch
5
Star
0
Fork
You've already forked mastodon
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Activity
Actions
9e8bc56d5a
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
Reference in a new issue
Copy permalink