diff options
author | Nicolas George <george@nsup.org> | 2014-01-15 23:08:43 +0100 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-02-11 10:29:02 +0100 |
commit | dcda5ef1eab52a2392fd8f9ebf51a03052ddfce2 (patch) | |
tree | 31cce2a5bf6056462676c8c8b917937912d27401 /libavformat/Makefile | |
parent | d201a0f0f843fc108f5506d82937bb1b4cafb345 (diff) | |
download | ffmpeg-dcda5ef1eab52a2392fd8f9ebf51a03052ddfce2.tar.gz |
lavf: add uncodedframecrc test muxer.
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 72ef8c7c44..ff98b9b29f 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -388,6 +388,7 @@ OBJS-$(CONFIG_TRUEHD_MUXER) += rawenc.o OBJS-$(CONFIG_TTA_DEMUXER) += tta.o apetag.o img2.o OBJS-$(CONFIG_TTY_DEMUXER) += tty.o sauce.o OBJS-$(CONFIG_TXD_DEMUXER) += txd.o +OBJS-$(CONFIG_UNCODEDFRAMECRC_MUXER) += uncodedframecrcenc.o framehash.o OBJS-$(CONFIG_VC1_DEMUXER) += rawdec.o OBJS-$(CONFIG_VC1_MUXER) += rawenc.o OBJS-$(CONFIG_VC1T_DEMUXER) += vc1test.o |