diff options
| author | Misty De Meo | 2011-10-27 16:25:47 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-11-03 22:42:06 -0500 |
| commit | a08c66ff2eb55d79ea1456384aa48b69098050a8 (patch) | |
| tree | 2938a89880dad5006957dcdebd087c1f35474e49 /Library/Formula | |
| parent | b28daacd25c4270e02c8ec5c1926b695771f315e (diff) | |
| download | homebrew-a08c66ff2eb55d79ea1456384aa48b69098050a8.tar.bz2 | |
mplayer: fails with llvm
Closes #8330.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mplayer.rb | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb index 127877d5e..a1203e5d6 100644 --- a/Library/Formula/mplayer.rb +++ b/Library/Formula/mplayer.rb @@ -10,6 +10,8 @@ class Mplayer < Formula depends_on 'pkg-config' => :build depends_on 'yasm' => :build + fails_with_llvm "Missing symbols error while linking" + def patches # When building from SVN HEAD, configure prompts the user to pull FFmpeg # from git. Don't do that. @@ -26,7 +28,6 @@ class Mplayer < Formula # * https://github.com/mxcl/homebrew/issues/622 # * http://trac.macports.org/browser/trunk/dports/multimedia/mplayer-devel/Portfile # (B) Any kind of optimisation breaks the build - ENV.gcc_4_2 ENV['CFLAGS'] = '' ENV['CXXFLAGS'] = '' @@ -40,15 +41,15 @@ end __END__ diff --git a/configure b/configure -index ef60340..0b24e73 100755 +index bbfcd51..5734024 100755 --- a/configure +++ b/configure -@@ -48,8 +48,6 @@ - fi +@@ -48,8 +48,6 @@ if test -e ffmpeg/mp_auto_pull ; then + fi - if ! test -e ffmpeg ; then + if ! test -e ffmpeg ; then - echo "No FFmpeg checkout, press enter to download one with git or CTRL+C to abort" - read tmp if ! git clone --depth 1 git://git.videolan.org/ffmpeg.git ffmpeg ; then - rm -rf ffmpeg - echo "Failed to get a FFmpeg checkout" + rm -rf ffmpeg + echo "Failed to get a FFmpeg checkout" |
