Skip to content
Snippets Groups Projects
Commit 02fc07cf authored by Jan Schmidt's avatar Jan Schmidt
Browse files

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

This reverts commit 1a265f02.

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.
parent b32076dc
No related branches found
No related tags found
No related merge requests found
...@@ -407,7 +407,7 @@ else ...@@ -407,7 +407,7 @@ else
fi fi
if test x"$AS" != x; then if test x"$AS" != x; then
emblibav_configure_args="$emblibav_configure_args --as=\\\"\\\$CC\\\"" emblibav_configure_args="$emblibav_configure_args --as=\\\"\\\$AS\\\""
fi fi
if test x"$CC" != x; then if test x"$CC" != x; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment