Commit c3da936
github: Run test-ffmpeg on all 4 architectures
Test both i686 and x86_64, and armv7 and aarch64 on windows-11-arm
runners.
Building this on arm requires passing the --host option; on x86
the default "uname -m" works for both i686 and x86_64 (ffmpeg's
configure maps this to the architecture "x86", and the pointer
size is tested from the compiler), but for arm architectures we
need to specify them explicitly.1 parent aeb12de commit c3da936
1 file changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
753 | | - | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
754 | 762 | | |
755 | 763 | | |
756 | 764 | | |
| |||
771 | 779 | | |
772 | 780 | | |
773 | 781 | | |
774 | | - | |
| 782 | + | |
775 | 783 | | |
776 | 784 | | |
777 | 785 | | |
| |||
789 | 797 | | |
790 | 798 | | |
791 | 799 | | |
792 | | - | |
| 800 | + | |
793 | 801 | | |
794 | 802 | | |
795 | 803 | | |
| |||
0 commit comments