Skip to content

Commit 7e39939

Browse files
authored
Ci: Fix FFmpeg build (#1275)
Replace the old FFmpeg build code with the currently used build script in the build composite action used in smoke and nightly tests.
1 parent 88c3566 commit 7e39939

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/actions/build/action.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,9 @@ runs:
4747
./build.sh
4848
sudo ldconfig
4949
shell: bash
50-
- name: 'installation: Build openh264'
51-
working-directory: openh264
52-
run: |
53-
make -j "$(nproc)"
54-
sudo make install
55-
sudo ldconfig
56-
shell: bash
5750
- name: 'installation: Build FFmpeg'
58-
working-directory: ffmpeg
59-
run: |
60-
git am ../ecosystem/ffmpeg_plugin/7.0/*.patch
61-
cp ../ecosystem/ffmpeg_plugin/mtl_*.c -rf libavdevice/
62-
cp ../ecosystem/ffmpeg_plugin/mtl_*.h -rf libavdevice/
63-
./configure --enable-shared --disable-static --enable-nonfree --enable-pic --enable-gpl --enable-libopenh264 --enable-encoder=libopenh264 --enable-mtl
64-
make -j "$(nproc)"
65-
sudo make install
66-
sudo ldconfig
51+
working-directory: ecosystem/ffmpeg_plugin
52+
run: ./build.sh
6753
shell: bash
6854
- name: 'installation: Build GStreamer'
6955
working-directory: ecosystem/gstreamer_plugin

0 commit comments

Comments
 (0)