You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly including
config.h so that compilation without HAVE_AV_CONFIG_H fails. patch by Ronald S. Bultje, rsbultje gmail com Originally committed as revision 10619 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
				
					committed by
					
						 Diego Biurrun
						Diego Biurrun
					
				
			
			
				
	
			
			
			
						parent
						
							03b8e29289
						
					
				
				
					commit
					b6cd8593b3
				
			| @@ -27,6 +27,7 @@ | ||||
| #include "cmdutils.h" | ||||
| #include "avstring.h" | ||||
| #include "version.h" | ||||
| #include "config.h" | ||||
|  | ||||
| #undef exit | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user