diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-06-22 21:56:30 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-06-29 19:13:24 +0200 |
commit | 7c9f9685ae2d45d5bbb939483a01266622e8f14c (patch) | |
tree | 0e898fa7975b17ad858a7e7663c7e1c03589a588 /libavformat/Makefile | |
parent | f926d9161136294936b65d64a9021ce35df3c8c2 (diff) | |
download | ffmpeg-7c9f9685ae2d45d5bbb939483a01266622e8f14c.tar.gz |
lavf: add internal demuxer helpers for subtitles.
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 18be808d6f..2d78a81a3f 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -19,6 +19,7 @@ OBJS = allformats.o \ riff.o \ sdp.o \ seek.o \ + subtitles.o \ utils.o \ OBJS-$(CONFIG_NETWORK) += network.o |