shithub: opusfile

Download patch

ref: 2a8bfdd460f92301379dc6c787e345d4d88f7d89
parent: 449868849aededd4b21c601ba99f84978ff0dfcf
author: Timothy B. Terriberry <tterribe@xiph.org>
date: Mon Sep 17 11:47:39 EDT 2012

Update opusfile.h's include guard.

3f18c55f moved it out of opus/, so strip the prefix.

--- a/include/opusfile.h
+++ b/include/opusfile.h
@@ -14,8 +14,8 @@
  last mod: $Id: vorbisfile.h 17182 2010-04-29 03:48:32Z xiphmont $
 
  ********************************************************************/
-#if !defined(_opus_opusfile_h)
-# define _opus_opusfile_h (1)
+#if !defined(_opusfile_h)
+# define _opusfile_h (1)
 
 # if defined(__cplusplus)
 extern "C" {