You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	makefile: add Loongson-3 support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
				
					committed by
					
						 Michael Niedermayer
						Michael Niedermayer
					
				
			
			
				
	
			
			
			
						parent
						
							8a03d428f1
						
					
				
				
					commit
					4a7b50679d
				
			
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -81,7 +81,7 @@ SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS      \ | ||||
|                ARMV5TE-OBJS ARMV6-OBJS ARMV8-OBJS VFP-OBJS NEON-OBJS     \ | ||||
|                ALTIVEC-OBJS MMX-OBJS YASM-OBJS                           \ | ||||
|                MIPSFPU-OBJS MIPSDSPR2-OBJS MIPSDSPR1-OBJS MSA-OBJS       \ | ||||
|                OBJS SLIBOBJS HOSTOBJS TESTOBJS | ||||
|                LOONGSON3-OBJS OBJS SLIBOBJS HOSTOBJS TESTOBJS | ||||
|  | ||||
| define RESET | ||||
| $(1) := | ||||
|   | ||||
							
								
								
									
										1
									
								
								arch.mak
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								arch.mak
									
									
									
									
									
								
							| @@ -8,6 +8,7 @@ OBJS-$(HAVE_MIPSFPU)   += $(MIPSFPU-OBJS)    $(MIPSFPU-OBJS-yes) | ||||
| OBJS-$(HAVE_MIPSDSPR1) += $(MIPSDSPR1-OBJS)  $(MIPSDSPR1-OBJS-yes) | ||||
| OBJS-$(HAVE_MIPSDSPR2) += $(MIPSDSPR2-OBJS)  $(MIPSDSPR2-OBJS-yes) | ||||
| OBJS-$(HAVE_MSA)       += $(MSA-OBJS)        $(MSA-OBJS-yes) | ||||
| OBJS-$(HAVE_LOONGSON3) += $(LOONGSON3-OBJS)  $(LOONGSON3-OBJS-yes) | ||||
|  | ||||
| OBJS-$(HAVE_ALTIVEC) += $(ALTIVEC-OBJS) $(ALTIVEC-OBJS-yes) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user