diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2011-11-01 11:58:44 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-11-08 00:36:45 +0200 |
commit | f545e0067751b764917be53520d233db1bbb945d (patch) | |
tree | 7ff1a33c2286d9bd9b6ee99c440d01c6baa518ec /libavformat/Makefile | |
parent | 44729bc0204fd8bdc29c234fc663229e44420b09 (diff) | |
download | ffmpeg-f545e0067751b764917be53520d233db1bbb945d.tar.gz |
BMV demuxer and decoder
Signed-off-by: Martin Storsjö <martin@martin.st>
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 54bc8a1645..0c7d258640 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -46,6 +46,7 @@ OBJS-$(CONFIG_AVS_DEMUXER) += avs.o vocdec.o voc.o OBJS-$(CONFIG_BETHSOFTVID_DEMUXER) += bethsoftvid.o OBJS-$(CONFIG_BFI_DEMUXER) += bfi.o OBJS-$(CONFIG_BINK_DEMUXER) += bink.o +OBJS-$(CONFIG_BMV_DEMUXER) += bmv.o OBJS-$(CONFIG_C93_DEMUXER) += c93.o vocdec.o voc.o OBJS-$(CONFIG_CAF_DEMUXER) += cafdec.o caf.o mov.o riff.o isom.o OBJS-$(CONFIG_CAVSVIDEO_DEMUXER) += cavsvideodec.o rawdec.o |