summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorKO Myung-Hun <komh@chollian.net>2011-11-02 00:00:21 +0900
committerMichael Niedermayer <michaelni@gmx.at>2011-11-13 17:33:09 +0100
commitad0bdd2fd26a151404c505a1d610bf95773ae18f (patch)
tree56633a4f978804893bc581b14694c86b9f540ab9 /libavcodec/Makefile
parent88166fc579772c881c21fa6f63faa2ad49ce38e8 (diff)
lavc: add supports of OS/2 threads
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 03bc36ad02..598a877cf5 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -688,6 +688,7 @@ OBJS-$(CONFIG_TEXT2MOVSUB_BSF) += movsub_bsf.o
# thread libraries
OBJS-$(HAVE_PTHREADS) += pthread.o
OBJS-$(HAVE_W32THREADS) += pthread.o
+OBJS-$(HAVE_OS2THREADS) += pthread.o
OBJS-$(CONFIG_MLIB) += mlib/dsputil_mlib.o \