]> git.sesse.net Git - ffmpeg/commit
build: Generate pkg-config files from Make and not from configure
authorDiego Biurrun <diego@biurrun.de>
Tue, 20 Dec 2016 13:27:19 +0000 (14:27 +0100)
committerDiego Biurrun <diego@biurrun.de>
Thu, 22 Dec 2016 11:30:54 +0000 (12:30 +0100)
commit92db5083077a8b0f8e1050507671b456fd155125
tree142d95a9446bfeca63688f4751c8272615e5af8c
parentedb434873238876790f6a17bb65490cc29a1d176
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
12 files changed:
Makefile
avbuild/.gitignore
avbuild/library.mak
avbuild/pkgconfig_generate.sh [new file with mode: 0755]
configure
libavcodec/Makefile
libavdevice/Makefile
libavfilter/Makefile
libavformat/Makefile
libavresample/Makefile
libavutil/Makefile
libswscale/Makefile