diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-24 17:49:01 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-24 17:49:01 +0000 |
commit | 15396d5cd0c94d037ce0f3cc38c54773e2f7249e (patch) | |
tree | 5c619d83360da5b53a20cfbc5094de972869799a /configure | |
parent | 799fde37cca2edf7a9d9e356eb45017eb686038c (diff) | |
download | ffmpeg-15396d5cd0c94d037ce0f3cc38c54773e2f7249e.tar.gz |
Use cc_default variable in help output for --cc option.
The cc variable is not yet initialized when the help output is printed.
Originally committed as revision 16757 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ show_help(){ echo " --target-exec=CMD command to run executables on target" echo " --target-path=DIR path to view of build directory on target" echo " --nm=NM use nm tool" - echo " --cc=CC use C compiler CC [$cc]" + echo " --cc=CC use C compiler CC [$cc_default]" echo " --host-cc=HOSTCC use host C compiler HOSTCC" echo " --host-cflags=HCFLAGS use HCFLAGS when compiling for host" echo " --host-ldflags=HLDFLAGS use HLDFLAGS when linking for host" |