From 90d9a1ba70ebfa207d0d6bb742d18d876dbe4b16 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 27 Apr 2006 02:19:42 +0000 Subject: [PATCH] Misplaced CLEANAMR. Originally committed as revision 5318 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index ec3e01ca66..de622a2a57 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -273,9 +273,9 @@ OBJS+= amrwb_float/dec_acelp.o amrwb_float/dec_dtx.o amrwb_float/dec_gain.o \ amrwb_float/enc_dtx.o amrwb_float/enc_gain.o amrwb_float/enc_if.o \ amrwb_float/enc_lpc.o amrwb_float/enc_main.o amrwb_float/enc_rom.o \ amrwb_float/enc_util.o amrwb_float/if_rom.o +CLEANAMR=cleanamrwbfloat endif OBJS+= $(AMROBJS) -CLEANAMR=cleanamrwbfloat ASM_OBJS= ifeq ($(HAVE_XVMC_ACCEL),yes)