Commit 8247e030 authored by Michael Niedermayer's avatar Michael Niedermayer

configure: fix build

regression since 8f1382f8
parent 22381906
......@@ -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
......
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