mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	update master
This commit is contained in:
		
						commit
						7138fa0272
					
				
					 227 changed files with 67492 additions and 3107 deletions
				
			
		| 
						 | 
				
			
			@ -17,7 +17,21 @@ print_map_file() {
 | 
			
		|||
    echo "};"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
<<<<<<< HEAD
 | 
			
		||||
TARGET_FILE=$1
 | 
			
		||||
shift
 | 
			
		||||
 | 
			
		||||
cd "${MESON_SOURCE_ROOT}/${MESON_SUBDIR}" && print_map_file "$@" > ${TARGET_FILE}
 | 
			
		||||
=======
 | 
			
		||||
print_def_file() {
 | 
			
		||||
    echo "EXPORTS"
 | 
			
		||||
    ctags -I ${CTAGS_IDENTIFIER_LIST} -f - --c-kinds=p "$@" | awk '/^pa_/ && !/(^pa_glib_|^pa_simple_)/ { print $1 }' | sort
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
MAP_FILE=$1
 | 
			
		||||
DEF_FILE=$2
 | 
			
		||||
shift 2
 | 
			
		||||
 | 
			
		||||
cd "${MESON_SOURCE_ROOT}/${MESON_SUBDIR}" && print_map_file "$@" > ${MAP_FILE}
 | 
			
		||||
cd "${MESON_SOURCE_ROOT}/${MESON_SUBDIR}" && print_def_file "$@" > ${DEF_FILE}
 | 
			
		||||
>>>>>>> c1990dd02647405b0c13aab59f75d05cbb202336
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue