From 62d0e09f4e3a0f283dc86d092f1e134884a174ba Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Mon, 4 May 2015 08:22:51 -0400 Subject: [PATCH] added new packages to FFMPEG --- setupScripts/homebrew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupScripts/homebrew.sh b/setupScripts/homebrew.sh index 782a139..66098fc 100755 --- a/setupScripts/homebrew.sh +++ b/setupScripts/homebrew.sh @@ -153,7 +153,7 @@ install-ffmpeg () { if type_not_exists 'ffmpeg'; then seek_confirmation "Install ffmpeg?" 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 }