diff 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
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