Remove unused fast_memcpy() function in dct-test
Originally committed as revision 22334 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									9b55e2e727
								
							
						
					
					
						commit
						a79f59e31c
					
				@ -44,8 +44,6 @@
 | 
			
		||||
 | 
			
		||||
#undef printf
 | 
			
		||||
 | 
			
		||||
void *fast_memcpy(void *a, const void *b, size_t c){return memcpy(a,b,c);};
 | 
			
		||||
 | 
			
		||||
void ff_mmx_idct(DCTELEM *data);
 | 
			
		||||
void ff_mmxext_idct(DCTELEM *data);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user