Skip to content

Commit

Permalink
xavs: add biswa's patch
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Degawa <ccom@randomderp.com>
  • Loading branch information
1480c1 committed Apr 14, 2023
1 parent bf921bd commit 5782d72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/media-suite_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,8 @@ fi
_check=(libxavs.a xavs.{h,pc})
if [[ $ffmpeg != no ]] && enabled libxavs && do_pkgConfig "xavs = 0.1." "0.1" &&
do_vcs "$SOURCE_REPO_XAVS"; then
do_patch "https://github.com/Distrotech/xavs/pull/1.patch"
do_patch "https://github.com/Distrotech/xavs/pull/1.patch" am
do_patch "https://raw.githubusercontent.com/m-ab-s/mabs-patches/master/xavs2/0001-encoder-cast-function-pointer-type.patch" am
[[ -f libxavs.a ]] && log "distclean" make distclean
do_uninstall "${_check[@]}"
sed -i 's|"NUL"|"/dev/null"|g' configure
Expand Down

0 comments on commit 5782d72

Please sign in to comment.