From 343ccfcc4deb2257e1525f05284e6343816a91cc Mon Sep 17 00:00:00 2001 From: Zane van Iperen Date: Thu, 6 Feb 2020 06:58:14 +0000 Subject: avformat: add demuxer for Simon & Schuster Interactive's VAG format Adds support for the custom VAG container used by some Simon & Schuster Interactive games such as Real War, and Real War: Rogue States. Signed-off-by: Zane van Iperen Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index ba6ea8c4a6..710cc4d088 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -279,6 +279,7 @@ OBJS-$(CONFIG_JACOSUB_DEMUXER) += jacosubdec.o subtitles.o OBJS-$(CONFIG_JACOSUB_MUXER) += jacosubenc.o rawenc.o OBJS-$(CONFIG_JV_DEMUXER) += jvdec.o OBJS-$(CONFIG_KUX_DEMUXER) += flvdec.o +OBJS-$(CONFIG_KVAG_DEMUXER) += kvag.o OBJS-$(CONFIG_LATM_MUXER) += latmenc.o rawenc.o OBJS-$(CONFIG_LMLM4_DEMUXER) += lmlm4.o OBJS-$(CONFIG_LOAS_DEMUXER) += loasdec.o rawdec.o -- cgit v1.2.3