diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-27 01:48:28 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-13 05:19:28 +0100 |
commit | 46eae15567bcc08ca058636fbea21bd997ab9d6c (patch) | |
tree | 93b143f5b5403ba209d754e121673e354e37a30f /libavformat/Makefile | |
parent | 17c95361e92e2b223eb33c137c05ff8a6f4347fd (diff) | |
download | ffmpeg-46eae15567bcc08ca058636fbea21bd997ab9d6c.tar.gz |
mkvtimestamp v2 muxer: rename so as to avoid confusion with SMPTE timecodes.
Requested-by: Baptiste Coudurier
Approved-by: David Conrad
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 32fac6a8e9..3c87ab44f3 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -296,7 +296,7 @@ OBJS-$(CONFIG_SWF_DEMUXER) += swfdec.o OBJS-$(CONFIG_SWF_MUXER) += swfenc.o OBJS-$(CONFIG_THP_DEMUXER) += thp.o OBJS-$(CONFIG_TIERTEXSEQ_DEMUXER) += tiertexseq.o -OBJS-$(CONFIG_TIMECODE_V2_MUXER) += timecode_v2.o +OBJS-$(CONFIG_MKVTIMESTAMP_V2_MUXER) += mkvtimestamp_v2.o OBJS-$(CONFIG_TMV_DEMUXER) += tmv.o OBJS-$(CONFIG_TRUEHD_DEMUXER) += rawdec.o OBJS-$(CONFIG_TRUEHD_MUXER) += rawenc.o |