diff options
| author | Ben Tucker | 2011-04-16 14:12:40 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-16 11:21:27 -0700 |
| commit | cb77a0e98251c3c969c027f0015e56b12e33763e (patch) | |
| tree | bcc3db268fc44bd50172883804a713e95e542602 /Library | |
| parent | d426c655281474f27887295f77aee7adfeff6da2 (diff) | |
| download | homebrew-cb77a0e98251c3c969c027f0015e56b12e33763e.tar.bz2 | |
mplayer: fixing patch HEAD
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mplayer.rb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb index 809c8c37d..638be628e 100644 --- a/Library/Formula/mplayer.rb +++ b/Library/Formula/mplayer.rb @@ -37,12 +37,12 @@ diff --git a/configure b/configure index ef60340..0b24e73 100755 --- a/configure +++ b/configure -@@ -48,8 +48,6 @@ if test -e ffmpeg/mp_auto_pull ; then - fi +@@ -48,8 +48,6 @@ + fi - 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" + 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" |
