From 54d1d1ba17af8092529096bd252f7ec73053c65e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Tue, 27 Jul 2010 06:58:42 +0000
Subject: [PATCH] libavcore needs libavutil

Originally committed as revision 24532 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcore/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcore/Makefile b/libavcore/Makefile
index f719a72e030..4c1f9fcc5f7 100644
--- a/libavcore/Makefile
+++ b/libavcore/Makefile
@@ -1,6 +1,7 @@
 include $(SUBDIR)../config.mak
 
 NAME = avcore
+FFLIBS = avutil
 
 HEADERS = avcore.h                                                      \
           parseutils.h                                                  \
-- 
GitLab