瀏覽代碼

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

This change adds mp4 support confirmed on Heroku-16 stack.
Daigo 3 Dango 7 年之前
父節點
當前提交
f5c3d20e9c
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 1 0
      .profile
  2. 3 0
      Aptfile

+ 1 - 0
.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

+ 3 - 0
Aptfile

@@ -1,2 +1,5 @@
 protobuf-compiler
 libprotobuf-dev
+ffmpeg
+libxdamage1
+libxfixes3