mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54: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
|
fi
|
||||||
|
|
||||||
if test x"$AS" != x; then
|
if test x"$AS" != x; then
|
||||||
emblibav_configure_args="$emblibav_configure_args --as=\\\"\\\$AS\\\""
|
emblibav_configure_args="$emblibav_configure_args --as=\\\"\\\$CC\\\""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"$CC" != x; then
|
if test x"$CC" != x; then
|
||||||
|
|
Loading…
Reference in a new issue