shithub: opus

Download patch

ref: ec29ffd94407864e565956e1fa0f834c43502508
parent: e2cdf9b98f8ebb814c7b8c23c6f793715719d033
author: Alexander Kochetkov <al.kochet@gmail.com>
date: Mon Sep 11 09:45:01 EDT 2017

Fix typo with NE10 prefix

Prefix passed using '--with-NE10=PFX' not used as NE10 include path.

Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com>
Signed-off-by: Ralph Giles <giles@thaumas.net>

--- a/configure.ac
+++ b/configure.ac
@@ -414,7 +414,7 @@
          NE10_CFLAGS="-I$NE10_includes"
       elif test "x$NE10_prefix" = "xno" || test "x$NE10_prefix" = "xyes" ; then
          NE10_CFLAGS=""
-      elif test "x$ogg_prefix" != "x" ; then
+      elif test "x$NE10_prefix" != "x" ; then
          NE10_CFLAGS="-I$NE10_prefix/include"
       elif test "x$prefix" != "xNONE"; then
          NE10_CFLAGS="-I$prefix/include"