Mercurial > libavformat.hg
diff Makefile @ 1069:21c0614314aa libavformat
Further simplify AMR build.
author | diego |
---|---|
date | Sat, 06 May 2006 10:57:38 +0000 |
parents | d5efc69f27c6 |
children | a1c07ce3943c |
line wrap: on
line diff
--- a/Makefile Thu May 04 12:23:12 2006 +0000 +++ b/Makefile Sat May 06 10:57:38 2006 +0000 @@ -26,17 +26,9 @@ endif -AMROBJS= -ifeq ($(AMR_NB),yes) -AMROBJS= amr.o +ifeq ($(AMR),yes) +OBJS+= amr.o endif -ifeq ($(AMR_NB_FIXED),yes) -AMROBJS= amr.o -endif -ifeq ($(AMR_WB),yes) -AMROBJS= amr.o -endif -OBJS+= $(AMROBJS) # image formats OBJS+= pnm.o yuv.o png.o jpeg.o gifdec.o sgi.o