Update compile-ffmpeg.md

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

View File

@ -21,6 +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
```
## Report abuse