You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Make sure strcasecmp() is declared.
On recent glibc versions strings.h is not included by default, so the compiler will issue a warning for implicit declaration of strcasecmp(). patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com Originally committed as revision 15531 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
				
					committed by
					
						 Diego Biurrun
						Diego Biurrun
					
				
			
			
				
	
			
			
			
						parent
						
							b37b13066d
						
					
				
				
					commit
					b1cb73aa15
				
			| @@ -53,6 +53,7 @@ | ||||
| #include <fcntl.h> | ||||
| #include <stdarg.h> | ||||
| #include <string.h> | ||||
| #include <strings.h> | ||||
| #include <unistd.h> | ||||
| #undef time | ||||
| #include <sys/time.h> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user