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 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": {