diff Makefile @ 1822:7366bb5c363f libavcodec

w32threads by (Gildas Bazin <gbazin at altern dot org>)
author michael
date Thu, 19 Feb 2004 20:29:26 +0000
parents 6d762acfff5d
children 1755f959ab7f
line wrap: on
line diff
--- a/Makefile	Thu Feb 19 00:30:33 2004 +0000
+++ b/Makefile	Thu Feb 19 20:29:26 2004 +0000
@@ -38,6 +38,10 @@
 OBJS+= pthread.o
 endif
 
+ifeq ($(HAVE_W32THREADS),yes)
+OBJS+= w32thread.o
+endif
+
 ifeq ($(AMR_WB),yes)
 OBJS+= amr.o amrwb_float/dec_acelp.o amrwb_float/dec_dtx.o amrwb_float/dec_gain.o \
 		amrwb_float/dec_if.o amrwb_float/dec_lpc.o amrwb_float/dec_main.o \