mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-01-23 02:14:30 +00:00
add openmax base packages and modify ownership logic to look for vchiq
This commit is contained in:
parent
9e9ad37c3a
commit
6d4ba8d69e
3 changed files with 7 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ RUN \
|
|||
jellyfin-ffmpeg \
|
||||
libfontconfig1 \
|
||||
libfreetype6 \
|
||||
libomxil-bellagio0 \
|
||||
libomxil-bellagio-bin \
|
||||
libssl1.0.0 && \
|
||||
echo "**** install jellyfin *****" && \
|
||||
if [ -z ${JELLYFIN_RELEASE+x} ]; then \
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@ RUN \
|
|||
jellyfin-ffmpeg \
|
||||
libfontconfig1 \
|
||||
libfreetype6 \
|
||||
libomxil-bellagio0 \
|
||||
libomxil-bellagio-bin \
|
||||
libraspberrypi0 \
|
||||
libssl1.0.0 && \
|
||||
echo "**** install jellyfin *****" && \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
|
||||
FILES=$(find /dev/dri /dev/dvb -type c -print 2>/dev/null)
|
||||
if [ -f "/dev/vchiq" ]; then
|
||||
FILES+=('/dev/vchiq')
|
||||
fi
|
||||
|
||||
for i in $FILES
|
||||
do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue