Revert "configure: Set the assembler used for libav to $CC"

This reverts commit 1a265f029a.

It also makes it impossible to pass something other than $CC
as the assembler. People should adjust the passed AS variable
if they need something different.
This commit is contained in:
Jan Schmidt 2017-04-21 11:50:17 +10:00
parent b32076dc34
commit 02fc07cfa9

View file

@ -407,7 +407,7 @@ else
fi
if test x"$AS" != x; then
emblibav_configure_args="$emblibav_configure_args --as=\\\"\\\$CC\\\""
emblibav_configure_args="$emblibav_configure_args --as=\\\"\\\$AS\\\""
fi
if test x"$CC" != x; then