diff --git a/compile-ffmpeg.md b/compile-ffmpeg.md index 1066bf8..1e939e1 100644 --- a/compile-ffmpeg.md +++ b/compile-ffmpeg.md @@ -21,7 +21,7 @@ cd build ../configure --disable-static --enable-shared --enable-gpl --enable-libx264 --enable-nonfree make make install -#ln -s /usr/local/bin/ffmpeg /usr/bin/ffmpeg # Or add to PATH variable +#ln -s /usr/local/bin/ffmpeg /usr/bin/ffmpeg # Or add /usr/local/bin to PATH variable ``` ## Report abuse