mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
configure: Set the assembler used for libav to $CC
libav assumes that it's not just an assembler but something that can also handle CPPFLAGS and other things. https://bugzilla.gnome.org/show_bug.cgi?id=694416
This commit is contained in:
parent
e767f84bfa
commit
1a265f029a
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ else
|
|||
fi
|
||||
|
||||
if test x"$AS" != x; then
|
||||
emblibav_configure_args="$emblibav_configure_args --as=\\\"\\\$AS\\\""
|
||||
emblibav_configure_args="$emblibav_configure_args --as=\\\"\\\$CC\\\""
|
||||
fi
|
||||
|
||||
if test x"$CC" != x; then
|
||||
|
|
Loading…
Reference in a new issue