From 449511740f06a4675b0066730fa45cdb764ffafc Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Thu, 1 May 2014 13:18:57 +0200 Subject: build: handle library dependencies in configure Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak. --- libavformat/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 0ef6d83aba..2a6812085d 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -1,5 +1,4 @@ NAME = avformat -FFLIBS = avcodec avutil HEADERS = avformat.h \ avio.h \ -- cgit v1.2.3