aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-02-02 13:07:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-02-02 13:07:30 +0000
commite2a5fd2049a444f5bbfdca28d7c05ebb8a41de8b (patch)
tree63ad8d5ee6bf9488997fcb067171f519ed534883 /libavcodec/Makefile
parent89e3a1b41655ae161fcc80039cf46478d0c3bd80 (diff)
downloadffmpeg-e2a5fd2049a444f5bbfdca28d7c05ebb8a41de8b.tar.gz
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info)
Originally committed as revision 4922 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 794d3c826a..18bdda1ac6 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -238,6 +238,11 @@ ifeq ($(HAVE_W32THREADS),yes)
OBJS+= w32thread.o
endif
+ifeq ($(HAVE_OS2THREADS),yes)
+OBJS+= os2thread.o
+endif
+
+
ifeq ($(HAVE_BEOSTHREADS),yes)
OBJS+= beosthread.o
endif