Skip to content

Commit a43dfc1

Browse files
committed
libx264: use asm sources
1 parent 35a7006 commit a43dfc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libx264/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ pkgver() {
2626
build() {
2727
source "${PS5_PAYLOAD_SDK}/toolchain/prospero.sh"
2828
cd x264
29-
29+
export AS=nasm
3030
./configure --prefix="${PREFIX}" --host=x86_64-pc-freebsd \
3131
--enable-static \
32-
--disable-avs --disable-asm
32+
--disable-avs
3333
${MAKE}
3434
}
3535

0 commit comments

Comments
 (0)