diff Makefile @ 3081:4bf348f8e2b1 libavcodec

os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info)
author michael
date Thu, 02 Feb 2006 13:07:30 +0000
parents 9f486bcad2d3
children 5d068956513b
line wrap: on
line diff
--- a/Makefile	Thu Feb 02 09:24:13 2006 +0000
+++ b/Makefile	Thu Feb 02 13:07:30 2006 +0000
@@ -238,6 +238,11 @@
 OBJS+= w32thread.o
 endif
 
+ifeq ($(HAVE_OS2THREADS),yes)
+OBJS+= os2thread.o
+endif
+
+
 ifeq ($(HAVE_BEOSTHREADS),yes)
 OBJS+= beosthread.o
 endif