Split version files into one line per symbol/directive to allow compatibility with the Solaris linker without preprocessing and eliminate $ from version file templates to simplify the postprocessing shell command.
		
			
				
	
	
		
			7 lines
		
	
	
		
			68 B
		
	
	
	
		
			V
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			68 B
		
	
	
	
		
			V
		
	
	
	
	
	
LIBAVUTIL_MAJOR {
 | 
						|
    global:
 | 
						|
        av*;
 | 
						|
    local:
 | 
						|
        *;
 | 
						|
};
 |