Browse Source

Rename aac.c to aacdec.c.

Originally committed as revision 23489 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Alex Converse 15 years ago
parent
commit
77b8320a4d
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/Makefile
  2. +0
    -0
      libavcodec/aacdec.c

+ 1
- 1
libavcodec/Makefile View File

@@ -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 \


libavcodec/aac.c → libavcodec/aacdec.c View File


Loading…
Cancel
Save