Skip to content

Commit

Permalink
go to ffmpeg n6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Dec 2, 2023
1 parent dc12d68 commit 4bc49b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN git clone https://code.videolan.org/videolan/x264.git && \
# Clone and build FFMpeg & OpenCV

RUN git clone https://github.com/FFmpeg/FFmpeg && \
cd FFmpeg && git checkout n5.0.1 && \
cd FFmpeg && git checkout n6.0.1 && \
./configure --prefix=/usr/local --target-os=linux --enable-nonfree \
--extra-ldflags="-latomic" \
--enable-avfilter \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-armv6
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN git clone https://code.videolan.org/videolan/x264.git && \
# Clone and build FFMpeg & OpenCV

RUN git clone https://github.com/FFmpeg/FFmpeg && \
cd FFmpeg && git checkout n5.0.1 && \
cd FFmpeg && git checkout n6.0.1 && \
./configure --prefix=/usr/local --target-os=linux --enable-nonfree \
--extra-ldflags="-latomic" \
--enable-avfilter \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-armv7
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN git clone https://code.videolan.org/videolan/x264.git && \
# Clone and build FFMpeg & OpenCV

RUN git clone https://github.com/FFmpeg/FFmpeg && \
cd FFmpeg && git checkout n5.0.1 && \
cd FFmpeg && git checkout n6.0.1 && \
./configure --prefix=/usr/local --target-os=linux --enable-nonfree \
--extra-ldflags="-latomic" \
--enable-avfilter \
Expand Down

0 comments on commit 4bc49b5

Please sign in to comment.