shithub: libvpx

Download patch

ref: 7e54f0fe4b821f51b77b48acce577dcfd7a91fae
parent: ee72b6915e777b34b431cc600ea8d75b81e24cab
parent: f3627c82d06f59f1a18b82b741115709def19fc0
author: James Zern <[email protected]>
date: Thu Sep 24 23:22:15 EDT 2015

Merge "configure: reference the README for missing yasm"

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1214,7 +1214,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"