I'm trying to install ffmpeg via brew. It error I get with yasm is
"Error: You must `brew link pkg-config yasm' before ffmpeg can be installed"
When doing so I'm told that my permissions are insufficient.
"Linking /usr/local/Cellar/pkg-config/0.28... Warning: Could not link pkg-config. Unlinking... Error: Permission denied - /usr/local/share/doc"
The permissions are -rw-rw--- . I've tried unlinking yasm package and then redoing it with no luck. Any ideas?