You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avutil/intfloat_readwrite: include common.h for isinf()
Solution based on rational.c, which uses isinf() too This should fix compilation with msvc Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -26,6 +26,7 @@ | ||||
|  */ | ||||
|  | ||||
| #include <stdint.h> | ||||
| #include "common.h" | ||||
| #include "mathematics.h" | ||||
| #include "intfloat_readwrite.h" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user