diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-06-19 09:56:35 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-06-19 09:56:35 +0000 |
commit | a4276ba2ac473f24087474e8ab6c94c06f6f7e14 (patch) | |
tree | 3b332727a21d20cd5f032460a0e44b5749697b39 /libavcodec/Makefile | |
parent | 4bbe788ab7d1348d09026ef0c8554595fad5721d (diff) | |
download | ffmpeg-a4276ba2ac473f24087474e8ab6c94c06f6f7e14.tar.gz |
Add support for encoding XSUB subtitles. Muxing support is still missing.
Based on code by DivX, Inc., heavily changed by Björn Axelsson [gecko acc.umu.se] and me.
Originally committed as revision 19222 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 da030fc889..503c5d4a3c 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -273,6 +273,7 @@ OBJS-$(CONFIG_XAN_WC3_DECODER) += xan.o OBJS-$(CONFIG_XAN_WC4_DECODER) += xan.o OBJS-$(CONFIG_XL_DECODER) += xl.o OBJS-$(CONFIG_XSUB_DECODER) += xsubdec.o +OBJS-$(CONFIG_XSUB_ENCODER) += xsubenc.o OBJS-$(CONFIG_ZLIB_DECODER) += lcldec.o OBJS-$(CONFIG_ZLIB_ENCODER) += lclenc.o OBJS-$(CONFIG_ZMBV_DECODER) += zmbv.o |