You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Fix dependency generation for yasm assembler files
Originally committed as revision 19683 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -31,11 +31,9 @@ $(SUBDIR)%-test.o: $(SUBDIR)%-test.c | ||||
| 	$(CC) $(CPPFLAGS) $(CFLAGS) -DTEST -c -o $$@ $$^ | ||||
|  | ||||
| $(SUBDIR)x86/%.o: $(SUBDIR)x86/%.asm | ||||
| 	$(YASM) $(YASMFLAGS) -I $$(<D)/ -M -o $$@ $$< > $$(@:.o=.d) | ||||
| 	$(YASM) $(YASMFLAGS) -I $$(<D)/ -o $$@ $$< | ||||
|  | ||||
| $(SUBDIR)x86/%.d: $(SUBDIR)x86/%.asm | ||||
| 	$(YASM) $(YASMFLAGS) -I $$(<D)/ -M -o $$(@:%.d=%.o) $$< > $$@ | ||||
|  | ||||
| clean:: | ||||
| 	rm -f $(addprefix $(SUBDIR),*-example$(EXESUF) *-test$(EXESUF) $(CLEANFILES) $(CLEANSUFFIXES) $(LIBSUFFIXES)) \ | ||||
| 	    $(addprefix $(SUBDIR), $(foreach suffix,$(CLEANSUFFIXES),$(addsuffix /$(suffix),$(DIRS)))) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user