mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	echo-cancel: Fix warning for undefined HAVE_WEBRTC
This commit is contained in:
		
							parent
							
								
									0d4ca279b2
								
							
						
					
					
						commit
						23fb081795
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -89,7 +89,7 @@ typedef enum {
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
} pa_echo_canceller_method_t;
 | 
					} pa_echo_canceller_method_t;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if HAVE_WEBRTC
 | 
					#ifdef HAVE_WEBRTC
 | 
				
			||||||
#define DEFAULT_ECHO_CANCELLER "webrtc"
 | 
					#define DEFAULT_ECHO_CANCELLER "webrtc"
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
#define DEFAULT_ECHO_CANCELLER "speex"
 | 
					#define DEFAULT_ECHO_CANCELLER "speex"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue