summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/ffmpeg/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD
index 483b4b58..f0f6f8e1 100644
--- a/extra/ffmpeg/PKGBUILD
+++ b/extra/ffmpeg/PKGBUILD
@@ -17,3 +17,6 @@ if [ "$CARCH" == 'i686' ] || [ "$CARCH" == 'i486' ]; then
)"
fi
+
+# force picking of a modern libvpx and not libvpx1.3 needed for steam
+makedepends+=('libvpx>=1.8.2')