You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	fix -lm check
Originally committed as revision 10620 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							
								
								
									
										4
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -1217,8 +1217,6 @@ esac | ||||
|  | ||||
| add_extralibs $osextralibs | ||||
|  | ||||
| check_ldflags -lm | ||||
|  | ||||
| if ! disabled logging ; then | ||||
|     enabled logging || logfile="$logging" | ||||
|     echo "# $0 $@" >$logfile | ||||
| @@ -1547,6 +1545,8 @@ for thread in $THREADS_LIST; do | ||||
|     fi | ||||
| done | ||||
|  | ||||
| check_lib math.h sin -lm | ||||
|  | ||||
| # test for lrintf in math.h | ||||
| check_exec <<EOF && enable lrintf || disable lrintf | ||||
| #define _ISOC9X_SOURCE  1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user