diff --git a/scripts/activate.sh b/scripts/activate.sh index 167266549..21eb76488 100755 --- a/scripts/activate.sh +++ b/scripts/activate.sh @@ -14,7 +14,7 @@ if [[ ! "$PYAV_LIBRARY" ]]; then if [[ "$1" ]]; then PYAV_LIBRARY="$1" else - PYAV_LIBRARY=ffmpeg-6.0 + PYAV_LIBRARY=ffmpeg-6.1.1 echo "No \$PYAV_LIBRARY set; defaulting to $PYAV_LIBRARY" fi fi