Skip to content

Commit 5e6c71d

Browse files
Update fribidi to 1.0.9
1 parent 1f99b37 commit 5e6c71d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cross_compile_ffmpeg.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,12 +1542,10 @@ build_zvbi() {
15421542
}
15431543

15441544
build_fribidi() {
1545-
do_git_checkout https://github.com/fribidi/fribidi.git fribidi_git edb58d3fbd99726673b821f708a99182928bd452
1546-
cd fribidi_git
1547-
cpu_count=1 # needed apparently with git master
1545+
download_and_unpack_file https://github.com/fribidi/fribidi/releases/download/v1.0.9/fribidi-1.0.9.tar.xz # Get c2man errors building from repo
1546+
cd fribidi-1.0.9
15481547
generic_configure "--disable-debug --disable-deprecated --disable-docs"
15491548
do_make_and_make_install
1550-
cpu_count=$original_cpu_count
15511549
cd ..
15521550
}
15531551

0 commit comments

Comments
 (0)