mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
Apply suggestions from code review
Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
@@ -195,9 +195,10 @@ popd
|
||||
popd
|
||||
|
||||
# HARFBUZZ
|
||||
harfbuzz_commit="bc90b29b37fe3809f9e48aa7be08fbf2208e481a"
|
||||
git clone https://github.com/harfbuzz/harfbuzz.git
|
||||
pushd harfbuzz
|
||||
git checkout bc90b29b37fe3809f9e48aa7be08fbf2208e481a
|
||||
git checkout ${harfbuzz_commit}
|
||||
./autogen.sh \
|
||||
--prefix=${FF_DEPS_PREFIX} \
|
||||
--host=${FF_TOOLCHAIN} \
|
||||
|
||||
Reference in New Issue
Block a user