changeset 1069:21c0614314aa libavformat

Further simplify AMR build.
author diego
date Sat, 06 May 2006 10:57:38 +0000
parents b14b8b976bce
children 26d75e74c7b7
files Makefile
diffstat 1 files changed, 2 insertions(+), 10 deletions(-) [+]
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