summaryrefslogtreecommitdiff
path: root/multimedia/libvpx/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-11-13 22:22:03 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-11-13 22:22:03 +0000
commit334a989f2dc1e98b0a3bce2dbb41c8a30254d30d (patch)
treea4821970d287369ad5d35b33506b0b16a886114e /multimedia/libvpx/Makefile
parentgecko: configure is part of build since r373830 (diff)
multimedia/libvpx: use nasm by default, following ffmpeg
Notes
Notes: svn path=/head/; revision=454153
Diffstat (limited to 'multimedia/libvpx/Makefile')
-rw-r--r--multimedia/libvpx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile
index d5772202c2ee..86e17d18483a 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -13,7 +13,7 @@ COMMENT= VP8/VP9 Codec SDK
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= yasm:devel/yasm
+BUILD_DEPENDS= nasm:devel/nasm
USE_GITHUB= yes
GH_ACCOUNT= webmproject