about summary refs log tree commit diff
path: root/.buildpacks
diff options
context:
space:
mode:
authorSatsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>2018-08-29 08:21:23 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-08-29 01:21:23 +0200
commitad94e1d50a1a13951d82aefcba97f581c54ca70a (patch)
tree0fcd55d778380aa0f1441950e2fc296e754a6167 /.buildpacks
parent4bfd786550c9381f172e9dd30b99b60cc8c70013 (diff)
Add ffmpeg buildpack for scalingo (#8500)
* Add ffmpeg buildpack for scalingo.

* Add environment variable to install ffprobe

Note: For existing applications, admins needs to add 'WITH_FFPROBE=true' to environment variable.
Diffstat (limited to '.buildpacks')
-rw-r--r--.buildpacks1
1 files changed, 1 insertions, 0 deletions
diff --git a/.buildpacks b/.buildpacks
index c232c712f..3450683ce 100644
--- a/.buildpacks
+++ b/.buildpacks
@@ -1,3 +1,4 @@
 https://github.com/heroku/heroku-buildpack-apt
+https://github.com/Scalingo/ffmpeg-buildpack
 https://github.com/Scalingo/nodejs-buildpack
 https://github.com/Scalingo/ruby-buildpack