From 77b8320a4d178eafa5f0a02bd84d5cfb1d43f008 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Sat, 5 Jun 2010 15:27:53 +0000 Subject: [PATCH] Rename aac.c to aacdec.c. Originally committed as revision 23489 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- libavcodec/{aac.c => aacdec.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libavcodec/{aac.c => aacdec.c} (100%) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 376ba67b4f..ba13204779 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -42,7 +42,7 @@ OBJS-$(CONFIG_VAAPI) += vaapi.o 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 \ diff --git a/libavcodec/aac.c b/libavcodec/aacdec.c similarity index 100% rename from libavcodec/aac.c rename to libavcodec/aacdec.c