Skip to content

Commit

Permalink
Remove message() to list enabled plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
lgbaldoni committed Jan 28, 2020
1 parent 4cd66c6 commit e6f3efb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ if not enabled_plugins.contains('aac_decoder')
enable_aac = false
endif

message('enabled plugins:')
foreach p: enabled_plugins
message(p)
endforeach
message('')

if host_os.startswith('darwin')
enable_alsa = false
endif
Expand Down

0 comments on commit e6f3efb

Please sign in to comment.