diff Makefile @ 11927:156f5d24e0a3 libavcodec

Remove beosthreads support Relevant BeOS variants support pthreads, so there is no need to maintain the beos-native threads interface.
author mru
date Tue, 22 Jun 2010 23:18:13 +0000
parents 8c657be75c11
children a72f82696e15
line wrap: on
line diff
--- a/Makefile	Tue Jun 22 23:12:48 2010 +0000
+++ b/Makefile	Tue Jun 22 23:18:13 2010 +0000
@@ -599,7 +599,6 @@
 OBJS-$(CONFIG_TEXT2MOVSUB_BSF)            += movsub_bsf.o
 
 # thread libraries
-OBJS-$(HAVE_BEOSTHREADS)               += beosthread.o
 OBJS-$(HAVE_OS2THREADS)                += os2thread.o
 OBJS-$(HAVE_PTHREADS)                  += pthread.o
 OBJS-$(HAVE_W32THREADS)                += w32thread.o