arch=x64_64 ?
Hi, it seems to me that there is a problem with this setting:
/contrib/src/postproc/rules.mak
# x86_64 stuff ifeq ($(ARCH),x86_64) POSTPROCCONF += --arch=x64_64 endif
Bye
Hi, it seems to me that there is a problem with this setting:
/contrib/src/postproc/rules.mak
# x86_64 stuff ifeq ($(ARCH),x86_64) POSTPROCCONF += --arch=x64_64 endif
Bye
added Component::Build system label
mentioned in merge request !460 (merged)
Yes, looks wrongs to me. Fixed in MR !460 (merged). Thanks. :)
marked this issue as related to #22325
marked this issue as related to #6891
For Windows there's already
ifeq ($(ARCH),x86_64)
POSTPROCCONF += --cpu=athlon64 --arch=x86_64
endif
I suppose it's the one used as it's after the --arch=x64_64
Yeah, same on macOS where --arch
is overwritten again, which is probably why this was not noticed earlier…
closed with merge request !460 (merged)
VideoLAN code repository instance