Commit e8d205fd authored by kostya's avatar kostya

100l to myself. Do not include stuff unneeded by parser

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8886 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 08a3c42b
......@@ -35,6 +35,7 @@ enum VC1Code{
#define IS_MARKER(x) (((x) & ~0xFF) == VC1_CODE_RES0)
#ifndef VC1_PARSER_ONLY
/** Available Profiles */
//@{
enum Profile {
......@@ -362,3 +363,4 @@ typedef struct VC1Context{
int p_frame_skipped;
int bi_type;
} VC1Context;
#endif
......@@ -26,6 +26,7 @@
*/
#include "dsputil.h"
#include "parser.h"
#define VC1_PARSER_ONLY
#include "vc1.h"
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment