Mercurial > libavcodec.hg
diff Makefile @ 11834:a469cc7f9edb libavcodec
Rename aac.c to aacdec.c.
author | alexc |
---|---|
date | Sat, 05 Jun 2010 15:27:53 +0000 |
parents | e522dbf60abd |
children | 37c2c2afd349 |
line wrap: on
line diff
--- a/Makefile Sat Jun 05 15:22:19 2010 +0000 +++ b/Makefile Sat Jun 05 15:27:53 2010 +0000 @@ -42,7 +42,7 @@ OBJS-$(CONFIG_VDPAU) += vdpau.o # decoders/encoders/hardware accelerators -OBJS-$(CONFIG_AAC_DECODER) += aac.o aactab.o aacsbr.o +OBJS-$(CONFIG_AAC_DECODER) += aacdec.o aactab.o aacsbr.o OBJS-$(CONFIG_AAC_ENCODER) += aacenc.o aaccoder.o \ aacpsy.o aactab.o \ psymodel.o iirfilter.o \