shithub: opusfile

Download patch

ref: f83826bc3b45e7f8d946f82db31b92742620a51e
parent: 884aa61033fa15903351518013c313eea31dd2a4
author: Timothy B. Terriberry <tterribe@xiph.org>
date: Sat Jul 13 09:38:36 EDT 2013

Typo fix.

--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@
     #  affects header declarations, not linking (unless we actually use some
     #  XP-only functions).
     AC_DEFINE_UNQUOTED(_WIN32_WINNT,0x501,
-     [We need at least WindowsXP for getaddrinfo/freaddrinfo])
+     [We need at least WindowsXP for getaddrinfo/freeaddrinfo])
     host_mingw=true
     ;;
 esac