From 92db5083077a8b0f8e1050507671b456fd155125 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 20 Dec 2016 14:27:19 +0100 Subject: build: Generate pkg-config files from Make and not from configure This moves work from the configure to the Make stage where it can be parallelized and ensures that pkgconfig files are updated when library versions change. Bug-Id: 449 --- libavdevice/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavdevice') diff --git a/libavdevice/Makefile b/libavdevice/Makefile index 664fa0f9ff..ab8931c639 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -1,4 +1,5 @@ NAME = avdevice +DESC = Libav device handling library HEADERS = avdevice.h \ version.h \ -- cgit v1.2.3