Skip to content

Commit

Permalink
fix: use main srtla branch
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutt authored Jan 30, 2025
1 parent 1593891 commit 457b66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN mkdir -p /build; \

# belabox patched srtla
#
ARG SRTLA_VERSION=irltk-fork
ARG SRTLA_VERSION=main
RUN mkdir -p /build; \
git clone https://github.com/IRLServer/srtla.git /build/srtla; \
cd /build/srtla; \
Expand All @@ -27,7 +27,7 @@ RUN mkdir -p /build; \
cmake .; \
make -j${nproc};

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

Expand Down

0 comments on commit 457b66a

Please sign in to comment.