You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	cross compiling support
Originally committed as revision 1034 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							
								
								
									
										11
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -267,6 +267,8 @@ ar="${cross_prefix}${ar}" | ||||
| ranlib="${cross_prefix}${ranlib}" | ||||
| strip="${cross_prefix}${strip}" | ||||
|  | ||||
| if test -z "$cross_prefix" ; then | ||||
|  | ||||
| # --- | ||||
| # big/little endian test | ||||
| cat > $TMPC << EOF | ||||
| @@ -283,6 +285,15 @@ else | ||||
| echo big/little test failed | ||||
| fi | ||||
|  | ||||
| else | ||||
|  | ||||
| # if cross compiling, cannot launch a program, so make a static guess | ||||
| if test "$cpu" = "powerpc" -o "$cpu" = "mips" ; then | ||||
|     bigendian="yes" | ||||
| fi | ||||
|  | ||||
| fi | ||||
|  | ||||
| # --- | ||||
| # check availability of some header files | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user