mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Update FFMPEG and enable H265 Decoder
This commit is contained in:
parent
88230d54d7
commit
526286c5d7
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ cd "./$1"
|
|||
shift
|
||||
ROOT="`pwd`"
|
||||
|
||||
TAG=n4.2
|
||||
TAG=n4.3.1
|
||||
|
||||
git clone https://git.ffmpeg.org/ffmpeg.git --depth 1 -b $TAG && cd ffmpeg || exit 1
|
||||
|
||||
./configure --disable-all --enable-avcodec --enable-decoder=h264 --enable-hwaccel=h264_vaapi --prefix="$ROOT/ffmpeg-prefix" "$@" || exit 1
|
||||
./configure --disable-all --enable-avcodec --enable-decoder=h264 --enable-decoder=hevc --enable-hwaccel=h264_vaapi --prefix="$ROOT/ffmpeg-prefix" "$@" || exit 1
|
||||
make -j4 || exit 1
|
||||
make install || exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue