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 3e07230 commit 627e545
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 @@ -44,7 +44,7 @@ RUN cd /usr/local/srs-cache && git clone https://github.com/ossrs/srs.git
# Setup the SRS trunk as workdir.
WORKDIR /usr/local/srs-cache/srs/trunk
RUN git checkout 5.0release && ./configure --jobs=${JOBS} --cross-build --cross-prefix=arm-linux-gnueabihf- && make -j${JOBS}
RUN git checkout develop && ./configure --jobs=${JOBS} --ffmpeg-opus=on --cross-build --cross-prefix=arm-linux-gnueabihf- && make -j${JOBS}
RUN git checkout develop && ./configure --jobs=${JOBS} --ffmpeg-opus=off --cross-build --cross-prefix=arm-linux-gnueabihf- && make -j${JOBS}
RUN du -sh /usr/local/srs-cache/srs/trunk/objs/*

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

0 comments on commit 627e545

Please sign in to comment.