mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
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:
parent
b32076dc34
commit
02fc07cfa9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue