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. --- libavresample/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'libavresample') diff --git a/libavresample/Makefile b/libavresample/Makefile index 68052802ed..b9ca491194 100644 --- a/libavresample/Makefile +++ b/libavresample/Makefile @@ -1,5 +1,4 @@ NAME = avresample -FFLIBS = avutil HEADERS = avresample.h \ version.h \ -- cgit v1.2.3