diff options
author | Daigo 3 Dango <zunda@users.noreply.github.com> | 2017-05-24 15:57:33 +0000 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-24 17:57:33 +0200 |
commit | f5c3d20e9cbd2e57d48c6080691eb493be10c7fc (patch) | |
tree | 29bd842ef61068e89843a9114adde194dc39d18b /Aptfile | |
parent | 1ec7c87001c39cca4b784bf97972280fd965efb3 (diff) |
Add ffmpeg and dependent packages as well as LD_LIBRARY_PATHs (#3276)
This change adds mp4 support confirmed on Heroku-16 stack.
Diffstat (limited to 'Aptfile')
-rw-r--r-- | Aptfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Aptfile b/Aptfile index f4efb985f..0456343ef 100644 --- a/Aptfile +++ b/Aptfile @@ -1,2 +1,5 @@ protobuf-compiler libprotobuf-dev +ffmpeg +libxdamage1 +libxfixes3 |