You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	build: Ensure that output directories for header objects are created
This commit is contained in:
		| @@ -43,11 +43,12 @@ $(HOSTPROGS): %$(HOSTEXESUF): %.o | ||||
| 	$(HOSTLD) $(HOSTLDFLAGS) $(HOSTLD_O) $< $(HOSTLIBS) | ||||
|  | ||||
| $(OBJS):     | $(sort $(dir $(OBJS))) | ||||
| $(HOBJS):    | $(sort $(dir $(HOBJS))) | ||||
| $(HOSTOBJS): | $(sort $(dir $(HOSTOBJS))) | ||||
| $(TESTOBJS): | $(sort $(dir $(TESTOBJS))) | ||||
| $(TOOLOBJS): | tools | ||||
|  | ||||
| OBJDIRS := $(OBJDIRS) $(dir $(OBJS) $(HOSTOBJS) $(TESTOBJS)) | ||||
| OBJDIRS := $(OBJDIRS) $(dir $(OBJS) $(HOBJS) $(HOSTOBJS) $(TESTOBJS)) | ||||
|  | ||||
| CLEANSUFFIXES     = *.d *.o *~ *.h.c *.map *.ver | ||||
| DISTCLEANSUFFIXES = *.pc | ||||
|   | ||||
		Reference in New Issue
	
	Block a user