shithub: opus

Download patch

ref: 67224e3c720904c17050c366d4f746ceeffb9049
parent: 6caf1222dfdcd92a10556eab47010107daadc85b
author: Jean-Marc Valin <[email protected]>
date: Thu Jul 8 07:25:43 EDT 2010

autotools details

--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,5 @@
 
 #AM_CFLAGS = -Isrc -Iinterface -fPIC -Wall -O3 
-AUTOMAKE_OPTS = gnu
 NAME = libSKP_SILK_SDK
 AM_CPPFLAGS = $(AM_CFLAGS)
 
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
 # Run this to set up the build system: configure, makefiles, etc.
 # (based on the version in enlightenment's cvs)
 
-package="celt"
+package="silk"
 
 olddir=`pwd`
 srcdir=`dirname $0`