このコマンドを実行している OS X Mavericks に自作で FFMPEG をインストールすると、エラーが発生します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
完全な履歴は次のとおりです。FFMPEG を Mountain Lion にインストールしました (正常に動作しました)が、Mavericks にアップグレードすると、Ruby on Rails アプリで FFMPEG がビデオの作成に失敗します: Ruby on Rails: Mountain Lion を Mavericks にアップグレードした後、FFMPEG が失敗します
いくつかのアイデアや推奨事項??
どうもありがとうございました!