lavfi/f_select: Fix aselect filter standalone compilation.

This commit is contained in:
Carl Eugen Hoyos 2019-01-10 20:10:50 +01:00
parent e52140ba37
commit e51811d215
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ static int config_input(AVFilterLink *inlink)
select->var_values[VAR_SAMPLE_RATE] =
inlink->type == AVMEDIA_TYPE_AUDIO ? inlink->sample_rate : NAN;
if (select->do_scene_detect) {
if (CONFIG_SELECT_FILTER && select->do_scene_detect) {
select->sad = ff_scene_sad_get_fn(8);
if (!select->sad)
return AVERROR(EINVAL);