changeset 33677:41061dfd72d4

configure: Add AS_O to config.mak for Libav/FFmpeg build.
author diego
date Tue, 28 Jun 2011 23:45:03 +0000
parents 3e5faa206324
children 02cc94c80367
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Jun 28 23:45:01 2011 +0000
+++ b/configure	Tue Jun 28 23:45:03 2011 +0000
@@ -8158,6 +8158,7 @@
 HOSTCC     = \$(HOST_CC)
 HOSTCFLAGS = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -O3
 HOSTLIBS   = -lm
+AS_O       = -o \$@
 CC_O       = -o \$@
 LD         = gcc
 RANLIB     = $_ranlib