Changes between Version 16 and Version 17 of MacOSXCompilationGuide
- Timestamp:
- 12/12/2012 07:17:28 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacOSXCompilationGuide
v16 v17 18 18 ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go) 19 19 # install dependencies 20 brew install automake celt faac git lame libass libtool libvorbis libvpx \20 brew install automake celt faac fdk-aac git lame libass libtool libvorbis libvpx \ 21 21 libvo-aacenc opencore-amr openjpeg opus sdl schroedinger shtool speex texi2html \ 22 22 theora wget x264 xvid yasm 23 23 }}} 24 24 25 Install fdk-aac (atm. there is no recipe for it):26 {{{27 git clone git://opencore-amr.git.sourceforge.net/gitroot/opencore-amr/fdk-aac28 cd fdk-aac29 autoreconf -fvi30 ./configure --disable-shared31 make && make install32 cd ..33 }}}34 25 35 26 Install libaacplus (atm. there is no recipe for it):


