Mercurial > libavcodec.hg
diff Makefile @ 5867:67e62f3367e0 libavcodec
move adx.c to adxdec.c
author | aurel |
---|---|
date | Thu, 01 Nov 2007 18:40:42 +0000 |
parents | b1b3dd3324ae |
children | 2cc044ac80d4 |
line wrap: on
line diff
--- a/Makefile Thu Nov 01 18:38:15 2007 +0000 +++ b/Makefile Thu Nov 01 18:40:42 2007 +0000 @@ -259,7 +259,7 @@ OBJS-$(CONFIG_PCM_MULAW_ENCODER) += pcm.o OBJS-$(CONFIG_ADPCM_4XM_DECODER) += adpcm.o -OBJS-$(CONFIG_ADPCM_ADX_DECODER) += adx.o +OBJS-$(CONFIG_ADPCM_ADX_DECODER) += adxdec.o OBJS-$(CONFIG_ADPCM_ADX_ENCODER) += adxenc.o OBJS-$(CONFIG_ADPCM_CT_DECODER) += adpcm.o OBJS-$(CONFIG_ADPCM_EA_DECODER) += adpcm.o