Skip to content

Commit

Permalink
Fix ffmpeg configure check of libass failure due to libpng16.a missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vargol committed Feb 7, 2023
1 parent e53e637 commit ee3a71a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/build-libpng.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ make_compile () {
make install
checkStatus $? "installation of ${SOFTWARE} failed"

ln -s $3/lib/png16.a $3/lib/libpng16.a
checkStatus $? "linking libpng16.a failed"

}

build_main () {
Expand Down

0 comments on commit ee3a71a

Please sign in to comment.