mirror of
https://github.com/mpv-player/mpv
synced 2025-03-04 05:07:51 +00:00
Arghhhh, again ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1022 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
460fac7462
commit
6edb3b5ead
8
configure
vendored
8
configure
vendored
@ -473,7 +473,7 @@ fi
|
|||||||
if [ "$proc" = "error" ]; then
|
if [ "$proc" = "error" ]; then
|
||||||
echo
|
echo
|
||||||
echo "Your gcc does not support even \"i386\" for '-march' and '-mcpu'." >&2
|
echo "Your gcc does not support even \"i386\" for '-march' and '-mcpu'." >&2
|
||||||
rm -f $TMPC $TMPO
|
rm -f $TMPC $TMPO $TMPS
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
#echo "DONE (${proc})."
|
#echo "DONE (${proc})."
|
||||||
@ -482,7 +482,7 @@ fi
|
|||||||
$_cc $TMPC -o $TMPO -lvgagl -lvga &> /dev/null && _svga=yes
|
$_cc $TMPC -o $TMPO -lvgagl -lvga &> /dev/null && _svga=yes
|
||||||
|
|
||||||
$_cc $TMPC -o $TMPO -lpthread &> /dev/null || \
|
$_cc $TMPC -o $TMPO -lpthread &> /dev/null || \
|
||||||
{ echo "Lib pthread not found."; rm -f $TMPC $TMPO ; exit 1; }
|
{ echo "Lib pthread not found."; rm -f $TMPC $TMPO $TMPS ; exit 1; }
|
||||||
|
|
||||||
# Atmosfear: added SDL versioncheck and autodetect; removed warnings.
|
# Atmosfear: added SDL versioncheck and autodetect; removed warnings.
|
||||||
_sdl=no
|
_sdl=no
|
||||||
@ -861,6 +861,7 @@ if test "$as_verc_fail" != "yes"; then
|
|||||||
else
|
else
|
||||||
echo "failed"
|
echo "failed"
|
||||||
echo "Please upgrade binutils..." # to which version? - Atmos
|
echo "Please upgrade binutils..." # to which version? - Atmos
|
||||||
|
rm -f $TMPS $TMPO $TMPC
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -1445,3 +1446,6 @@ else
|
|||||||
echo "Ok, Win32 codecs directory at $_win32libdir already exists."
|
echo "Ok, Win32 codecs directory at $_win32libdir already exists."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Last move:
|
||||||
|
|
||||||
|
rm -f $TMPO $TMPC $TMPS
|
||||||
|
Loading…
Reference in New Issue
Block a user