diff options
author | Vladimir Voroshilov <voroshil@gmail.com> | 2008-09-03 15:18:40 +0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-24 21:11:01 +0200 |
commit | 5df643c5dfcb830a9cb1bfc81d221b7b2f01294a (patch) | |
tree | c70ca4ecc792c6d45f6ca055912c2ebb9e1a83f4 /libavformat/Makefile | |
parent | fb98b712611cfa45c61780cd8c0e4855630cb2a3 (diff) | |
download | ffmpeg-5df643c5dfcb830a9cb1bfc81d221b7b2f01294a.tar.gz |
G.729 .bit file demuxer
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 6fdc6373dc..04e995fc07 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -49,6 +49,8 @@ OBJS-$(CONFIG_BETHSOFTVID_DEMUXER) += bethsoftvid.o OBJS-$(CONFIG_BFI_DEMUXER) += bfi.o OBJS-$(CONFIG_BINK_DEMUXER) += bink.o OBJS-$(CONFIG_BINTEXT_DEMUXER) += bintext.o sauce.o +OBJS-$(CONFIG_BIT_DEMUXER) += bit.o +OBJS-$(CONFIG_BIT_MUXER) += bit.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_CAF_MUXER) += cafenc.o caf.o riff.o isom.o |