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 /libavformat/Makefile | |
parent | 53640f42be9f18368a8339116f8abf30616c60b2 (diff) | |
download | ffmpeg-439e32f9b86adbefafceec2034cc649c0b329805.tar.gz |
RealText demuxer and decoder.
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 96fb954cad..9eaf28acae 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -255,6 +255,7 @@ OBJS-$(CONFIG_QCP_DEMUXER) += qcp.o OBJS-$(CONFIG_R3D_DEMUXER) += r3d.o OBJS-$(CONFIG_RAWVIDEO_DEMUXER) += rawvideodec.o rawdec.o OBJS-$(CONFIG_RAWVIDEO_MUXER) += rawenc.o +OBJS-$(CONFIG_REALTEXT_DEMUXER) += realtextdec.o OBJS-$(CONFIG_RL2_DEMUXER) += rl2.o OBJS-$(CONFIG_RM_DEMUXER) += rmdec.o rm.o OBJS-$(CONFIG_RM_MUXER) += rmenc.o rm.o |