mirror of
https://github.com/mpv-player/mpv
synced 2024-12-29 18:42:09 +00:00
Fix compilation with gcc 2.95.3 (with --disable-ass).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31105 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3517a9b72b
commit
992e2d666f
6
configure
vendored
6
configure
vendored
@ -1673,6 +1673,12 @@ elif x86; then
|
|||||||
_cpuinfo="./cpuinfo$_exesuf"
|
_cpuinfo="./cpuinfo$_exesuf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$cc_vendor" = "gnu" ] && [ "$_cc_major" = 2 ] ; then
|
||||||
|
test $_sse = auto && _sse=no
|
||||||
|
test $_win32dll = auto && _win32dll=no
|
||||||
|
ass_internal=no
|
||||||
|
fi
|
||||||
|
|
||||||
if x86 ; then
|
if x86 ; then
|
||||||
# gather more CPU information
|
# gather more CPU information
|
||||||
pname=$($_cpuinfo | grep 'model name' | cut -d ':' -f 2 | head -n 1)
|
pname=$($_cpuinfo | grep 'model name' | cut -d ':' -f 2 | head -n 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user