Skip to content

Commit 457b66a

Browse files
authoredJan 30, 2025
fix: use main srtla branch
1 parent 1593891 commit 457b66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN mkdir -p /build; \
1818

1919
# belabox patched srtla
2020
#
21-
ARG SRTLA_VERSION=irltk-fork
21+
ARG SRTLA_VERSION=main
2222
RUN mkdir -p /build; \
2323
git clone https://github.com/IRLServer/srtla.git /build/srtla; \
2424
cd /build/srtla; \
@@ -27,7 +27,7 @@ RUN mkdir -p /build; \
2727
cmake .; \
2828
make -j${nproc};
2929

30-
RUN cp /build/srtla/irltk_srtla_rec /usr/local/bin/srtla_rec
30+
RUN cp /build/srtla/srtla_rec /usr/local/bin/srtla_rec
3131
# I honestly don't know why this is needed after rebasing with mainstream SRT
3232
RUN cp /build/srt/srtcore/srt_compat.h /usr/local/include/srt/
3333

0 commit comments

Comments
 (0)