You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	cross compile fix by (allanc at chickenandporn dot com)
Originally committed as revision 3384 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							
								
								
									
										4
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -799,7 +799,11 @@ EOF | ||||
| have_lrintf="no" | ||||
| if $cc $extralibs -o $TMPE $TMPC 2> /dev/null ; then | ||||
|   have_lrintf="yes" | ||||
|   # allanc@chickenandporn.com: cannot execute cross-compiled | ||||
|   # code on the host.  Only execute if not cross-compiling. | ||||
|   if test -z "$cross_prefix" ; then | ||||
|     $TMPE 2> /dev/null > /dev/null || have_lrintf="no" | ||||
|   fi | ||||
| fi | ||||
|  | ||||
| _restrict= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user