shithub: libvpx

Download patch

ref: f3627c82d06f59f1a18b82b741115709def19fc0
parent: af631e1f1959cf4961e1abeb7f547d6a9114fbcd
author: James Zern <[email protected]>
date: Wed Sep 23 13:51:42 EDT 2015

configure: reference the README for missing yasm

Change-Id: I2ad799901385011764affadeaddcc271df21509f

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1167,7 +1167,8 @@
               && AS=""
           fi
           [ "${AS}" = auto ] || [ -z "${AS}" ] \
-            && die "Neither yasm nor nasm have been found"
+            && die "Neither yasm nor nasm have been found." \
+                   "See the prerequisites section in the README for more info."
           ;;
       esac
       log_echo "  using $AS"