Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-07 19:40:51 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-07 19:40:51 +0300
commit733222e8aac4ecc102657e4d69a7ec5ee3c38319 (patch)
treec0b70323eebb576163611dd88b7f3697b829a44c
parent0de96c1124886c5c4473d9ad48797d07780e7d3b (diff)
extra/ffmpeg: Fix missing comment
-rw-r--r--extra/ffmpeg/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD
index 7035be65..ace68ef8 100644
--- a/extra/ffmpeg/PKGBUILD
+++ b/extra/ffmpeg/PKGBUILD
@@ -1,4 +1,4 @@
-Disable mfx - libmfx does not compile
+# Disable mfx - libmfx does not compile
depends=(${depends[@]//libmfx/})
eval "$(
declare -f build | \