summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-06-23 00:08:21 +0000
committerMåns Rullgård <mans@mansr.com>2010-06-23 00:08:21 +0000
commit20843f51e7f6652a7aa65f2b1afa5e961ad948ff (patch)
tree4b9e2b9d2d60d506383c20f5f74398cb916e1eff /configure
parenta65e687b2f5990c697268bd8a28f9a37ed809744 (diff)
Remove OS/2 threads support
OS/2 SMP support is rare, and a pthreads library exists. No need to keep this code. Originally committed as revision 23731 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index a96d43d805..bc3efca234 100755
--- a/configure
+++ b/configure
@@ -91,7 +91,6 @@ Configuration options:
--enable-postproc enable GPLed postprocessing support [no]
--disable-avfilter disable video filter support [no]
--enable-avfilter-lavf video filters dependent on avformat [no]
- --enable-os2threads use OS/2 threads [no]
--enable-pthreads use pthreads [no]
--enable-w32threads use Win32 threads [no]
--enable-x11grab enable X11 grabbing [no]
@@ -953,7 +952,6 @@ CONFIG_LIST="
"
THREADS_LIST='
- os2threads
pthreads
w32threads
'