We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f99b37 commit 5e6c71dCopy full SHA for 5e6c71d
cross_compile_ffmpeg.sh
@@ -1542,12 +1542,10 @@ build_zvbi() {
1542
}
1543
1544
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
+ 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
+ cd fribidi-1.0.9
1548
generic_configure "--disable-debug --disable-deprecated --disable-docs"
1549
do_make_and_make_install
1550
- cpu_count=$original_cpu_count
1551
cd ..
1552
1553
0 commit comments