[vlc-commits] [Git][videolan/vlc][master] 4 commits: contrib: add a command to install the built CMake target

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Oct 11 12:14:20 UTC 2022



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
0f2caa56 by Steve Lhomme at 2022-10-11T11:39:27+00:00
contrib: add a command to install the built CMake target

- - - - -
6c86ff70 by Steve Lhomme at 2022-10-11T11:39:27+00:00
contrib: replace CMAKEBUILD --target install with CMAKEINSTALL

We don't need to know the prefix when compiling. We also don't need multiple
threads to install files. They will be better used for compiling files.

- - - - -
ee7f1173 by Steve Lhomme at 2022-10-11T11:39:27+00:00
contrib: x265: patch the pkg-config file before it's installed

- - - - -
d2b9059d by Steve Lhomme at 2022-10-11T11:39:27+00:00
contrib: use cmake --install to install CMake targets

It is cleaner than using an internal "install" target which may not be on all
CMake generators.

We don't need multiple threads to install files. They will be better used for
compiling files.

- - - - -


30 changed files:

- contrib/src/aom/rules.mak
- contrib/src/chromaprint/rules.mak
- contrib/src/ebml/rules.mak
- contrib/src/flac/rules.mak
- contrib/src/fluid/rules.mak
- contrib/src/fluidlite/rules.mak
- contrib/src/freetype2/rules.mak
- contrib/src/glew/rules.mak
- contrib/src/glslang/rules.mak
- contrib/src/gme/rules.mak
- contrib/src/jpeg/rules.mak
- contrib/src/libaribcaption/rules.mak
- contrib/src/libebur128/rules.mak
- contrib/src/libxml2/rules.mak
- contrib/src/main.mak
- contrib/src/matroska/rules.mak
- contrib/src/mpcdec/rules.mak
- contrib/src/mysofa/rules.mak
- contrib/src/nfs/rules.mak
- contrib/src/ogg/rules.mak
- contrib/src/openjpeg/rules.mak
- contrib/src/opus/rules.mak
- contrib/src/png/rules.mak
- contrib/src/projectM/rules.mak
- contrib/src/soxr/rules.mak
- contrib/src/spatialaudio/rules.mak
- contrib/src/srt/rules.mak
- contrib/src/taglib/rules.mak
- contrib/src/vulkan-headers/rules.mak
- contrib/src/vulkan-loader/rules.mak


The diff was not included because it is too large.


View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/7cc8e7072e2c2b8df0a7ea038ce8ebe5c769196f...d2b9059d191a7752fdcc57c454360ed4dc4a6104

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/7cc8e7072e2c2b8df0a7ea038ce8ebe5c769196f...d2b9059d191a7752fdcc57c454360ed4dc4a6104
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list