diff options
author | Attila Nagy <attilanagy@google.com> | 2011-01-20 14:46:57 +0200 |
---|---|---|
committer | Attila Nagy <attilanagy@google.com> | 2011-01-20 17:59:27 +0200 |
commit | 419553258d0839f1ac629b67b8c4520195705429 (patch) | |
tree | 0fbc4bc51ca4b11b9388bf10411f765d3444294c /configure | |
parent | 815e1e9fe4ede2bc8e0e9b58cc58f84822a02f89 (diff) | |
download | libvpx-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |