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 b1cb29a commit 5609b1f
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 @@ -54,7 +54,7 @@ RUN cd /usr/local/srs-cache && git clone https://github.com/ossrs/srs.git
WORKDIR /usr/local/srs-cache/srs/trunk
RUN if [[ $TARGETARCH != 'arm' && $TARGETARCH != 'arm64' ]]; then \
git checkout 5.0release && ./configure --jobs=${JOBS} --cross-build --cross-prefix=arm-linux-gnueabihf- && make -j${JOBS} && \
git checkout develop && ./configure --jobs=${JOBS} --ffmpeg-opus=on --cross-build --cross-prefix=arm-linux-gnueabihf- && make -j${JOBS}; \
git checkout develop && ./configure --jobs=${JOBS} --ffmpeg-opus=off --cross-build --cross-prefix=arm-linux-gnueabihf- && make -j${JOBS}; \
fi
RUN du -sh /usr/local/srs-cache/srs/trunk/objs/*

Expand Down

0 comments on commit 5609b1f

Please sign in to comment.