You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	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.
		
			
				
	
	
		
			8 lines
		
	
	
		
			91 B
		
	
	
	
		
			V
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			91 B
		
	
	
	
		
			V
		
	
	
	
	
	
| LIBAVFILTER_MAJOR {
 | |
|     global:
 | |
|         avfilter_*;
 | |
|         av_*;
 | |
|     local:
 | |
|         *;
 | |
| };
 |