Browse Source

Merge commit '604abd025dac4cc73a2f6b0c000c3695c16fb000'

* commit '604abd025dac4cc73a2f6b0c000c3695c16fb000':
  configure: Provide an option to override the environment

Conflicts:
	configure

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
Michael Niedermayer 10 years ago
parent
commit
f939bf58b2
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      configure

+ 6
- 0
configure View File

@@ -328,6 +328,7 @@ Toolchain options:
--enable-pic build position-independent code
--enable-thumb compile for Thumb instruction set
--enable-lto use link-time optimization
--env="ENV=override" override the environment variables

Advanced options (experts only):
--malloc-prefix=PREFIX prefix malloc and related names with PREFIX
@@ -1979,6 +1980,7 @@ CMDLINE_SET="
cxx
dep_cc
doxygen
env
extra_version
gas
host_cc
@@ -3077,6 +3079,10 @@ for opt do
esac
done

for e in "$env"; do
eval "export $e"
done

disabled logging && logfile=/dev/null

echo "# $0 $FFMPEG_CONFIGURATION" > $logfile


Loading…
Cancel
Save