diff options
author | Anton Khirnov <wyskas@gmail.com> | 2010-12-27 07:46:49 +0000 |
---|---|---|
committer | Anton Khirnov <wyskas@gmail.com> | 2010-12-27 07:46:49 +0000 |
commit | a46515115cd0ab552e7035afdb3f96a603e3a28f (patch) | |
tree | 1873a8545f005370725654695309fa2e099901cb /libavformat/Makefile | |
parent | bb62d5c1f06e7ff0446abb9cbe6a102cdbd38cc0 (diff) | |
download | ffmpeg-a46515115cd0ab552e7035afdb3f96a603e3a28f.tar.gz |
Metadata muxer
Dumps all metadata to a text file for easy manual editing.
Originally committed as revision 26101 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 4cd7a2b476..0cd817f1d6 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -71,6 +71,7 @@ OBJS-$(CONFIG_EAC3_DEMUXER) += ac3dec.o rawdec.o OBJS-$(CONFIG_EAC3_MUXER) += rawenc.o OBJS-$(CONFIG_FFM_DEMUXER) += ffmdec.o OBJS-$(CONFIG_FFM_MUXER) += ffmenc.o +OBJS-$(CONFIG_FFMETADATA_MUXER) += metaenc.o OBJS-$(CONFIG_FILMSTRIP_DEMUXER) += filmstripdec.o OBJS-$(CONFIG_FILMSTRIP_MUXER) += filmstripenc.o OBJS-$(CONFIG_FLAC_DEMUXER) += flacdec.o rawdec.o \ |