mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-24 12:10:49 +00:00
9 lines
408 B
Makefile
9 lines
408 B
Makefile
clean::
|
|
$(RM) $(CLEANSUFFIXES:%=libavcodec/aac/%)
|
|
|
|
OBJS-$(CONFIG_AAC_DECODER) += aac/aacdec.o aac/aacdec_tab.o \
|
|
aac/aacdec_float.o aac/aacdec_usac.o \
|
|
aac/aacdec_ac.o aac/aacdec_lpd.o
|
|
OBJS-$(CONFIG_AAC_FIXED_DECODER) += aac/aacdec.o aac/aacdec_tab.o \
|
|
aac/aacdec_fixed.o
|