diff options
author | Ivan Schreter <schreter@gmx.net> | 2009-08-22 16:05:43 +0000 |
---|---|---|
committer | Ivan Schreter <schreter@gmx.net> | 2009-08-22 16:05:43 +0000 |
commit | 101036adb9ad143c1da8db41c2dd89eaf6d32deb (patch) | |
tree | 7a7fd7611115bfc8fc21d7e070e3956ecf90f268 /libavformat/Makefile | |
parent | 50b1785a578a44124877c4fe93e21c0c9376446b (diff) | |
download | ffmpeg-101036adb9ad143c1da8db41c2dd89eaf6d32deb.tar.gz |
Support for generic multi-stream key frame finding for new seek API.
Originally committed as revision 19680 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index e4aa53abd0..89b6ce2a45 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -5,7 +5,7 @@ FFLIBS = avcodec avutil HEADERS = avformat.h avio.h -OBJS = allformats.o cutils.o metadata.o metadata_compat.o options.o os_support.o sdp.o utils.o +OBJS = allformats.o cutils.o metadata.o metadata_compat.o options.o os_support.o sdp.o seek.o utils.o # muxers/demuxers OBJS-$(CONFIG_AAC_DEMUXER) += raw.o id3v1.o id3v2.o |