On 3/15/21 1:20 PM, Hritik Vijay wrote:
Hello
I trying to work on the prerequisite tasks for GSoC this year. The codebase is
huge and I found the following line introduced in c21d6325ab0 on line 50.
if test "$BASH_VERSION" = '2.04.0(1)-release'; then
echo "This bash version ($BASH_VERSION) is broken on your platform."
echo "Upgrade to a later version if available."
fi
I'm not sure what is special about the bash version 2.04.0(1)-release. I guess
the script is trying to check if BASH_VERSION is preset although the try_exec
for bash failed. Should the version, in any case, be hard coded like this ?
From the terminal
Hritik Vijay
Sent with [ProtonMail](https://protonmail.com) Secure Email.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
This is the thread that caused that commit:
http://ffmpeg.org/pipermail/ffmpeg-devel/2006-October/017630.html
Sounds like someone had an issue with MinGW, and someone just committed
that to block it since it's broken (going through the release notes on
that version, looks like there were multiple things that it had problems
with).
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".