aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/aac/Makefile
blob: c3e525d373810fea12113257a703cd360d527fdc (plain) (blame)
1
2
3
4
5
6
7
clean::
		$(RM) $(CLEANSUFFIXES:%=libavcodec/aac/%)

OBJS-$(CONFIG_AAC_DECODER)          +=  aac/aacdec.o aac/aacdec_tab.o \
                                        aac/aacdec_float.o
OBJS-$(CONFIG_AAC_FIXED_DECODER)    +=  aac/aacdec.o aac/aacdec_tab.o \
                                        aac/aacdec_fixed.o