Mercurial > libavcodec.hg
diff Makefile @ 2362:7a6ff8cc7c95 libavcodec
BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic "if HAVE_THREADS"
author | mmu_man |
---|---|
date | Sun, 21 Nov 2004 18:04:56 +0000 |
parents | 69fcdad5f7d5 |
children | 582e635cfa08 |
line wrap: on
line diff
--- a/Makefile Sun Nov 21 01:47:36 2004 +0000 +++ b/Makefile Sun Nov 21 18:04:56 2004 +0000 @@ -43,6 +43,10 @@ OBJS+= w32thread.o endif +ifeq ($(HAVE_BEOSTHREADS),yes) +OBJS+= beosthread.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 \