We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f55a41 commit 2ed5130Copy full SHA for 2ed5130
Dockerfile
@@ -57,7 +57,7 @@ RUN cd ~/ffmpeg_sources && \
57
hg clone https://bitbucket.org/multicoreware/x265 && \
58
cd ~/ffmpeg_sources/x265/build/linux && \
59
PATH="$HOME/bin:$PATH" cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$HOME/ffmpeg_build" -DENABLE_SHARED:bool=off ../../source && \
60
- make && \
+ PATH="$HOME/bin:$PATH" make && \
61
make install
62
63
# Install libfdk_aac
@@ -123,9 +123,8 @@ RUN cd ~/ffmpeg_sources && \
123
--enable-libx264 \
124
--enable-libx265 \
125
--enable-nonfree && \
126
127
- make install && \
128
- hash -d ffmpeg
+ PATH="$HOME/bin:$PATH" make install
129
130
RUN cd $HOME/bin && \
131
find . ! -perm -o=r -exec chmod +400 {} \; && \
0 commit comments