Skip to content

Commit 516e07f

Browse files
committed
Use ffmpeg 7.1 as build default
1 parent 340ed1c commit 516e07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/activate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [[ ! "$PYAV_LIBRARY" ]]; then
1717
return 1
1818
fi
1919
else
20-
PYAV_LIBRARY=ffmpeg-7.0.2
20+
PYAV_LIBRARY=ffmpeg-7.1
2121
echo "No \$PYAV_LIBRARY set; defaulting to $PYAV_LIBRARY"
2222
fi
2323
fi

0 commit comments

Comments
 (0)