mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
10l to myself for being overzealous with $cross_prefix
Originally committed as revision 5465 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
38f0d3ce76
commit
1f6b1bcb81
4
configure
vendored
4
configure
vendored
@ -129,12 +129,12 @@ temp_extralibs(){
|
||||
|
||||
check_cc(){
|
||||
cat >$TMPC
|
||||
${cross_prefix}$cc $CFLAGS "$@" -c -o $TMPO $TMPC >/dev/null 2>&1
|
||||
$cc $CFLAGS "$@" -c -o $TMPO $TMPC >/dev/null 2>&1
|
||||
}
|
||||
|
||||
check_ld(){
|
||||
cat >$TMPC
|
||||
${cross_prefix}$cc $CFLAGS $LDFLAGS "$@" -o $TMPE $TMPC $extralibs >/dev/null 2>&1
|
||||
$cc $CFLAGS $LDFLAGS "$@" -o $TMPE $TMPC $extralibs >/dev/null 2>&1
|
||||
}
|
||||
|
||||
check_cflags(){
|
||||
|
Loading…
Reference in New Issue
Block a user