From a20fa4f39c93f866b2ad49825a5420e5240cd5ec Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 20 Jan 2010 20:16:48 +0200 Subject: [PATCH] Add an explict warning against using --prefix in common_options Several users broke their build by doing that. --- init | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init b/init index e6efa13..334f721 100755 --- a/init +++ b/init @@ -28,6 +28,12 @@ ffmpeg_options = \ common_options = \ """# You can place options common for both MPlayer and FFmpeg configure in # this file. This mainly makes sense for generic things like --cc. +# +# NOTE: Several people used --prefix here for some reason. Don't do that! +# The internal FFmpeg library created during the build is installed under +# the build tree by default and should not be placed anywhere else! +# If you want to specify a custom location for the final install that +# should be done in mplayer_options. """ + option_helptext -- 2.11.4.GIT