mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
9 lines
384 B
Bash
Executable file
9 lines
384 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 libx264-${version}.tar.gz 436a2be54d8bc0cb05dd33ecbbcb7df9c3b57362714fcdaa3a5991189a33319b"
|
|
auth_type='sha256'
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
configopts=("--enable-shared")
|