diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-12-20 14:27:19 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-12-22 12:30:54 +0100 |
commit | 92db5083077a8b0f8e1050507671b456fd155125 (patch) | |
tree | 142d95a9446bfeca63688f4751c8272615e5af8c /libswscale/Makefile | |
parent | edb434873238876790f6a17bb65490cc29a1d176 (diff) | |
download | ffmpeg-streaming-92db5083077a8b0f8e1050507671b456fd155125.zip ffmpeg-streaming-92db5083077a8b0f8e1050507671b456fd155125.tar.gz |
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
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r-- | libswscale/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index c9b2fc9..a9502f6 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -1,4 +1,5 @@ NAME = swscale +DESC = Libav image rescaling library HEADERS = swscale.h \ version.h \ |