| Commit message (Collapse) | Author | Age |
... | |
| |
| |
| |
| |
| |
| | |
This reverts commit 906260789a5c83195c126afa99de573affd26913.
FFmpeg will segfault if built with x265 when GCC 8svn is used.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Additional packages are required for building Binutils from SVN.
MacOS requires --disable-werror for Binutils due to a commit not yet in the 2.30 branch.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
tar -xf <file> without the archive type is widely supported and simplifies the extraction command.
The xz program is not actually required to extract an xz archives with tar -xf.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
2.30 seems have have an issue with x265:
Stream #0:0 -> #0:x265 [error]: Only bit depths of 0 are supported in this build
Further investigation is needed to find the real issue here.
|
| | |
|
| |\
| | |
| | | |
bump gcc to v7.3.0
|
| | | |
|
| |\ \
| | | |
| | | | |
remove trailing whitespace
|
| | |/ |
|
| |\ \
| | |/
| |/| |
Use existing path variables
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | | |
Clone mingw-w64 using --depth 1
|
| | |
| | |
| | | |
Full git history is not necessary to run the build. This speed up the cloning process as well
|
| |\ \
| | |/
| |/| |
Run configure command using relative path
|
| |/
| |
| | |
On Win10, gcc build fails during configure due to an issue related to absolute path invocation under msys.
|
| |
| |
| | |
mingw-w64-build has been tested on the listed platforms, but will likely compile on other Unix systems.
|
| |
| |
| | |
Updated the mingw-w64-build script to version 4.0.0.
|
| | |
|
| |
|
|
|
|
| |
Signed-off-by: lns <matzeton@googlemail.com>
|
|
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
|
|
|
| |
* README update
* make help
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
|
|
| |
* set parallel jobs for mingw-w64-build via Makefile.deps
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
|
|
| |
* Force Gitlab-CI to fail if `make deps`fails.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
|
|
| |
* The script adds x86_64-w64-mingw32/bin and x86_64-w64-mingw32/x86_64-w64-mingw32/bin to PATH
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
|
|
| |
advisory.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
|
|
|
|
| |
* split CRT in a C and C++ part
* use "fake" entry point to init CRT and set a DriverUnload routine for de-init
* added -Wl,--exclude-all-symbols to DRIVER_LDFLAGS
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
|
|
| |
* simplified DriverThread::SpinLock
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
|
|
| |
driver images with osslsigncode.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|
|
|
|
|
| |
* use osslsigncode to sign drivers/apps
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|