mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
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
This commit is contained in:
parent
799fde37cc
commit
15396d5cd0
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user