Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects.
This significantly reduces the size of the symbol table in the generated ELF shared object (as well as the other linked tables). Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit ac28ce5fac2f77891d70c9e49cda65ddb51818b2)
This commit is contained in:
		
							parent
							
								
									76c802e989
								
							
						
					
					
						commit
						06c8f31e84
					
				@ -1,3 +1,9 @@
 | 
				
			|||||||
LIBAVCODEC_$MAJOR {
 | 
					LIBAVCODEC_$MAJOR {
 | 
				
			||||||
        global: *;
 | 
					        global: *;
 | 
				
			||||||
 | 
					        local:
 | 
				
			||||||
 | 
					                ff_*_bsf;
 | 
				
			||||||
 | 
					                ff_*_decoder;
 | 
				
			||||||
 | 
					                ff_*_encoder;
 | 
				
			||||||
 | 
					                ff_*_hwaccel;
 | 
				
			||||||
 | 
					                ff_*_parser;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user