mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	spa:bluez5: fix compilation
on lower bluez version, BT_ISO_QOS macro is not available
    So, need to check it also fixes the compilation.
			
			
This commit is contained in:
		
							parent
							
								
									acbef8d507
								
							
						
					
					
						commit
						8cf9986774
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -198,7 +198,7 @@ static void group_on_timeout(struct spa_source *source)
 | 
				
			||||||
static struct group *group_create(int fd, struct spa_log *log, struct spa_loop *data_loop,
 | 
					static struct group *group_create(int fd, struct spa_log *log, struct spa_loop *data_loop,
 | 
				
			||||||
		struct spa_system *data_system)
 | 
							struct spa_system *data_system)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
#ifdef HAVE_BLUETOOTH_BAP
 | 
					#if defined(HAVE_BLUETOOTH_BAP) && defined(BT_ISO_QOS)
 | 
				
			||||||
	struct group *group;
 | 
						struct group *group;
 | 
				
			||||||
	struct bt_iso_qos qos;
 | 
						struct bt_iso_qos qos;
 | 
				
			||||||
	socklen_t len;
 | 
						socklen_t len;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue