Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit af90f8c

Browse files
committed
ffmpeg
1 parent 732ab87 commit af90f8c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ffmpeg/PKGBUILD

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
pkgname=ffmpeg
88
pkgver=6.1.1
9-
pkgrel=3
9+
pkgrel=4
1010
epoch=2
1111
pkgdesc='Complete solution to record, convert and stream audio and video'
1212
arch=(loong64 x86_64)
@@ -156,7 +156,7 @@ build() {
156156
--disable-stripping \
157157
--enable-amf \
158158
--enable-avisynth \
159-
--disable-cuda-llvm \
159+
--enable-cuda-llvm \
160160
--enable-lto \
161161
--enable-fontconfig \
162162
--enable-frei0r \
@@ -216,7 +216,6 @@ build() {
216216
--enable-shared \
217217
--enable-version3 \
218218
--disable-doc \
219-
--disable-lsx \
220219
--enable-vulkan
221220
make
222221
make tools/qt-faststart

0 commit comments

Comments
 (0)