Skip to content

Commit bec5179

Browse files
committed
fix 444 decoding and Nvidia frames on chromium clients, force software decoding
1 parent 095609b commit bec5179

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f a45c38a65e500189d494d6042a055449fc8bd256
19+
git checkout -f 3158c606ac452f36da87ceb3db6e9602c9179662
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -231,7 +231,7 @@ RUN \
231231
echo "**** install selkies ****" && \
232232
curl -o \
233233
/tmp/selkies.tar.gz -L \
234-
"https://github.com/selkies-project/selkies/archive/a45c38a65e500189d494d6042a055449fc8bd256.tar.gz" && \
234+
"https://github.com/selkies-project/selkies/archive/3158c606ac452f36da87ceb3db6e9602c9179662.tar.gz" && \
235235
cd /tmp && \
236236
tar xf selkies.tar.gz && \
237237
cd selkies-* && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f a45c38a65e500189d494d6042a055449fc8bd256
19+
git checkout -f 3158c606ac452f36da87ceb3db6e9602c9179662
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -228,7 +228,7 @@ RUN \
228228
echo "**** install selkies ****" && \
229229
curl -o \
230230
/tmp/selkies.tar.gz -L \
231-
"https://github.com/selkies-project/selkies/archive/a45c38a65e500189d494d6042a055449fc8bd256.tar.gz" && \
231+
"https://github.com/selkies-project/selkies/archive/3158c606ac452f36da87ceb3db6e9602c9179662.tar.gz" && \
232232
cd /tmp && \
233233
tar xf selkies.tar.gz && \
234234
cd selkies-* && \

0 commit comments

Comments
 (0)