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
Showing
- Makefile 1 addition, 2 deletionsMakefile
- avbuild/.gitignore 1 addition, 0 deletionsavbuild/.gitignore
- avbuild/library.mak 5 additions, 2 deletionsavbuild/library.mak
- avbuild/pkgconfig_generate.sh 50 additions, 0 deletionsavbuild/pkgconfig_generate.sh
- configure 22 additions, 45 deletionsconfigure
- libavcodec/Makefile 1 addition, 0 deletionslibavcodec/Makefile
- libavdevice/Makefile 1 addition, 0 deletionslibavdevice/Makefile
- libavfilter/Makefile 1 addition, 0 deletionslibavfilter/Makefile
- libavformat/Makefile 1 addition, 0 deletionslibavformat/Makefile
- libavresample/Makefile 1 addition, 0 deletionslibavresample/Makefile
- libavutil/Makefile 1 addition, 0 deletionslibavutil/Makefile
- libswscale/Makefile 1 addition, 0 deletionslibswscale/Makefile
Loading
Please register or sign in to comment