configure: Set the assembler used for libav to $CC
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 7 Mar 2013 08:30:55 +0000 (09:30 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 7 Mar 2013 08:30:55 +0000 (09:30 +0100)
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

index 846ed5d..2fe3f84 100644 (file)
@@ -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