diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-06-17 11:43:34 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-06-29 20:22:04 +0200 |
commit | 439e32f9b86adbefafceec2034cc649c0b329805 (patch) | |
tree | 566045ebaffaa1f13d1e2f9a7aa71d6a3e68b2ed /libavcodec/Makefile | |
parent | 53640f42be9f18368a8339116f8abf30616c60b2 (diff) | |
download | ffmpeg-439e32f9b86adbefafceec2034cc649c0b329805.tar.gz |
RealText demuxer and 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 6c723db1d2..e8fac7efd9 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -379,6 +379,7 @@ OBJS-$(CONFIG_RA_288_DECODER) += ra288.o celp_math.o celp_filters.o OBJS-$(CONFIG_RALF_DECODER) += ralf.o OBJS-$(CONFIG_RAWVIDEO_DECODER) += rawdec.o OBJS-$(CONFIG_RAWVIDEO_ENCODER) += rawenc.o +OBJS-$(CONFIG_REALTEXT_DECODER) += realtextdec.o ass.o OBJS-$(CONFIG_RL2_DECODER) += rl2.o OBJS-$(CONFIG_ROQ_DECODER) += roqvideodec.o roqvideo.o OBJS-$(CONFIG_ROQ_ENCODER) += roqvideoenc.o roqvideo.o elbg.o |