Skip to content

Commit

Permalink
Upgrade srt to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jun 19, 2024
1 parent 817ae6c commit 26be8e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile.base3
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ RUN which cmake && cmake --version

# Cost: 502.5s
# The libsrt for SRS, which depends on openssl and cmake.
ADD srt-1.4.1.tar.gz /tmp
RUN cd /tmp/srt-1.4.1 && \
# Or use cmake if you like:
# mkdir -p build && cd build && cmake .. -DENABLE_SHARED=OFF -DENABLE_STATIC=ON -DENABLE_APPS=OFF -DENABLE_CXX11=OFF
ADD srt-1.5.3.tar.gz /tmp
RUN cd /tmp/srt-1.5.3 && \
./configure --enable-shared=0 --enable-static --disable-app --enable-c++11=0 && \
make -j${JOBS} && make install

Expand Down
Binary file added srt-1.5.3.tar.gz
Binary file not shown.

0 comments on commit 26be8e4

Please sign in to comment.