diff options
author | Kieran Kunhya <kieran@kunhya.com> | 2011-09-06 20:05:27 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2011-09-07 12:57:55 +0200 |
commit | 0ca36b4de76e10578e23199c2932682c0f510e31 (patch) | |
tree | 5fdd31fc71f0e56f8ccfef3e81a02969cdf1cfe1 /libavformat/Makefile | |
parent | 635bbecfc300ae49461b8987e2ebbf200ec8d6b6 (diff) | |
download | ffmpeg-0ca36b4de76e10578e23199c2932682c0f510e31.tar.gz |
Add LATM muxer
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |