mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	meson: modules/raop: Fix rtsp_client.h include path
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
		
							parent
							
								
									4c9b6370d1
								
							
						
					
					
						commit
						4e6c3c0d79
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -54,13 +54,13 @@
 | 
				
			||||||
#include <pulsecore/random.h>
 | 
					#include <pulsecore/random.h>
 | 
				
			||||||
#include <pulsecore/poll.h>
 | 
					#include <pulsecore/poll.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <modules/rtp/rtsp_client.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "raop-client.h"
 | 
					#include "raop-client.h"
 | 
				
			||||||
#include "raop-packet-buffer.h"
 | 
					#include "raop-packet-buffer.h"
 | 
				
			||||||
#include "raop-crypto.h"
 | 
					#include "raop-crypto.h"
 | 
				
			||||||
#include "raop-util.h"
 | 
					#include "raop-util.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "rtsp_client.h"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define DEFAULT_RAOP_PORT 5000
 | 
					#define DEFAULT_RAOP_PORT 5000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define FRAMES_PER_TCP_PACKET 4096
 | 
					#define FRAMES_PER_TCP_PACKET 4096
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue