From: Sebastian Dröge Date: Thu, 7 Mar 2013 08:30:55 +0000 (+0100) Subject: configure: Set the assembler used for libav to $CC X-Git-Tag: 1.1.1~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a265f029aa9be1bf3f72d1dcd9feafbf23a6298;p=platform%2Fupstream%2Fgst-libav.git 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 --- 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