mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-10-29 05:40:23 -04:00 
			
		
		
		
	* fix LIRC configuration
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@341 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									f586ce0842
								
							
						
					
					
						commit
						4daa0c1649
					
				
					 2 changed files with 5 additions and 4 deletions
				
			
		|  | @ -167,9 +167,10 @@ AC_MSG_RESULT(yes)], | ||||||
| AC_SUBST(LIBWRAP_LIBS) | AC_SUBST(LIBWRAP_LIBS) | ||||||
| LIBS="$saved_LIBS" | LIBS="$saved_LIBS" | ||||||
| 
 | 
 | ||||||
| HAVE_LIRC=1 | LIRC_CFLAGS= | ||||||
| AC_CHECK_HEADER(lirc/lirc_client.h,[AC_CHECK_LIB(lirc_client,lirc_init,,HAVE_LIRC=0)],HAVE_LIRC=0) | LIRC_LIBS= | ||||||
| LIRC_LIBS=-llirc_client | AC_CHECK_HEADER(lirc/lirc_client.h,[AC_CHECK_LIB(lirc_client,lirc_init,[HAVE_LIRC=1 | ||||||
|  | LIRC_LIBS=-llirc_client],HAVE_LIRC=0)],HAVE_LIRC=0) | ||||||
| AC_SUBST(LIRC_CFLAGS) | AC_SUBST(LIRC_CFLAGS) | ||||||
| AC_SUBST(LIRC_LIBS) | AC_SUBST(LIRC_LIBS) | ||||||
| AM_CONDITIONAL([HAVE_LIRC], [test "x$HAVE_LIRC" = x1]) | AM_CONDITIONAL([HAVE_LIRC], [test "x$HAVE_LIRC" = x1]) | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								doc/todo
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								doc/todo
									
										
									
									
									
								
							|  | @ -3,10 +3,10 @@ | ||||||
| Architectural changes: | Architectural changes: | ||||||
| - per-channel volume | - per-channel volume | ||||||
| - channel mapping ("left", "right", "rear", "subwoofer") | - channel mapping ("left", "right", "rear", "subwoofer") | ||||||
|  | - hardware volume support | ||||||
| - add API for synchronizing multiple sinks/sources to a common clock | - add API for synchronizing multiple sinks/sources to a common clock | ||||||
| - absolutely indexed write()s from client | - absolutely indexed write()s from client | ||||||
| - remove "polyplib-" prefix | - remove "polyplib-" prefix | ||||||
| - hardware volume support |  | ||||||
| 
 | 
 | ||||||
| Fixes: | Fixes: | ||||||
| - improve module-oss-mmap latency measurement | - improve module-oss-mmap latency measurement | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lennart Poettering
						Lennart Poettering