Mercurial > libavformat.hg
changeset 278:1344cea6e2a8 libavformat
make it compatible with older make (debian stable - make 3.79.1)
author | alex |
---|---|
date | Tue, 14 Oct 2003 11:36:03 +0000 |
parents | a313e1080322 |
children | 72ce51cc72c2 |
files | Makefile |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Oct 14 04:15:53 2003 +0000 +++ b/Makefile Tue Oct 14 11:36:03 2003 +0000 @@ -21,7 +21,13 @@ OBJS+= asf.o endif -ifeq ($(AMR_NB),yes) | ifeq ($(AMR_NB_FIXED),yes) | ifeq ($(AMR_WB),yes) +ifeq ($(AMR_NB),yes) +OBJS+= amr.o +endif +ifeq ($(AMR_NB_FIXED),yes) +OBJS+= amr.o +endif +ifeq ($(AMR_WB),yes) OBJS+= amr.o endif