1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01:00

Configure needs AS to be set for the Makefiles.

Note that this may not be a pure assembler (i.e. AS=as is wrong), it must be
a gcc-compatible assembler with preprocessor (e.g. AS=gcc).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29344 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-06-02 18:37:31 +00:00
parent 570d0b83bd
commit 166ffef96b

1
configure vendored
View File

@ -8124,6 +8124,7 @@ MANDIR = \$(DESTDIR)$_mandir
CONFDIR = \$(DESTDIR)$_confdir
AR = $_ar
AS = $_cc
CC = $_cc
CXX = $_cc
HOST_CC = $_host_cc