mirror of
				https://github.com/rtlsdrblog/rtl-sdr-blog.git
				synced 2025-11-04 10:49:07 +01:00 
			
		
		
		
	rtl_adsb: performance tweaks
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
		
				
					committed by
					
						
						Steve Markgraf
					
				
			
			
				
	
			
			
			
						parent
						
							f2880e1de2
						
					
				
				
					commit
					196bb15169
				
			@@ -39,6 +39,9 @@ AC_CHECK_LIB(pthread, pthread_create, [LIBS="$LIBS -lpthread"])
 | 
			
		||||
dnl libmath (for rtl_fm)
 | 
			
		||||
AC_CHECK_LIB(m, atan2, [LIBS="$LIBS -lm"])
 | 
			
		||||
 | 
			
		||||
dnl libmath (for rtl_adsb)
 | 
			
		||||
AC_CHECK_LIB(m, sqrt, [LIBS="$LIBS -lm"])
 | 
			
		||||
 | 
			
		||||
dnl librealtime (for rtl_test)
 | 
			
		||||
AC_CHECK_LIB(rt, clock_gettime, [LIBS="$LIBS -lrt"])
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user