summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2017-04-21 11:50:17 +1000
committerJan Schmidt <jan@centricular.com>2017-04-21 20:54:20 +1000
commit02fc07cfa99d03888bf25f1684abff9d073b3d37 (patch)
tree8398e419767d6949e12ad601400db32efcbd0e39
parentb32076dc34d81d8400aebc2bf7c2558fd63e336e (diff)
downloadgst-libav-02fc07cfa99d03888bf25f1684abff9d073b3d37.tar.gz
Revert "configure: Set the assembler used for libav to $CC"
This reverts commit 1a265f029aa9be1bf3f72d1dcd9feafbf23a6298. It also makes it impossible to pass something other than $CC as the assembler. People should adjust the passed AS variable if they need something different.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f0b807f..691e16d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -407,7 +407,7 @@ else
fi
if test x"$AS" != x; then
- emblibav_configure_args="$emblibav_configure_args --as=\\\"\\\$CC\\\""
+ emblibav_configure_args="$emblibav_configure_args --as=\\\"\\\$AS\\\""
fi
if test x"$CC" != x; then