Skip to content

Commit

Permalink
Disable FFmpeg opus.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Nov 10, 2023
1 parent dcc2d8e commit 0c6655b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN scl enable devtoolset-7 -- ./configure --jobs=${JOBS} --sanitizer=off
RUN scl enable devtoolset-7 -- make -j${JOBS}
# Build SRS 6.0
RUN git checkout develop
RUN scl enable devtoolset-7 -- ./configure --jobs=${JOBS} --sanitizer=off --ffmpeg-opus=on
RUN scl enable devtoolset-7 -- ./configure --jobs=${JOBS} --sanitizer=off --ffmpeg-opus=off
RUN scl enable devtoolset-7 -- make -j${JOBS}

#------------------------------------------------------------------------------------
Expand Down

0 comments on commit 0c6655b

Please sign in to comment.