mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 10:52:20 +00:00
configure: fix git domain check with out of tree build
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
db0087dc1d
commit
33f92a3ea2
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user