We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1593891 commit 457b66aCopy full SHA for 457b66a
Dockerfile
@@ -18,7 +18,7 @@ RUN mkdir -p /build; \
18
19
# belabox patched srtla
20
#
21
-ARG SRTLA_VERSION=irltk-fork
+ARG SRTLA_VERSION=main
22
RUN mkdir -p /build; \
23
git clone https://github.com/IRLServer/srtla.git /build/srtla; \
24
cd /build/srtla; \
@@ -27,7 +27,7 @@ RUN mkdir -p /build; \
27
cmake .; \
28
make -j${nproc};
29
30
-RUN cp /build/srtla/irltk_srtla_rec /usr/local/bin/srtla_rec
+RUN cp /build/srtla/srtla_rec /usr/local/bin/srtla_rec
31
# I honestly don't know why this is needed after rebasing with mainstream SRT
32
RUN cp /build/srt/srtcore/srt_compat.h /usr/local/include/srt/
33
0 commit comments