Cytrogen的代码仓库
登录
—
注册
~cytrogen
/
masto-fe
summary
tree
log
refs
ref:
bca649ba79ee4fcb33e04084dbd7aa5d275adbf7
masto-fe
/
config
/
initializers
/ffmpeg.rb
-rw-r--r--
83 bytes
View
Log
View raw
Permalink
bca649ba
— Eugen Rochko Change edit profile page (#25413)
2 years ago
1
2
3
if
ENV
[
'FFMPEG_BINARY'
].
present?
FFMPEG
.
ffmpeg_binary
=
ENV
[
'FFMPEG_BINARY'
]
end