1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 06:47:35 +00:00

Ports/x264: Update x264 to version baee400

This commit is contained in:
EWouters 2022-06-03 21:34:04 +02:00 committed by Linus Groh
parent 6f4a903be6
commit e3eb45c6e5
2 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=x264
version=bfc87b7a330f75f5c9a21e56081e4b20344f139e
useconfigure=true
files="https://code.videolan.org/videolan/x264/-/archive/${version}/x264-master.tar.gz libx264-${version}.tar.gz 2ca2344fc2d657150599687e128dac8816b07e8d5c991fa2281e51fe647bbbe7"
auth_type=sha256
port='x264'
version='baee400fa9ced6f5481a728138fed6e867b0ff7f'
files="https://code.videolan.org/videolan/x264/-/archive/${version}/x264-master.tar.gz libx264-${version}.tar.gz 436a2be54d8bc0cb05dd33ecbbcb7df9c3b57362714fcdaa3a5991189a33319b"
auth_type='sha256'
useconfigure='true'
use_fresh_config_sub='true'
configopts=("--enable-shared")
use_fresh_config_sub=true