mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
50758181a3
This commit updates the formatting for all ports to be updated in this PR in one go, to keep those changes centralized.
11 lines
352 B
Bash
Executable file
11 lines
352 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='x264'
|
|
version='baee400fa9ced6f5481a728138fed6e867b0ff7f'
|
|
files=(
|
|
"https://code.videolan.org/videolan/x264/-/archive/${version}/x264-master.tar.gz#436a2be54d8bc0cb05dd33ecbbcb7df9c3b57362714fcdaa3a5991189a33319b"
|
|
)
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
configopts=(
|
|
'--enable-shared'
|
|
)
|