mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05: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(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))) {
 | 
					    if (!(ma = pa_modargs_new(m->argument, valid_modargs))) {
 | 
				
			||||||
        pa_log("Failed to parse module arguments.");
 | 
					        pa_log("Failed to parse module arguments.");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue