diff options
author | Lynne <dev@lynne.ee> | 2024-03-21 08:20:43 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-04-23 08:31:40 +0200 |
commit | ae7c6cc17d57e4ff73f88dc4a4284c1676a7e19a (patch) | |
tree | 4b3588fa4ccbdde30263aff70d9a4f2a344a6498 /libavcodec/Makefile | |
parent | 551ce16b59b109093516e2f4000ae809fcd0b9f3 (diff) | |
download | ffmpeg-ae7c6cc17d57e4ff73f88dc4a4284c1676a7e19a.tar.gz |
aac: move aacdec.c to aac/aacdec.c
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 53c628f09c..cff6347bdb 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -180,7 +180,7 @@ OBJS-$(CONFIG_WMV2DSP) += wmv2dsp.o OBJS-$(CONFIG_ZERO12V_DECODER) += 012v.o OBJS-$(CONFIG_A64MULTI_ENCODER) += a64multienc.o elbg.o OBJS-$(CONFIG_A64MULTI5_ENCODER) += a64multienc.o elbg.o -OBJS-$(CONFIG_AAC_DECODER) += aacdec.o aactab.o \ +OBJS-$(CONFIG_AAC_DECODER) += aactab.o \ aacsbr.o aacps_common.o aacps_float.o \ kbdwin.o \ sbrdsp.o aacpsdsp_float.o cbrt_data.o |