diff options
author | Måns Rullgård <mans@mansr.com> | 2010-06-22 23:18:13 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-06-22 23:18:13 +0000 |
commit | 9f342dabc62827f6172bfc0dea7037c4f59ae6a8 (patch) | |
tree | 9f25c3b34e36fb5a9f18820926e0d532dcbe34b0 /libavcodec/Makefile | |
parent | 8fbd4f51a8bf8ae56303d1c7a18bf357b606df61 (diff) | |
download | ffmpeg-9f342dabc62827f6172bfc0dea7037c4f59ae6a8.tar.gz |
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/Makefile | 1 |
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 |