mirror of
				https://git.proxmox.com/git/qemu
				synced 2025-10-31 13:19:36 +00:00 
			
		
		
		
	For consistncy with --target-list accept coma separated items in --audio-card/drv-list
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4964 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
		
							parent
							
								
									5ce042b1cf
								
							
						
					
					
						commit
						2fa7d3bf59
					
				
							
								
								
									
										3
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @ -271,7 +271,7 @@ for opt do | ||||
|   ;; | ||||
|   --fmod-inc=*) fmod_inc="$optarg" | ||||
|   ;; | ||||
|   --audio-card-list=*) audio_card_list="$optarg" | ||||
|   --audio-card-list=*) audio_card_list=`echo "$optarg" | sed -e 's/,/ /g'` | ||||
|   ;; | ||||
|   --audio-drv-list=*) audio_drv_list="$optarg" | ||||
|   ;; | ||||
| @ -783,6 +783,7 @@ EOF | ||||
|     fi | ||||
| } | ||||
| 
 | ||||
| audio_drv_list=`echo "$audio_drv_list" | sed -e 's/,/ /g'` | ||||
| for drv in $audio_drv_list; do | ||||
|     case $drv in | ||||
|     alsa) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 malc
						malc