From 1a265f029aa9be1bf3f72d1dcd9feafbf23a6298 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 7 Mar 2013 09:30:55 +0100 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4