diff mpeg12.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 20e680e7a490
line wrap: on
line diff
--- a/mpeg12.c	Thu Aug 02 08:29:38 2001 +0000
+++ b/mpeg12.c	Thu Aug 02 18:46:26 2001 +0000
@@ -25,11 +25,6 @@
 
 #include "mpeg12data.h"
 
-/* Stuff below is useful only for mplayer project */
-#ifdef HAVE_CONFIG_H
-#include "../config.h"
-#endif
-
 #ifdef USE_FASTMEMCPY
 #include "fastmemcpy.h"
 #endif