summaryrefslogtreecommitdiff
path: root/libavcore/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-27 06:58:42 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-27 06:58:42 +0000
commit54d1d1ba17af8092529096bd252f7ec73053c65e (patch)
tree43e279835538b3c5fd7138e34de3938d0ec068e5 /libavcore/Makefile
parent673fe599b31bf2e9d5920ce5ef1a45c5e126d676 (diff)
libavcore needs libavutil
Originally committed as revision 24532 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcore/Makefile')
-rw-r--r--libavcore/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcore/Makefile b/libavcore/Makefile
index f719a72e03..4c1f9fcc5f 100644
--- a/libavcore/Makefile
+++ b/libavcore/Makefile
@@ -1,6 +1,7 @@
include $(SUBDIR)../config.mak
NAME = avcore
+FFLIBS = avutil
HEADERS = avcore.h \
parseutils.h \