When building for aarch64, in the guicast Makefile the aarch64 is detected, but it then proceeds to produce 32 bit code anyway. Andrew found that, the attached patch fixes it.
MatN
Common subdirectories: cinelerra_master/cinelerra-5.1/guicast/images and cinelerra5/cinelerra-5.1/guicast/images diff cinelerra_master/cinelerra-5.1/guicast/Makefile cinelerra5/cinelerra-5.1/guicast/Makefile 20c20 < BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B arm -I binary -O elf64-littlearm\"" --- > BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B aarch64 -I binary -O > elf64-littleaarch64\"" Common subdirectories: cinelerra_master/cinelerra-5.1/guicast/xfer and cinelerra5/cinelerra-5.1/guicast/xfer
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

