summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-15 22:37:52 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-15 22:37:52 +0000
commit9c9143989b2d3103a15e055892d3a442c5cf99ea (patch)
treecb0125b3ffae4517827e530a37ea931b5aedc5f0
parent860391a53e2a48b4ca55b1a1d41704c97b455798 (diff)
set CONFIG_OS2 using new method
Originally committed as revision 7092 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index d93d5c5712..520358703b 100755
--- a/configure
+++ b/configure
@@ -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