diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-02-19 20:29:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-02-19 20:29:26 +0000 |
commit | 16806499fc13ec0a7664186a42a48d9154b2a8a3 (patch) | |
tree | cab4ff221574eacb06f70720f21124da312f4c59 /libavcodec/Makefile | |
parent | 530d574081ee03a8bbcb408053b90155ad58a9e0 (diff) | |
download | ffmpeg-16806499fc13ec0a7664186a42a48d9154b2a8a3.tar.gz |
w32threads by (Gildas Bazin <gbazin at altern dot org>)
Originally committed as revision 2803 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index f90976c0a4..a464610d6d 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -38,6 +38,10 @@ ifeq ($(HAVE_PTHREADS),yes) 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 \ |