[Bf-committers] [19387] trunk/blender/extern/ffmpeg/subdir .mak: Added some missing dirs that need to be created for

GSR gsr.b3d at infernal-iceberg.com
Mon Mar 23 21:51:28 CET 2009


Hi,
mein at cs.umn.edu (2009-03-23 at 1911.10 +0100):
> Added some missing dirs that need to be created for
> building to work.
> 
> Kent

Related to the last ffmpeg updates, by adding, for example to
libavcodec/Makefile, something like the following two lines:

$(OCGDIR)/extern/ffmpeg/libavcodec/x86/%.o: $(SUBDIR)x86/%.asm
	$(YASM) $(YASMFLAGS) -I $(<D)/ -o $@ $<

the main Makefile can run configure with --enable-yasm.

GSR
 


More information about the Bf-committers mailing list