diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-12-28 23:52:53 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-12-28 23:52:53 +0000 |
commit | 2c77c90684e24ef16f7e7c4462e011434cee6a98 (patch) | |
tree | 95a6f69d324c64a8d115e424e76b2fbaf8e669b3 /libavcodec/Makefile | |
parent | 312056c54edd6b37a2781f32331d71b7e967342d (diff) | |
download | ffmpeg-2c77c90684e24ef16f7e7c4462e011434cee6a98.tar.gz |
add SubRip decoder
Originally committed as revision 26119 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 2abf7de858..43ab458449 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -337,6 +337,7 @@ OBJS-$(CONFIG_SONIC_DECODER) += sonic.o OBJS-$(CONFIG_SONIC_ENCODER) += sonic.o OBJS-$(CONFIG_SONIC_LS_ENCODER) += sonic.o OBJS-$(CONFIG_SP5X_DECODER) += sp5xdec.o mjpegdec.o mjpeg.o +OBJS-$(CONFIG_SRT_DECODER) += srtdec.o ass.o OBJS-$(CONFIG_SUNRAST_DECODER) += sunrast.o OBJS-$(CONFIG_SVQ1_DECODER) += svq1dec.o svq1.o h263.o \ mpegvideo.o error_resilience.o |