aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mplayer.rb
diff options
context:
space:
mode:
authorJoseph C2012-10-16 16:04:23 -0500
committerAdam Vandenberg2012-10-23 13:24:41 -0700
commitea5b83e193e14f213ebb1608e283dddc17ae1af9 (patch)
tree5fe4d9921e94881cd7b84568d37790d179610c2a /Library/Formula/mplayer.rb
parentfa1424f5bcb3fba1765b691d62f966d73964c4ad (diff)
downloadhomebrew-ea5b83e193e14f213ebb1608e283dddc17ae1af9.tar.bz2
mplayer: Update 'configure' patch
Closes #15494. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/mplayer.rb')
-rw-r--r--Library/Formula/mplayer.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb
index e5119d906..d5e63d054 100644
--- a/Library/Formula/mplayer.rb
+++ b/Library/Formula/mplayer.rb
@@ -62,15 +62,15 @@ end
__END__
diff --git a/configure b/configure
-index bbfcd51..5734024 100755
+index a1fba5f..5deaa80 100755
--- a/configure
+++ b/configure
-@@ -48,8 +48,6 @@ if test -e ffmpeg/mp_auto_pull ; then
+@@ -49,8 +49,6 @@ if test -e ffmpeg/mp_auto_pull ; then
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
+ if ! git clone --depth 1 git://source.ffmpeg.org/ffmpeg.git ffmpeg ; then
rm -rf ffmpeg
echo "Failed to get a FFmpeg checkout"