This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
mastodon
Watch
1
Star
0
Fork
0
You've already forked mastodon
mirror of
https://github.com/mastodon/mastodon.git
synced
2024-11-23 04:55:08 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
36566e9245
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 New Issue
Copy Permalink