Can you help me?
I am trying to install ffmpeg using brew, but I cannot.
It seems that the dependencies have been successfully installed.
I am using Mac OSX 10.7.2 and Xcode 4.2.1.
I could not install ffmpeg.
I tried:
brew install ffmpeg brew install
And they all failed.
This is a results log.
$ brew install --use-clang ffmpeg ==> Downloading http://ffmpeg.org/releases/ffmpeg-0.9.1.tar.bz2 File already downloaded in /Users/brunogermano/Library/Caches/Homebrew ==> ./configure --prefix=/usr/local/Cellar/ffmpeg/0.9.1 --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-libfreetype --cc=/usr/bi ERROR: libmp3lame >= 3.98.3 not found If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list or IRC
This is the log of brew magazine:
$ brew doctor Unbrewed dylibs were found in /usr/local/lib. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted. Unexpected dylibs: /usr/local/lib/libavcodec.52.108.0.dylib /usr/local/lib/libavcore.0.16.1.dylib /usr/local/lib/libavdevice.52.2.3.dylib /usr/local/lib/libavfilter.1.74.0.dylib /usr/local/lib/libavformat.52.93.0.dylib /usr/local/lib/libavutil.50.36.0.dylib /usr/local/lib/libfaad.2.0.0.dylib /usr/local/lib/libguide.dylib /usr/local/lib/libmp3lame.0.0.0.dylib /usr/local/lib/libswscale.0.12.0.dylib Unbrewed static libraries were found in /usr/local/lib. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted. Unexpected static libraries: /usr/local/lib/libavcodec.a /usr/local/lib/libavcore.a /usr/local/lib/libavdevice.a /usr/local/lib/libavfilter.a /usr/local/lib/libavformat.a /usr/local/lib/libavutil.a /usr/local/lib/libfaad.a /usr/local/lib/libmp4ff.a /usr/local/lib/libswscale.a Unbrewed .pc files were found in /usr/local/lib/pkgconfig. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted. Unexpected .pc files: /usr/local/lib/pkgconfig/libavcodec.pc /usr/local/lib/pkgconfig/libavcore.pc /usr/local/lib/pkgconfig/libavdevice.pc /usr/local/lib/pkgconfig/libavfilter.pc /usr/local/lib/pkgconfig/libavformat.pc /usr/local/lib/pkgconfig/libavutil.pc /usr/local/lib/pkgconfig/libswscale.pc Unbrewed .la files were found in /usr/local/lib. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted. Unexpected .la files: /usr/local/lib/libfaad.la /usr/local/lib/libmp3lame.la We couldn't detect gcc 4.2.x. Some formulae require this compiler. NOTE: Versions of XCode newer than 4.2 don't include gcc 4.2.x. ==> /usr/bin occurs before /usr/local/bin This means that system-provided programs will be used instead of those provided by Homebrew. This is an issue if you eg. brew installed Python. Consider editing your .bashrc to put: /usr/local/bin ahead of /usr/bin in your PATH. Some brews install binaries to sbin instead of bin, but Homebrew's sbin was not found in your path. Consider editing your .bashrc to add: /usr/local/sbin to the PATH variable. Some "config" scripts were found in your path, but not in system or Homebrew folders. `./configure` scripts often look for *-config scripts to determine if software packages are installed, and what additional flags to use when compiling and linking. Having additional scripts in your path can confuse software installed via Homebrew if the config script overrides a system or Homebrew provided script of the same name. /Library/Frameworks/Python.framework/Versions/Current/bin python-config python2.5-config
Can anybody help me?
source share