Skip to content

Commit f5c3d20

Browse files
zundaGargron
authored andcommitted
Add ffmpeg and dependent packages as well as LD_LIBRARY_PATHs (#3276)
This change adds mp4 support confirmed on Heroku-16 stack.
1 parent 1ec7c87 commit f5c3d20

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.profile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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

Aptfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
protobuf-compiler
22
libprotobuf-dev
3+
ffmpeg
4+
libxdamage1
5+
libxfixes3

0 commit comments

Comments
 (0)