mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 04:07:08 +00:00
Allow more gcc 3.x and 4.x versions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15379 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2d8c5b4142
commit
e04aa84720
2
configure
vendored
2
configure
vendored
@ -609,7 +609,7 @@ if test "$_skip_cc_check" != yes ; then
|
||||
cc_version="v. ?.??, bad"
|
||||
cc_verc_fail=yes
|
||||
;;
|
||||
2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9])
|
||||
2.95.[2-9]|2.95.[2-9][-.]*|[3-4].*)
|
||||
_cc_major=`echo $cc_version | cut -d '.' -f 1`
|
||||
_cc_minor=`echo $cc_version | cut -d '.' -f 2`
|
||||
_cc_mini=`echo $cc_version | cut -d '.' -f 3`
|
||||
|
Loading…
Reference in New Issue
Block a user