[FFmpeg-cvslog] r23731 - in trunk: configure libavcodec/Makefile libavcodec/os2thread.c
mru
subversion
Wed Jun 23 02:08:21 CEST 2010
Author: mru
Date: Wed Jun 23 02:08:21 2010
New Revision: 23731
Log:
Remove OS/2 threads support
OS/2 SMP support is rare, and a pthreads library exists.
No need to keep this code.
Deleted:
trunk/libavcodec/os2thread.c
Modified:
trunk/configure
trunk/libavcodec/Makefile
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Jun 23 01:26:03 2010 (r23730)
+++ trunk/configure Wed Jun 23 02:08:21 2010 (r23731)
@@ -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-os2threads use OS/2 threads [no]
--enable-pthreads use pthreads [no]
--enable-w32threads use Win32 threads [no]
--enable-x11grab enable X11 grabbing [no]
@@ -953,7 +952,6 @@ CONFIG_LIST="
"
THREADS_LIST='
- os2threads
pthreads
w32threads
'
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile Wed Jun 23 01:26:03 2010 (r23730)
+++ trunk/libavcodec/Makefile Wed Jun 23 02:08:21 2010 (r23731)
@@ -599,7 +599,6 @@ OBJS-$(CONFIG_REMOVE_EXTRADATA_BSF)
OBJS-$(CONFIG_TEXT2MOVSUB_BSF) += movsub_bsf.o
# thread libraries
-OBJS-$(HAVE_OS2THREADS) += os2thread.o
OBJS-$(HAVE_PTHREADS) += pthread.o
OBJS-$(HAVE_W32THREADS) += w32thread.o
More information about the ffmpeg-cvslog
mailing list