lavfi: allow building without swscale.
This commit is contained in:
@@ -73,6 +73,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER (OVERLAY, overlay, vf);
|
||||
REGISTER_FILTER (PAD, pad, vf);
|
||||
REGISTER_FILTER (PIXDESCTEST, pixdesctest, vf);
|
||||
REGISTER_FILTER (SCALE, scale, vf);
|
||||
REGISTER_FILTER (SELECT, select, vf);
|
||||
REGISTER_FILTER (SETDAR, setdar, vf);
|
||||
REGISTER_FILTER (SETPTS, setpts, vf);
|
||||
@@ -113,8 +114,4 @@ void avfilter_register_all(void)
|
||||
extern AVFilter avfilter_asink_abuffer;
|
||||
avfilter_register(&avfilter_asink_abuffer);
|
||||
}
|
||||
{
|
||||
extern AVFilter avfilter_vf_scale;
|
||||
avfilter_register(&avfilter_vf_scale);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user