mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
ladspa: move LADSPA_Data size check to compile time
This commit is contained in:
parent
fb5205daac
commit
c44f518eb9
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ int pa__init(pa_module*m) {
|
|||
|
||||
pa_assert(m);
|
||||
|
||||
pa_assert(sizeof(LADSPA_Data) == sizeof(float));
|
||||
pa_assert_cc(sizeof(LADSPA_Data) == sizeof(float));
|
||||
|
||||
if (!(ma = pa_modargs_new(m->argument, valid_modargs))) {
|
||||
pa_log("Failed to parse module arguments.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue