You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	add bfin cpu specific build options, patch by Marc Hoffman % mmh P pleasantst P com %
original thread: date: Feb 21, 2007 1:32 PM subject: [Ffmpeg-devel] bfin cpu specific build options Originally committed as revision 8060 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
				
					committed by
					
						 Guillaume Poirier
						Guillaume Poirier
					
				
			
			
				
	
			
			
			
						parent
						
							470d2d03cc
						
					
				
				
					commit
					8684704bbe
				
			
							
								
								
									
										5
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -1328,6 +1328,11 @@ if test $cpu != "generic"; then | ||||
|         sparc64) | ||||
|             add_cflags "-mcpu=v9" | ||||
|         ;; | ||||
|         bf*) #bf531 bf532 bf533 bf561 bf5xx all get this config | ||||
|             add_cflags "-mfdpic" | ||||
|             add_ldflags "-mfdpic" | ||||
|             add_ldflags "-Wl,--defsym,__stacksize=0x40000" | ||||
|         ;; | ||||
|         *) | ||||
|         echo "WARNING: Unknown CPU \"$cpu\", ignored." | ||||
|         ;; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user