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 /libavcodec/Makefile | |
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 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index d1e6f8bd29..41ba40684a 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -599,7 +599,6 @@ OBJS-$(CONFIG_REMOVE_EXTRADATA_BSF) += remove_extradata_bsf.o OBJS-$(CONFIG_TEXT2MOVSUB_BSF) += movsub_bsf.o # thread libraries -OBJS-$(HAVE_OS2THREADS) += os2thread.o OBJS-$(HAVE_PTHREADS) += pthread.o OBJS-$(HAVE_W32THREADS) += w32thread.o |