mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	solaris: 0.9.15 solaris module build failure
Lennart wrote, > > Hmm, yes. As it seems I broke the build for non-dbus builds. Well, you also broke the solaris module between 0.9.15-test8 and 0.9.15. Have you considered release candidates? Patch follows. It would be nice if API changes could be made without breaking things when the effort to avoid that is trivial. Finn
This commit is contained in:
		
							parent
							
								
									12c5afe038
								
							
						
					
					
						commit
						1c0667de21
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -794,7 +794,7 @@ static void sig_callback(pa_mainloop_api *api, pa_signal_event*e, int sig, void
 | 
				
			||||||
    pa_log_debug("caught signal");
 | 
					    pa_log_debug("caught signal");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (u->sink) {
 | 
					    if (u->sink) {
 | 
				
			||||||
        pa_sink_get_volume(u->sink, TRUE);
 | 
					        pa_sink_get_volume(u->sink, TRUE, FALSE);
 | 
				
			||||||
        pa_sink_get_mute(u->sink, TRUE);
 | 
					        pa_sink_get_mute(u->sink, TRUE);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue