diff options
author | James Almer <jamrial@gmail.com> | 2015-09-07 16:24:31 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-09-07 16:24:31 -0300 |
commit | ef359e724d990abb3cb6a5199e738232260eee1b (patch) | |
tree | 08068babdf253f03d63717ddb814455ca00dbe79 /libavcodec | |
parent | f9fd879877344aae99a599783e2bc3618e85314b (diff) | |
download | ffmpeg-ef359e724d990abb3cb6a5199e738232260eee1b.tar.gz |
avcodec: remove VIMA Makefile entry
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 12fea213c1..a23f0f01a6 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -695,7 +695,6 @@ OBJS-$(CONFIG_ADPCM_VIMA_DECODER) += vima.o adpcm_data.o OBJS-$(CONFIG_ADPCM_XA_DECODER) += adpcm.o adpcm_data.o OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o adpcm_data.o OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcmenc.o adpcm_data.o -OBJS-$(CONFIG_VIMA_DECODER) += vima.o adpcm_data.o # hardware accelerators OBJS-$(CONFIG_D3D11VA) += dxva2.o |