mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
libavformat error
This commit is contained in:
parent
1086df67e0
commit
372c6bf8f4
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -34,6 +34,16 @@ brew install openssl
|
|||
brew link --force openssl
|
||||
```
|
||||
|
||||
If you get this error:
|
||||
``` sh
|
||||
"Couldn't find libavformat", do the following:
|
||||
|
||||
brew uninstall ffmpeg
|
||||
brew install ffmpeg --build-from-source
|
||||
./mach clean
|
||||
./mach build
|
||||
```
|
||||
|
||||
If you've already partially compiled servo but forgot to do this step, run ./mach clean, link openssl, and recompile.
|
||||
|
||||
On Debian-based Linuxes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue