Skip to content

Commit

Permalink
Enable ffmpeg opus.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Nov 16, 2023
1 parent a2d393a commit 1ae21f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ossrs/srs:ubuntu18
FROM ossrs/srs:ubuntu20-cache

ARG MAKEARGS
RUN echo "MAKEARGS: ${MAKEARGS}"
Expand All @@ -17,7 +17,7 @@ WORKDIR /srs/trunk

# Note that we must enable the gcc7 or link failed.
# Note that we must disable the build-cache, or it will failed, but donot know why.
RUN ./configure --srt=on --gb28181=on --srt=on --apm=on --h265=on --utest=on --ffmpeg-opus=off --build-cache=off
RUN ./configure --srt=on --gb28181=on --srt=on --apm=on --h265=on --utest=on --ffmpeg-opus=on --build-cache=off
RUN make utest ${MAKEARGS}

# Build benchmark tool.
Expand Down

0 comments on commit 1ae21f4

Please sign in to comment.