diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-27 08:03:09 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-27 08:03:09 +0000 |
commit | 4db40efa4709fb58498ef32673acf55504a33ce3 (patch) | |
tree | d7b8c69a32b1431dfcf93592aeeafb6aeacbd01a /libavformat | |
parent | de29597680815bfdb0c1de3dcf02355bdf534b8f (diff) | |
download | ffmpeg-4db40efa4709fb58498ef32673acf55504a33ce3.tar.gz |
libavformat needs libavcore
Originally committed as revision 24536 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index c32a254878..f73bc54a7d 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -1,7 +1,7 @@ include $(SUBDIR)../config.mak NAME = avformat -FFLIBS = avcodec avutil +FFLIBS = avcodec avcore avutil HEADERS = avformat.h avio.h |