diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-04-27 02:19:42 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-04-27 02:19:42 +0000 |
commit | 90d9a1ba70ebfa207d0d6bb742d18d876dbe4b16 (patch) | |
tree | d5ff9e781ec525fb8e34f6626cab855fed2b37bb /libavcodec | |
parent | 1ea00ed06198bd36f1a521dcb1419c961d16daf0 (diff) | |
download | ffmpeg-90d9a1ba70ebfa207d0d6bb742d18d876dbe4b16.tar.gz |
Misplaced CLEANAMR.
Originally committed as revision 5318 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |