From 92396cee602320c714713ca2d93b53684ad57000 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 12 Sep 2020 17:42:16 +0200 Subject: avformat: add CRI AAX demuxer --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index c319d16f94..992d89a45f 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -68,6 +68,7 @@ OBJS-$(CONFIG_SRTP) += srtp.o OBJS-$(CONFIG_A64_MUXER) += a64.o rawenc.o OBJS-$(CONFIG_AA_DEMUXER) += aadec.o OBJS-$(CONFIG_AAC_DEMUXER) += aacdec.o apetag.o img2.o rawdec.o +OBJS-$(CONFIG_AAX_DEMUXER) += aaxdec.o OBJS-$(CONFIG_AC3_DEMUXER) += ac3dec.o rawdec.o OBJS-$(CONFIG_AC3_MUXER) += rawenc.o OBJS-$(CONFIG_ACM_DEMUXER) += acm.o rawdec.o -- cgit v1.2.3