mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-12 19:18:44 +02:00
f55b587820
Start to clean up the decoder. Also renames a confusingly named file.
6 lines
167 B
Makefile
6 lines
167 B
Makefile
clean::
|
|
$(RM) $(CLEANSUFFIXES:%=libavcodec/aac/%)
|
|
|
|
OBJS-$(CONFIG_AAC_DECODER) += aac/aacdec_tab.o
|
|
OBJS-$(CONFIG_AAC_FIXED_DECODER) += aac/aacdec_tab.o
|