[FFmpeg-cvslog] configure: fix git domain check with out of tree build

jamal git at videolan.org
Thu Sep 20 12:57:59 CEST 2012


ffmpeg | branch: master | jamal <jamrial at gmail.com> | Thu Sep 20 12:53:30 2012 +0200| [33f92a3ea297d7aa80613059aaf73053f5d23ad9] | committer: Michael Niedermayer

configure: fix git domain check with out of tree build

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33f92a3ea297d7aa80613059aaf73053f5d23ad9
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index c238e56..f0d8379 100755
--- a/configure
+++ b/configure
@@ -4376,7 +4376,7 @@ pkgconfig_generate libswresample "FFmpeg audio rescaling library" "$LIBSWRESAMPL
 fix_ffmpeg_remote(){
     git_remote_from=$1
     git_remote_to=$2
-    fixme_remote=$(git remote -v | grep $git_remote_from | cut -f 1 | sort | uniq)
+    fixme_remote=$(git --git-dir=$source_path/.git --work-tree=$source_path remote -v | grep $git_remote_from | cut -f 1 | sort | uniq)
     if [ "$fixme_remote" != "" ]; then
         echolog "
 Outdated domain in git config, the official domain for ffmpeg git is since



More information about the ffmpeg-cvslog mailing list