comparison 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
comparison
equal deleted inserted replaced
3080:16eff725382f 3081:4bf348f8e2b1
235 endif 235 endif
236 236
237 ifeq ($(HAVE_W32THREADS),yes) 237 ifeq ($(HAVE_W32THREADS),yes)
238 OBJS+= w32thread.o 238 OBJS+= w32thread.o
239 endif 239 endif
240
241 ifeq ($(HAVE_OS2THREADS),yes)
242 OBJS+= os2thread.o
243 endif
244
240 245
241 ifeq ($(HAVE_BEOSTHREADS),yes) 246 ifeq ($(HAVE_BEOSTHREADS),yes)
242 OBJS+= beosthread.o 247 OBJS+= beosthread.o
243 endif 248 endif
244 249