This reduces the symbols exported by libavformat from 699 to 451. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit e62886403355614f0579a1568a53f04037c90df8)
		
			
				
	
	
		
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Verilog
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Verilog
		
	
	
	
	
	
LIBAVFORMAT_$MAJOR {
 | 
						|
        global: *;
 | 
						|
        local:
 | 
						|
                ff_*_demuxer;
 | 
						|
                ff_*_muxer;
 | 
						|
                ff_*_protocol;
 | 
						|
};
 |