[FFmpeg-cvslog] r23729 - in trunk: configure libavcodec/Makefile libavcodec/beosthread.c

mru subversion
Wed Jun 23 01:18:13 CEST 2010


Author: mru
Date: Wed Jun 23 01:18:13 2010
New Revision: 23729

Log:
Remove beosthreads support

Relevant BeOS variants support pthreads, so there is no need to
maintain the beos-native threads interface.

Deleted:
   trunk/libavcodec/beosthread.c
Modified:
   trunk/configure
   trunk/libavcodec/Makefile

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Jun 23 01:12:48 2010	(r23728)
+++ trunk/configure	Wed Jun 23 01:18:13 2010	(r23729)
@@ -91,7 +91,6 @@ Configuration options:
   --enable-postproc        enable GPLed postprocessing support [no]
   --disable-avfilter       disable video filter support [no]
   --enable-avfilter-lavf   video filters dependent on avformat [no]
-  --enable-beosthreads     use BeOS threads [no]
   --enable-os2threads      use OS/2 threads [no]
   --enable-pthreads        use pthreads [no]
   --enable-w32threads      use Win32 threads [no]
@@ -954,7 +953,6 @@ CONFIG_LIST="
 "
 
 THREADS_LIST='
-    beosthreads
     os2threads
     pthreads
     w32threads

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	Wed Jun 23 01:12:48 2010	(r23728)
+++ trunk/libavcodec/Makefile	Wed Jun 23 01:18:13 2010	(r23729)
@@ -599,7 +599,6 @@ OBJS-$(CONFIG_REMOVE_EXTRADATA_BSF)     
 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



More information about the ffmpeg-cvslog mailing list