Browse Source

configure: fix build

regression since 8f1382f80e
tags/n4.0
Michael Niedermayer 8 years ago
parent
commit
8247e0304e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -7182,7 +7182,7 @@ print_enabled_components(){
printf " &ff_%s,\n" $c >> $TMPH
fi
done
if [ "$name" == "filter_list" ]; then
if [ "$name" = "filter_list" ]; then
for c in asrc_abuffer vsrc_buffer asink_abuffer vsink_buffer; do
printf " &ff_%s,\n" $c >> $TMPH
done


Loading…
Cancel
Save