diff options
author | Philip Langdale <philipl@overt.org> | 2012-08-12 14:18:35 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2012-08-15 20:46:54 -0700 |
commit | 6057de19b5e0075fea55a3a0cb9d225ba3a6f9a4 (patch) | |
tree | 0240e9ba5e109ca680013d6c4b221f4c95b7d8f6 /libavcodec/Makefile | |
parent | 6af680fa070ebc5081045e4b24ceaa4fccfa89b4 (diff) | |
download | ffmpeg-6057de19b5e0075fea55a3a0cb9d225ba3a6f9a4.tar.gz |
srtenc: Add timing-less "subrip" encoder.
Unsurprisingly, if a timing-less subrip decoder is desireable, an
encoder is as well. With this in place, we can move on to remove
the use of the old encoder/decoder with embedded timing and move
all timing handling the (de)muxer where they belong.
Signed-off-by: Philip Langdale <philipl@overt.org>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index bab97e4767..ed861aeaa6 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -409,6 +409,7 @@ OBJS-$(CONFIG_SP5X_DECODER) += sp5xdec.o mjpegdec.o mjpeg.o OBJS-$(CONFIG_SRT_DECODER) += srtdec.o ass.o OBJS-$(CONFIG_SRT_ENCODER) += srtenc.o ass_split.o OBJS-$(CONFIG_SUBRIP_DECODER) += srtdec.o ass.o +OBJS-$(CONFIG_SUBRIP_ENCODER) += srtenc.o ass_split.o OBJS-$(CONFIG_SUBVIEWER_DECODER) += subviewerdec.o ass.o OBJS-$(CONFIG_SUNRAST_DECODER) += sunrast.o OBJS-$(CONFIG_SUNRAST_ENCODER) += sunrastenc.o |