added new packages to FFMPEG

This commit is contained in:
Nathaniel Landau
2015-05-04 08:22:51 -04:00
parent ef188a6de3
commit 62d0e09f4e

View File

@@ -153,7 +153,7 @@ install-ffmpeg () {
if type_not_exists 'ffmpeg'; then if type_not_exists 'ffmpeg'; then
seek_confirmation "Install ffmpeg?" seek_confirmation "Install ffmpeg?"
if is_confirmed; then if is_confirmed; then
brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-libcaca --with-libass --with-frei0r --with-libquvi --with-libvidstab --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-openssl --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools --with-x265 brew install ffmpeg --with-faac --with-fdk-aac --with-ffplay --with-fontconfig --with-freetype --with-libcaca --with-libass --with-frei0r --with-libass --with-libbluray --with-libcaca --with-libquvi --with-libvidstab --with-libsoxr --with-libssh --with-libvo-aacenc --with-libvidstab --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-openssl --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools --with-webp --with-x265
fi fi
fi fi
} }