I have an error when install FFMPEG through homebrew on OS X Mavericks running this command brew install ffmpeg
:
Error: ffmpeg dependency x264 was built with the following
C++ standard library: libstdc++ (from clang)
This is incompatible with the standard library being used
to build ffmpeg: libc++ (from clang)
Please reinstall x264 using a compatible compiler.
hint: Check https://github.com/mxcl/homebrew/wiki/C++-Standard-Libraries
The complete history is : I has installed FFMPEG on Mountain Lion (that worked fine), but when upgrade it to Mavericks, FFMPEG fails to create an video in my Ruby on Rails app : Ruby on Rails : FFMPEG fails after upgrade Mountain Lion to Mavericks
Some idea or recommendation??
Thank you very much!