Commit 9c914398 authored by Måns Rullgård's avatar Måns Rullgård

set CONFIG_OS2 using new method

Originally committed as revision 7092 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 860391a5
...@@ -443,6 +443,7 @@ HAVE_LIST=' ...@@ -443,6 +443,7 @@ HAVE_LIST='
malloc_h malloc_h
memalign memalign
mlib mlib
os2
os2threads os2threads
pthreads pthreads
sdl sdl
...@@ -1956,10 +1957,6 @@ enabled_any pthreads beosthreads os2threads w32threads && enable threads ...@@ -1956,10 +1957,6 @@ enabled_any pthreads beosthreads os2threads w32threads && enable threads
print_config HAVE_ $TMPH config.mak $HAVE_LIST print_config HAVE_ $TMPH config.mak $HAVE_LIST
print_config CONFIG_ $TMPH config.mak $CONFIG_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 if test "$targetos" = "Darwin"; then
echo "#define CONFIG_DARWIN 1" >> $TMPH echo "#define CONFIG_DARWIN 1" >> $TMPH
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment