File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,18 @@ jobs:
39
39
- name : Install dependencies
40
40
run : composer install --prefer-dist --no-progress
41
41
42
- - name : Install FFmpeg
42
+ - name : Install FFmpeg 7.1.1
43
43
run : |
44
44
sudo apt update
45
45
sudo apt install -y \
46
46
autoconf automake build-essential cmake git libtool \
47
47
pkg-config texinfo zlib1g-dev libx264-dev libx265-dev \
48
48
libvpx-dev libfdk-aac-dev libmp3lame-dev libopus-dev \
49
49
nasm
50
-
51
- git clone --depth=1 https://github.com/FFmpeg/FFmpeg.git
50
+
51
+ git clone https://github.com/FFmpeg/FFmpeg.git
52
52
cd FFmpeg
53
+ git checkout n7.1.1
53
54
./configure --enable-shared --enable-gpl --enable-nonfree \
54
55
--enable-libx264 --enable-libx265 --enable-libvpx \
55
56
--enable-libfdk-aac --enable-libmp3lame --enable-libopus
63
64
php -v
64
65
php -r "echo 'FFI enabled: ' . (extension_loaded('ffi') ? 'yes' : 'no') . PHP_EOL;"
65
66
66
-
67
67
- name : Run PHPUnit tests
68
68
run : vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments