Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacOS test scripts: Enable FFmpeg6 from Homebrew | Sven Gothel | 2023-08-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Install Homebrew https://brew.sh/ > /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Follow further directions... Install FFmpeg (Currently v6) https://formulae.brew.sh/formula/ffmpeg > brew install ffmpeg or > brew install fmpeg@6 Leaves the ffmpeg libraries in: - x86_64: /usr/local/Cellar/ffmpeg/6.0/lib - aarch64: /opt/homebrew/Cellar/ffmpeg/6.0/lib | ||||
* | scripts/tests*.sh: Put 'ulimit -c unlimited' in root script | Sven Gothel | 2023-01-22 | 1 | -2/+0 |
| | |||||
* | Update test scripts: Use Java17 module jvm args: --add-opens ↵ | Sven Gothel | 2023-01-17 | 1 | -1/+1 |
| | | | | java.desktop/sun.awt=ALL-UNNAMED --add-opens java.desktop/sun.java2d=ALL-UNNAMED | ||||
* | SWT 4.26: Add cocoa-maxosx-aarch64 blob w/o src; Add ↵ | Sven Gothel | 2023-01-16 | 1 | -0/+21 |
scripts/tests-osx-aarch64.sh |