Skip to content

Commit 0374038

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fancybits
2 parents d01e4dc + a140b6a commit 0374038

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ jobs:
3939
- name: Configure Brew packages ffmpeg7
4040
if: ${{ matrix.ffmpeg_version == 'ffmpeg7' }}
4141
run: |
42-
brew install autoconf automake libtool pkgconf argtable ffmpeg sdl12-compat
42+
brew install autoconf automake libtool pkgconf argtable ffmpeg sdl2
4343
4444
- name: Configure Brew packages ffmpeg6
4545
if: ${{ matrix.ffmpeg_version == 'ffmpeg6' }}
4646
run: |
47-
brew install autoconf automake libtool pkgconf argtable ffmpeg@6 sdl12-compat
47+
brew install autoconf automake libtool pkgconf argtable ffmpeg@6 sdl2
4848
brew link ffmpeg@6
4949
5050
- name: Configure Brew packages ffmpeg5
5151
if: ${{ matrix.ffmpeg_version == 'ffmpeg5' }}
5252
run: |
53-
brew install autoconf automake libtool pkgconf argtable ffmpeg@5 sdl12-compat
53+
brew install autoconf automake libtool pkgconf argtable ffmpeg@5 sdl2
5454
brew link ffmpeg@5
5555
5656
- name: Setup msys2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ First install Xcode (freely available from the Mac OS X App Store). After it's i
6767
The easiest way to install Comskip's dependencies is via Homebrew (http://brew.sh/):
6868

6969
```
70-
$ brew install autoconf automake libtool pkgconf argtable ffmpeg sdl12-compat
70+
$ brew install autoconf automake libtool pkgconf argtable ffmpeg sdl2
7171
```
7272

7373
[Macports](https://www.macports.org/install.php) natively compiles all libraries from source. The project [etv-comskip](https://github.com/essandess/etv-comskip) has an example [Makefile](https://github.com/essandess/etv-comskip/blob/master/Makefile) using Macports tools.

comskip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define COMSKIP
33
#endif
44
#ifdef _WIN32
5-
#define PACKAGE_STRING " Comskip 0.82.011"
5+
#define PACKAGE_STRING " Comskip 0.83.001"
66
#endif
77
#define _UNICODE
88

0 commit comments

Comments
 (0)