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

Ports: Add x264

This commit is contained in:
Hunter Kvalevog 2022-04-02 19:14:23 -05:00 committed by Linus Groh
parent 9ca15793e7
commit a0bbadac14
4 changed files with 42 additions and 0 deletions

8
Ports/x264/package.sh Executable file
View file

@ -0,0 +1,8 @@
#!/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
configopts=("--enable-shared")