diff Makefile @ 11928:a72f82696e15 libavcodec

Remove OS/2 threads support OS/2 SMP support is rare, and a pthreads library exists. No need to keep this code.
author mru
date Wed, 23 Jun 2010 00:08:21 +0000
parents 156f5d24e0a3
children ebe049799f6d
line wrap: on
line diff
--- a/Makefile	Tue Jun 22 23:18:13 2010 +0000
+++ b/Makefile	Wed Jun 23 00:08:21 2010 +0000
@@ -599,7 +599,6 @@
 OBJS-$(CONFIG_TEXT2MOVSUB_BSF)            += movsub_bsf.o
 
 # thread libraries
-OBJS-$(HAVE_OS2THREADS)                += os2thread.o
 OBJS-$(HAVE_PTHREADS)                  += pthread.o
 OBJS-$(HAVE_W32THREADS)                += w32thread.o