diff options
author | Måns Rullgård <mans@mansr.com> | 2010-06-23 00:08:21 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-06-23 00:08:21 +0000 |
commit | 20843f51e7f6652a7aa65f2b1afa5e961ad948ff (patch) | |
tree | 4b9e2b9d2d60d506383c20f5f74398cb916e1eff /configure | |
parent | a65e687b2f5990c697268bd8a28f9a37ed809744 (diff) | |
download | ffmpeg-20843f51e7f6652a7aa65f2b1afa5e961ad948ff.tar.gz |
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-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 ' |