mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
set CONFIG_OS2 using new method
Originally committed as revision 7092 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
860391a53e
commit
9c9143989b
5
configure
vendored
5
configure
vendored
@ -443,6 +443,7 @@ HAVE_LIST='
|
||||
malloc_h
|
||||
memalign
|
||||
mlib
|
||||
os2
|
||||
os2threads
|
||||
pthreads
|
||||
sdl
|
||||
@ -1956,10 +1957,6 @@ enabled_any pthreads beosthreads os2threads w32threads && enable threads
|
||||
print_config HAVE_ $TMPH config.mak $HAVE_LIST
|
||||
print_config CONFIG_ $TMPH config.mak $CONFIG_LIST
|
||||
|
||||
if test "$os2" = "yes" ; then
|
||||
echo "#define CONFIG_OS2 1" >> $TMPH
|
||||
fi
|
||||
|
||||
if test "$targetos" = "Darwin"; then
|
||||
echo "#define CONFIG_DARWIN 1" >> $TMPH
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user