Skip to content

Commit f12e803

Browse files
committed
local git repo move to build dir
1 parent 4b619c5 commit f12e803

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

init-cfgs/bluray

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else
2222
export GIT_UPSTREAM=https://code.videolan.org/videolan/libbluray.git
2323
fi
2424

25-
export GIT_LOCAL_REPO=extra/bluray
25+
export GIT_LOCAL_REPO=build/extra/bluray
2626
export GIT_COMMIT=1.3.1
2727
export GIT_WITH_SUBMODULE=1
2828
export REPO_DIR=bluray

init-cfgs/dav1d

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else
2222
export GIT_UPSTREAM=https://code.videolan.org/videolan/dav1d.git
2323
fi
2424

25-
export GIT_LOCAL_REPO=extra/dav1d
25+
export GIT_LOCAL_REPO=build/extra/dav1d
2626
export GIT_COMMIT=1.2.0
2727
export GIT_WITH_SUBMODULE=0
2828
export REPO_DIR=dav1d

init-cfgs/ffmpeg

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ else
2828
export GIT_COMMIT=origin/release/5.1 #0028275216
2929
fi
3030

31-
export GIT_LOCAL_REPO=extra/ffmpeg
31+
export GIT_LOCAL_REPO=build/extra/ffmpeg
3232
export REPO_DIR=ffmpeg

init-cfgs/libyuv

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ else
2323
export GIT_UPSTREAM=https://github.com/lemenkov/libyuv.git
2424
fi
2525

26-
export GIT_LOCAL_REPO=extra/libyuv
26+
export GIT_LOCAL_REPO=build/extra/libyuv
2727
export GIT_COMMIT=main
2828
export REPO_DIR=libyuv

init-cfgs/openssl

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ else
2323
export GIT_UPSTREAM=https://github.com/openssl/openssl.git
2424
fi
2525

26-
export GIT_LOCAL_REPO=extra/openssl
26+
export GIT_LOCAL_REPO=build/extra/openssl
2727
export GIT_COMMIT=OpenSSL_1_1_1u
2828
export REPO_DIR=openssl

init-cfgs/opus

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ else
2222
export GIT_UPSTREAM=https://gitlab.xiph.org/xiph/opus.git
2323
fi
2424

25-
export GIT_LOCAL_REPO=extra/opus
25+
export GIT_LOCAL_REPO=build/extra/opus
2626
export GIT_COMMIT=v1.3.1
2727
export REPO_DIR=opus

0 commit comments

Comments
 (0)