summaryrefslogtreecommitdiff
path: root/libavcodec/vc1_parser.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-05-04 12:31:40 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-05-04 12:31:40 +0000
commit58683d27435f0137f69ba42654036d13da6cfd82 (patch)
tree09664e7d8bf1b975e6c5beccb13f51ed27dbe4d1 /libavcodec/vc1_parser.c
parentf9eada03db0e9d3d4e67b28d9f02836d0ce1d522 (diff)
100l to myself. Do not include stuff unneeded by parser
Originally committed as revision 8886 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1_parser.c')
-rw-r--r--libavcodec/vc1_parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vc1_parser.c b/libavcodec/vc1_parser.c
index 1476f9c229..786c0e69dd 100644
--- a/libavcodec/vc1_parser.c
+++ b/libavcodec/vc1_parser.c
@@ -26,6 +26,7 @@
*/
#include "dsputil.h"
#include "parser.h"
+#define VC1_PARSER_ONLY
#include "vc1.h"
/**