| Index: source/libvpx/build/make/configure.sh
|
| diff --git a/source/libvpx/build/make/configure.sh b/source/libvpx/build/make/configure.sh
|
| index 688fa12c52a36357f0baf1c5d5421a9a1b71ac4e..907b47318de1301e32048da5626e515dea33786e 100755
|
| --- a/source/libvpx/build/make/configure.sh
|
| +++ b/source/libvpx/build/make/configure.sh
|
| @@ -1323,12 +1323,6 @@ EOF
|
| add_cflags -D_LARGEFILE_SOURCE
|
| add_cflags -D_FILE_OFFSET_BITS=64
|
| fi
|
| -
|
| - # append any user defined extra cflags
|
| - if [ -n "${extra_cflags}" ] ; then
|
| - check_add_cflags ${extra_cflags} || \
|
| - die "Requested extra CFLAGS '${extra_cflags}' not supported by compiler"
|
| - fi
|
| }
|
|
|
| process_toolchain() {
|
|
|