summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-27 08:03:09 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-27 08:03:09 +0000
commit4db40efa4709fb58498ef32673acf55504a33ce3 (patch)
treed7b8c69a32b1431dfcf93592aeeafb6aeacbd01a /libavformat/Makefile
parentde29597680815bfdb0c1de3dcf02355bdf534b8f (diff)
libavformat needs libavcore
Originally committed as revision 24536 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
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