Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-12-12 19:27:30 +0400
committerDiego Biurrun <diego@biurrun.de>2013-12-13 19:47:50 +0400
commit79d9884e9590c28a0a7ca802a3ba54f2ff4ee423 (patch)
tree8863d27ea1e0de567dbfd73f833e700b3926246a /libavcodec/Makefile
parent7c3388711b7243d059db39aa04b754baf2156934 (diff)
build: Merge pthreads/w32threads OBJS declarations
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 2925dd56c1..6dfb9a0e9f 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -676,8 +676,7 @@ OBJS-$(CONFIG_TEXT2MOVSUB_BSF) += movsub_bsf.o
# thread libraries
OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
-OBJS-$(HAVE_PTHREADS) += pthread.o pthread_slice.o pthread_frame.o
-OBJS-$(HAVE_W32THREADS) += pthread.o pthread_slice.o pthread_frame.o
+OBJS-$(HAVE_THREADS) += pthread.o pthread_slice.o pthread_frame.o
SKIPHEADERS += %_tablegen.h \
%_tables.h \