logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: f5c3d20e9cbd2e57d48c6080691eb493be10c7fc
parent: 1ec7c87001c39cca4b784bf97972280fd965efb3
Author: Daigo 3 Dango <zunda@users.noreply.github.com>
Date:   Wed, 24 May 2017 15:57:33 +0000

Add ffmpeg and dependent packages as well as LD_LIBRARY_PATHs (#3276)

This change adds mp4 support confirmed on Heroku-16 stack.

Diffstat:

A.profile1+
MAptfile3+++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.profile 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 @@ -1,2 +1,5 @@ protobuf-compiler libprotobuf-dev +ffmpeg +libxdamage1 +libxfixes3