Skip to content

Commit

Permalink
Use 6.1.1 in activate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Mar 25, 2024
1 parent fde8f2c commit 2f0223e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f0223e

Please sign in to comment.