Skip to content

Instantly share code, notes, and snippets.

@ohookins
Created September 28, 2012 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohookins/3801137 to your computer and use it in GitHub Desktop.
Save ohookins/3801137 to your computer and use it in GitHub Desktop.
mplayer homebrew build diff for latest release
diff --git a/configure b/configure
index bbfcd51..5734024 100755
--- a/configure
+++ b/configure
@@ -48,8 +48,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
rm -rf ffmpeg
echo "Failed to get a FFmpeg checkout"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment