Skip to content
Snippets Groups Projects
Commit 76c443c6 authored by Aurelien Jacobs's avatar Aurelien Jacobs
Browse files

move adx.c to adxdec.c

Originally committed as revision 10904 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c31dea61
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,7 @@ OBJS-$(CONFIG_PCM_MULAW_DECODER) += pcm.o
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
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment