diff imgconvert.c @ 18:1d2077091e88 libavcodec

- removed #include ../config.h, because it's included from common.h which is included from avcodec.h which is included from those files...
author arpi_esp
date Thu, 02 Aug 2001 18:46:26 +0000
parents b69fe46fd708
children 1d796bdb2c2a
line wrap: on
line diff
--- a/imgconvert.c	Thu Aug 02 08:29:38 2001 +0000
+++ b/imgconvert.c	Thu Aug 02 18:46:26 2001 +0000
@@ -21,11 +21,6 @@
 #include <string.h>
 #include "avcodec.h"
 
-/* Stuff below is useful only for mplayer project */
-#ifdef HAVE_CONFIG_H
-#include "../config.h"
-#endif
-
 #ifdef USE_FASTMEMCPY
 #include "fastmemcpy.h"
 #endif