From 101036adb9ad143c1da8db41c2dd89eaf6d32deb Mon Sep 17 00:00:00 2001 From: Ivan Schreter Date: Sat, 22 Aug 2009 16:05:43 +0000 Subject: Support for generic multi-stream key frame finding for new seek API. Originally committed as revision 19680 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/Makefile') 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 -- cgit v1.2.3