]> cat aescling's git repositories - mastodon.git/commitdiff
Add ffmpeg and dependent packages as well as LD_LIBRARY_PATHs (#3276)
authorDaigo 3 Dango <zunda@users.noreply.github.com>
Wed, 24 May 2017 15:57:33 +0000 (15:57 +0000)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 24 May 2017 15:57:33 +0000 (17:57 +0200)
This change adds mp4 support confirmed on Heroku-16 stack.

.profile [new file with mode: 0644]
Aptfile

diff --git a/.profile b/.profile
new file mode 100644 (file)
index 0000000..c6d57b6
--- /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 f4efb985f83998b022429137235529eccd742a88..0456343ef48ed3a98c94c19127e4c8056d42600f 100644 (file)
--- a/Aptfile
+++ b/Aptfile
@@ -1,2 +1,5 @@
 protobuf-compiler
 libprotobuf-dev
+ffmpeg
+libxdamage1
+libxfixes3