Skip to content

Commit

Permalink
libvmaf: clamp to working version
Browse files Browse the repository at this point in the history
Likely what FFmpeg will clamp to as well, if they decide to declare vmaf as unstable.
  • Loading branch information
wiiaboo committed Jun 13, 2018
1 parent 99da258 commit 332df1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/media-suite_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ _check=(libvmaf.{a,h,pc})
if [[ $bits = 32bit ]]; then
do_removeOption --enable-libvmaf
elif [[ $ffmpeg != "no" ]] && enabled libvmaf &&
do_vcs "https://github.com/Netflix/vmaf.git"; then
do_vcs "https://github.com/Netflix/vmaf.git#tag=v1.3.5"; then
do_uninstall share/model "${_check[@]}"
log clean make clean
do_make INSTALL_PREFIX="$LOCALDESTDIR"
Expand Down

0 comments on commit 332df1e

Please sign in to comment.