mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
rename shell variable _malloc_h to malloc_h
Originally committed as revision 7019 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
78e61cc5c6
commit
6194731ae4
6
configure
vendored
6
configure
vendored
@ -1299,9 +1299,9 @@ EOF
|
||||
# check availability of some header files
|
||||
|
||||
_memalign=no
|
||||
_malloc_h=no
|
||||
malloc_h=no
|
||||
if check_header malloc.h; then
|
||||
_malloc_h=yes
|
||||
malloc_h=yes
|
||||
_memalign=yes
|
||||
check_func memalign || _memalign="no"
|
||||
fi
|
||||
@ -2100,7 +2100,7 @@ if test "$targetos" = "Darwin"; then
|
||||
echo "CONFIG_DARWIN=yes" >> config.mak
|
||||
fi
|
||||
|
||||
if test "$_malloc_h" = "yes" ; then
|
||||
if test "$malloc_h" = "yes" ; then
|
||||
echo "#define HAVE_MALLOC_H 1" >> $TMPH
|
||||
else
|
||||
echo "#undef HAVE_MALLOC_H" >> $TMPH
|
||||
|
Loading…
Reference in New Issue
Block a user