about summary refs log tree commit diff
path: root/scalingo.json
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 /scalingo.json
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 'scalingo.json')
-rw-r--r--scalingo.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/scalingo.json b/scalingo.json
index 873731ac9..dd8fb5530 100644
--- a/scalingo.json
+++ b/scalingo.json
@@ -91,6 +91,11 @@
       "description": "Internal scalingo configuration",
       "required": true,
       "value": "https://github.com/Scalingo/multi-buildpack.git"
+    },
+    "WITH_FFPROBE": {
+      "description": "Internal scalingo configuration to install ffprobe",
+      "required": true,
+      "value": "true"
     }
   },
   "scripts": {