mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-11-01 04:53:04 +08:00 
			
		
		
		
	fix endian detection on MacOS
Originally committed as revision 10232 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							
								
								
									
										2
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -1508,7 +1508,7 @@ EOF | |||||||
| check_cc <<EOF || die "endian test failed" | check_cc <<EOF || die "endian test failed" | ||||||
| unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E'; | unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E'; | ||||||
| EOF | EOF | ||||||
| strings $TMPO | grep -q BIGE && enable bigendian | strings - $TMPO | grep -q BIGE && enable bigendian | ||||||
|  |  | ||||||
| # --- | # --- | ||||||
| # check availability of some header files | # check availability of some header files | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Måns Rullgård
					Måns Rullgård