Mercurial > libavformat.hg
comparison Makefile @ 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 | 9fa2ec3b9982 |
children | 31cd17d77178 |
comparison
equal
deleted
inserted
replaced
277:a313e1080322 | 278:1344cea6e2a8 |
---|---|
19 | 19 |
20 ifeq ($(CONFIG_RISKY),yes) | 20 ifeq ($(CONFIG_RISKY),yes) |
21 OBJS+= asf.o | 21 OBJS+= asf.o |
22 endif | 22 endif |
23 | 23 |
24 ifeq ($(AMR_NB),yes) | ifeq ($(AMR_NB_FIXED),yes) | ifeq ($(AMR_WB),yes) | 24 ifeq ($(AMR_NB),yes) |
25 OBJS+= amr.o | |
26 endif | |
27 ifeq ($(AMR_NB_FIXED),yes) | |
28 OBJS+= amr.o | |
29 endif | |
30 ifeq ($(AMR_WB),yes) | |
25 OBJS+= amr.o | 31 OBJS+= amr.o |
26 endif | 32 endif |
27 | 33 |
28 # image formats | 34 # image formats |
29 OBJS+= pnm.o yuv.o png.o jpeg.o gifdec.o | 35 OBJS+= pnm.o yuv.o png.o jpeg.o gifdec.o |