File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments