diff mpegaudio.c @ 64:5aa6292a1660 libavcodec

win32 fixes
author glantau
date Mon, 13 Aug 2001 21:48:05 +0000
parents 986e461dc072
children c7767df463f4
line wrap: on
line diff
--- a/mpegaudio.c	Mon Aug 13 21:46:21 2001 +0000
+++ b/mpegaudio.c	Mon Aug 13 21:48:05 2001 +0000
@@ -16,16 +16,10 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
+#include "avcodec.h"
 #include <math.h>
-#include "avcodec.h"
 #include "mpegaudio.h"
 
-#define NDEBUG
-#include <assert.h>
-
 /* define it to use floats in quantization (I don't like floats !) */
 //#define USE_FLOATS