summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-07 09:30:55 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-07 09:30:55 +0100
commit1a265f029aa9be1bf3f72d1dcd9feafbf23a6298 (patch)
tree2b6b6410b3a9ae8e926a0168be0984a7d1c5e680
parente767f84bfab5b34a65ee434a770bc37a9dd1e347 (diff)
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
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 846ed5d..2fe3f84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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