shithub: opus-tools

Download patch

ref: ed8978ba404c4d04afca2c2ad46d70e8c6eda5a0
parent: c20f6b4e3dc8046a76ca8bc5c09e34cc1579ec7b
author: Ralph Giles <giles@mozilla.com>
date: Thu Apr 12 06:34:42 EDT 2012

Revert #undef OLD_LIBOGG.

This was accidentally included in the previous commit.

--- a/src/opusenc.c
+++ b/src/opusenc.c
@@ -59,7 +59,6 @@
 #endif
 
 #define OLD_LIBOGG 1
-#undef OLD_LIBOGG
 
 #ifdef VALGRIND
 #include <valgrind/memcheck.h>
--