Update compile-ffmpeg.md

This commit is contained in:
Namhyeon Go 2024-05-11 21:34:53 +09:00 committed by GitHub
parent 20c2359eff
commit 1f86ecc27b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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