diff vc1_parser.c @ 4927:270c8a34f234 libavcodec

Make vc1_parser.c compilable without special defines
author kostya
date Sun, 06 May 2007 11:01:25 +0000
parents 983533ccc393
children 0d1cc37d9430
line wrap: on
line diff
--- a/vc1_parser.c	Sun May 06 10:58:32 2007 +0000
+++ b/vc1_parser.c	Sun May 06 11:01:25 2007 +0000
@@ -26,7 +26,6 @@
  */
 
 #include "parser.h"
-#define VC1_PARSER_ONLY
 #include "vc1.h"
 
 /**