diff options
author | Kostya Shishkov | 2007-05-06 11:01:25 +0000 |
---|---|---|
committer | Kostya Shishkov | 2007-05-06 11:01:25 +0000 |
commit | de53b04b53f90d94bad16a3358cdc8b5b41ebee3 (patch) | |
tree | d7b634ad5c9a75a4dc85e880871c00fa47ac9314 /libavcodec/vc1_parser.c | |
parent | 22c3029da1a742cd449347008db8dc9340805c91 (diff) |
Make vc1_parser.c compilable without special defines
Originally committed as revision 8914 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1_parser.c')
-rw-r--r-- | libavcodec/vc1_parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vc1_parser.c b/libavcodec/vc1_parser.c index 4fa9e52a0b..a4db401fc2 100644 --- a/libavcodec/vc1_parser.c +++ b/libavcodec/vc1_parser.c @@ -26,7 +26,6 @@ */ #include "parser.h" -#define VC1_PARSER_ONLY #include "vc1.h" /** |