shithub: aacenc

Download patch

ref: 3bee5b1e426088cd4ec214b6ee60494f48b68631
parent: a9238400c72ed8ddf8fbaf9265280f786a348314
author: oxygene <oxygene>
date: Mon Mar 5 16:24:02 EST 2001

Included math.h for math functions in linux.

--- a/libfaac/tns.c
+++ b/libfaac/tns.c
@@ -16,9 +16,10 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
- * $Id: tns.c,v 1.1 2001/02/28 18:39:34 menno Exp $
+ * $Id: tns.c,v 1.2 2001/03/05 21:24:02 oxygene Exp $
  */
 
+#include <math.h>
 #include <malloc.h>
 #include "frame.h"
 #include "coder.h"