1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-19 18:05:21 +00:00

CFLAGS thing bugfixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@701 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-05-05 15:37:11 +00:00
parent 1e768c6842
commit 63476915e5

4
configure vendored
View File

@ -803,8 +803,8 @@ if [ $_png = yes ]; then
fi
# Checking for CFLAGS
if test "$CFLAGS" = ""; then
CFLAGS=-O4 -march=$proc -mcpu=$proc -pipe -ffast-math
if [ "$CFLAGS" = "" ]; then
CFLAGS="-O4 -march=$proc -mcpu=$proc -pipe -ffast-math"
fi
echo