From 0ca36b4de76e10578e23199c2932682c0f510e31 Mon Sep 17 00:00:00 2001 From: Kieran Kunhya Date: Tue, 6 Sep 2011 20:05:27 +0100 Subject: Add LATM muxer Signed-off-by: Janne Grunau --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 3f84019eb8..06c2027692 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -109,6 +109,7 @@ OBJS-$(CONFIG_IV8_DEMUXER) += iv8.o OBJS-$(CONFIG_IVF_DEMUXER) += ivfdec.o riff.o OBJS-$(CONFIG_IVF_MUXER) += ivfenc.o OBJS-$(CONFIG_JV_DEMUXER) += jvdec.o +OBJS-$(CONFIG_LATM_MUXER) += latmenc.o OBJS-$(CONFIG_LMLM4_DEMUXER) += lmlm4.o OBJS-$(CONFIG_LXF_DEMUXER) += lxfdec.o OBJS-$(CONFIG_M4V_DEMUXER) += m4vdec.o rawdec.o -- cgit v1.2.3