File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN cd ~/ffmpeg_sources && \
5757 hg clone https://bitbucket.org/multicoreware/x265 && \
5858 cd ~/ffmpeg_sources/x265/build/linux && \
5959 PATH="$HOME/bin:$PATH" cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$HOME/ffmpeg_build" -DENABLE_SHARED:bool=off ../../source && \
60- make && \
60+ PATH= "$HOME/bin:$PATH" make && \
6161 make install
6262
6363# Install libfdk_aac
@@ -123,9 +123,8 @@ RUN cd ~/ffmpeg_sources && \
123123 --enable-libx264 \
124124 --enable-libx265 \
125125 --enable-nonfree && \
126- make && \
127- make install && \
128- hash -d ffmpeg
126+ PATH="$HOME/bin:$PATH" make && \
127+ PATH="$HOME/bin:$PATH" make install
129128
130129RUN cd $HOME/bin && \
131130 find . ! -perm -o=r -exec chmod +400 {} \; && \
You can’t perform that action at this time.
0 commit comments