mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
configure: fix build
regression since 8f1382f80e0d4184c54c14afdda6482f050fbba7
This commit is contained in:
parent
22381906f3
commit
8247e0304e
2
configure
vendored
2
configure
vendored
@ -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…
x
Reference in New Issue
Block a user