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 | |
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.
-rw-r--r-- | .profile | 1 | ||||
-rw-r--r-- | Aptfile | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.profile b/.profile new file mode 100644 index 000000000..c6d57b609 --- /dev/null +++ b/.profile @@ -0,0 +1 @@ +LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/app/.apt/lib/x86_64-linux-gnu:/app/.apt/usr/lib/x86_64-linux-gnu/mesa:/app/.apt/usr/lib/x86_64-linux-gnu/pulseaudio 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 |