Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/x264/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Template file for 'x264'
pkgname=x264
version=20250402.165
revision=1
revision=2
_commit=b35605ace3ddf7c1a5d67a2eb553f034aef41d55
build_style=configure
configure_args="--prefix=/usr --enable-static --enable-shared
--host=$XBPS_CROSS_TRIPLET --sysroot=$XBPS_CROSS_BASE"
--host=$XBPS_CROSS_TRIPLET --sysroot=$XBPS_CROSS_BASE
--extra-ldflags=-Wl,-z,noexecstack"
hostmakedepends="nasm perl"
short_desc="Free library for encoding H264/AVC video streams"
maintainer="Orphaned <orphan@voidlinux.org>"
Expand Down