summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAttila Nagy <attilanagy@google.com>2011-01-20 14:46:57 +0200
committerAttila Nagy <attilanagy@google.com>2011-01-20 17:59:27 +0200
commit419553258d0839f1ac629b67b8c4520195705429 (patch)
tree0fbc4bc51ca4b11b9388bf10411f765d3444294c /configure
parent815e1e9fe4ede2bc8e0e9b58cc58f84822a02f89 (diff)
downloadlibvpx-419553258d0839f1ac629b67b8c4520195705429.tar.gz
Update configure scripts
Add --extra-cflags as config parameter for user defined extra CFLAGS. Add -g to asflags when debug enabled for arm targets. Change-Id: Ibdde7cfdda6736c1c1db45e6466bd08504a51f15
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5a502ae33..cb568d7aa 100755
--- a/configure
+++ b/configure
@@ -300,7 +300,7 @@ process_cmdline() {
optval="${opt#*=}"
case "$opt" in
--disable-codecs) for c in ${CODECS}; do disable $c; done ;;
- *) process_common_cmdline $opt
+ *) process_common_cmdline "$opt"
;;
esac
done