Skip to content
Snippets Groups Projects
Commit 1a265f02 authored by Sebastian Dröge's avatar Sebastian Dröge
Browse files

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
parent e767f84b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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