summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-06-22 23:18:13 +0000
committerMåns Rullgård <mans@mansr.com>2010-06-22 23:18:13 +0000
commit9f342dabc62827f6172bfc0dea7037c4f59ae6a8 (patch)
tree9f25c3b34e36fb5a9f18820926e0d532dcbe34b0 /libavcodec/Makefile
parent8fbd4f51a8bf8ae56303d1c7a18bf357b606df61 (diff)
Remove beosthreads support
Relevant BeOS variants support pthreads, so there is no need to maintain the beos-native threads interface. Originally committed as revision 23729 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 6d7f5639f2..d1e6f8bd29 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_BEOSTHREADS) += beosthread.o
OBJS-$(HAVE_OS2THREADS) += os2thread.o
OBJS-$(HAVE_PTHREADS) += pthread.o
OBJS-$(HAVE_W32THREADS) += w32thread.o