Closed Argon- closed 12 years ago
Hello, at the moment my ffmpeg formula is really similar to the one in homebrew master.
To keep using homebrew's ffmpeg you will have to edit my mplayer2 formula from depends_on File.join(File.dirname(__FILE__), 'ffmpeg.rb') => :build
to depends_on 'ffmpeg'
.
I assume you already have some software installed that depends on homebrew's ffmpeg so that may be the only sane way to go about.
Works, thanks. :)
I tried compiling mplayer2 via
brew is right - I did not use the ffmpeg formula provided by you since I already installed the one in brew's main repo.
Is there some kind of incompatibility between them?