mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-12 19:18:44 +02:00
e3693c6f56
This is possible now that both AAC decoders share the same context. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
6 lines
193 B
Makefile
6 lines
193 B
Makefile
clean::
|
|
$(RM) $(CLEANSUFFIXES:%=libavcodec/aac/%)
|
|
|
|
OBJS-$(CONFIG_AAC_DECODER) += aac/aacdec.o aac/aacdec_tab.o
|
|
OBJS-$(CONFIG_AAC_FIXED_DECODER) += aac/aacdec.o aac/aacdec_tab.o
|