aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristupas Savickas <krisav@pm.me>2020-04-06 13:21:20 +0300
committerKristupas Savickas <krisav@pm.me>2020-04-06 13:21:20 +0300
commit9dda2ffc919c9a645f5324f5eeea20d092eeb6c2 (patch)
tree019398351bd70c7c0f2e11ba2a4b3f753167cfb0
parent0cd7cd611e6118b8dac31cf3c6861509f2b33c56 (diff)
Fix ffmpeg path on ARM docker image
-rw-r--r--CONTRIBUTORS.md1
-rw-r--r--Dockerfile.arm2
2 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index f195c125f..3d6023b82 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -128,6 +128,7 @@
- [xosdy](https://github.com/xosdy)
- [XVicarious](https://github.com/XVicarious)
- [YouKnowBlom](https://github.com/YouKnowBlom)
+ - [KristupasSavickas](https://github.com/KristupasSavickas)
# Emby Contributors
diff --git a/Dockerfile.arm b/Dockerfile.arm
index c5189d6aa..39beaa479 100644
--- a/Dockerfile.arm
+++ b/Dockerfile.arm
@@ -74,4 +74,4 @@ VOLUME /cache /config /media
ENTRYPOINT ["./jellyfin/jellyfin", \
"--datadir", "/config", \
"--cachedir", "/cache", \
- "--ffmpeg", "/usr/lib/jellyfin-ffmpeg"]
+ "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"]