summaryrefslogtreecommitdiff
path: root/lib/envelope.c
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-01-05 03:11:12 +0000
committerMonty <xiphmont@xiph.org>2000-01-05 03:11:12 +0000
commit652d2ed76323192989fde63ef434e8392d16f7b8 (patch)
treea95bfb38b3321fc827d563053e27c90ef219614f /lib/envelope.c
parent80ccca876413fd0c8f3364197503d0c49a1742e6 (diff)
downloadlibvorbis-git-652d2ed76323192989fde63ef434e8392d16f7b8.tar.gz
More shuffling of includes to ease codebook integration. This breaks
the VQ build, but I'll fix that right away. Monty svn path=/trunk/vorbis/; revision=223
Diffstat (limited to 'lib/envelope.c')
-rw-r--r--lib/envelope.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/envelope.c b/lib/envelope.c
index cbc08609..b5fa328a 100644
--- a/lib/envelope.c
+++ b/lib/envelope.c
@@ -12,7 +12,7 @@
********************************************************************
function: PCM data envelope analysis and manipulation
- last mod: $Id: envelope.c,v 1.12 1999/12/30 07:26:36 xiphmont Exp $
+ last mod: $Id: envelope.c,v 1.13 2000/01/05 03:10:56 xiphmont Exp $
Preecho calculation.
@@ -22,9 +22,9 @@
#include <string.h>
#include <stdio.h>
#include <math.h>
+#include "vorbis/codec.h"
#include "os.h"
-#include "codec.h"
#include "mdct.h"
#include "envelope.h"
#include "bitwise.h"