Commits on Source (24)
-
No need to change the current directory.
9b021153 -
I believe that's what the + is for. It's used on all other $(CMAKEBUILD) calls.
0c327872 -
LDFLAGS is already set in HOSTVARS
0857e1c9 -
They are already using $(PIC) with $(HOSTVARS_PIC)
180a3a2e -
It's off by default.
9aee5328 -
FLUIDSYNTH_NOT_A_DLL is not used anymore when built statically. Here's the file used to generate the public header: https://github.com/FluidSynth/fluidsynth/blob/v2.1.8/include/fluidsynth.cmake
e1fb8bcb -
It's used to set the library prefix between glew (dynamic) and glew_s (static). But only the static target (glew_s) is selected in our environment. It will pick the proper prefix on its own. It's not even a public option to set.
bf1793ee -
These options don't exist. The others are set to non default values.
9ac24e74 -
It's automatically enabled for Apple targets and not used otherwise.
9d850c6a -
It's automatically enabled for Windows targets and not used otherwise.
50199cc9 -
The test was always true. Move the dependencies definitions higher in the makefile, in line with other contribs.
993e42df -
The test was always true.
d648f802 -
b92fa941
-
It has the same effect as using HOSTVARS_PIC which we already use.
86ca8580 -
lrint uses libm which is set in CMAKE_REQUIRED_LIBRARIES. But check_function_exists() won't use it with cmake older than 3.12. This removes the need for Wno-dev.
3e093fac -
375d5a48
-
60b079bb
-
It can be removed once we update to the next release. The previous patch potentially hides an error handling.
183ecb2e -
We do force CMAKE_INSTALL_LIBDIR which makes srt not use any other of the GNU directories... Merged upstream: https://github.com/Haivision/srt/pull/2450
055841ec -
It contains Marvin's patch to respect BUILD_SHARED_LIBS.
06c6fccc -
This is how it's done for autotools target and some cmake targets. It makes long lines a little better to read.
780b04d3 -
dd0c79a7
-
Just like we do with autotools builds, we configure the target every time we build a contrib. In the case of cmake, touching `toolchain.cmake` does rebuild the cmake contribs but if there's a cache it's not reconfigured and doesn't rebuild anything.
575c4acd -
58bd8131
Showing
- contrib/src/aom/rules.mak 1 addition, 3 deletionscontrib/src/aom/rules.mak
- contrib/src/chromaprint/rules.mak 1 addition, 0 deletionscontrib/src/chromaprint/rules.mak
- contrib/src/ebml/rules.mak 2 additions, 1 deletioncontrib/src/ebml/rules.mak
- contrib/src/fluid/rules.mak 2 additions, 1 deletioncontrib/src/fluid/rules.mak
- contrib/src/fluidlite/rules.mak 1 addition, 1 deletioncontrib/src/fluidlite/rules.mak
- contrib/src/glew/rules.mak 2 additions, 1 deletioncontrib/src/glew/rules.mak
- contrib/src/glslang/rules.mak 4 additions, 2 deletionscontrib/src/glslang/rules.mak
- contrib/src/gme/rules.mak 4 additions, 1 deletioncontrib/src/gme/rules.mak
- contrib/src/libaribcaption/rules.mak 8 additions, 29 deletionscontrib/src/libaribcaption/rules.mak
- contrib/src/libebur128/0001-CMake-Respect-the-BUILD_SHARED_LIBS-option-instead-o.patch 0 additions, 121 deletions...Make-Respect-the-BUILD_SHARED_LIBS-option-instead-o.patch
- contrib/src/libebur128/SHA512SUMS 1 addition, 1 deletioncontrib/src/libebur128/SHA512SUMS
- contrib/src/libebur128/rules.mak 5 additions, 3 deletionscontrib/src/libebur128/rules.mak
- contrib/src/matroska/rules.mak 1 addition, 0 deletionscontrib/src/matroska/rules.mak
- contrib/src/mpcdec/rules.mak 4 additions, 1 deletioncontrib/src/mpcdec/rules.mak
- contrib/src/mysofa/rules.mak 4 additions, 2 deletionscontrib/src/mysofa/rules.mak
- contrib/src/openjpeg/rules.mak 4 additions, 4 deletionscontrib/src/openjpeg/rules.mak
- contrib/src/projectM/rules.mak 8 additions, 9 deletionscontrib/src/projectM/rules.mak
- contrib/src/soxr/rules.mak 7 additions, 6 deletionscontrib/src/soxr/rules.mak
- contrib/src/soxr/soxr-check-function.patch 11 additions, 0 deletionscontrib/src/soxr/soxr-check-function.patch
- contrib/src/spatialaudio/rules.mak 4 additions, 2 deletionscontrib/src/spatialaudio/rules.mak
contrib/src/soxr/soxr-check-function.patch
0 → 100644