diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-10-14 03:08:30 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-10-18 22:51:44 +0200 |
commit | e807a2b64899c8be82b5321ed0cb633777786c51 (patch) | |
tree | f79ed4c57bcf66f21782a4bf9672650a7da8abf0 /libavcodec/Makefile | |
parent | c753b56b4d56724284dd7ed972efdb843db80f12 (diff) | |
download | ffmpeg-e807a2b64899c8be82b5321ed0cb633777786c51.tar.gz |
lavc: add raw text subtitles decoder.
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 e865e9be9f..37c4013cfa 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -402,6 +402,7 @@ OBJS-$(CONFIG_SVQ3_DECODER) += svq3.o svq13.o h263.o h264.o \ h264_loopfilter.o h264_direct.o \ h264_sei.o h264_ps.o h264_refs.o \ h264_cavlc.o h264_cabac.o cabac.o +OBJS-$(CONFIG_TEXT_DECODER) += textdec.o ass.o OBJS-$(CONFIG_TAK_DECODER) += takdec.o tak.o OBJS-$(CONFIG_TARGA_DECODER) += targa.o OBJS-$(CONFIG_TARGA_ENCODER) += targaenc.o rle.o |