Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. change owner of brew to root, which is common for files in /usr/local directory ( opposed to either /home or /Users )
  2.  
  3. sudo chown root /usr/local/bin/brew
  4.  
  5. and/or add the admin group
  6. sudo chown root:admin /usr/local/bin/brew
  7.  
  8.  
  9. sudo brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-openssl --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools --with-x265 --with-faac --with-lame --with-x264 --with-xvid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement