Changes between Version 6 and Version 7 of CompilationGuide/MacOSX
- Timestamp:
- Mar 11, 2012, 4:22:47 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MacOSX
v6 v7 3 3 Some of the following dependencies can also be installed with [http://mxcl.github.com/homebrew/ homebrew] or [http://www.macports.org/ macports]. 4 4 5 '''Attention Lion 10.7 Users:''' Due to defects in the llvm-gcc compiler, static macros defined in FFmpeg will fail to be recognized, resulting in a fatal error. Use cc/clang instead of gcc when compiling on Lion .5 '''Attention Lion 10.7 Users:''' Due to defects in the llvm-gcc compiler, static macros defined in FFmpeg will fail to be recognized, resulting in a fatal error. Use cc/clang instead of gcc when compiling on Lion, i.e. {{{--cc=cc --cxx=c++}}} 6 6 7 7 == Dependencies ==
