This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
catstodon
Watch
1
Star
0
Fork
You've already forked catstodon
0
mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced
2024-11-23 02:58:07 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9e8bc56d5a
catstodon
/
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