upstream: 2:3d07b022a7df [aggregated changes for version 0.79.8]

This commit is contained in:
dvdisaster developers
2021-05-12 10:19:08 +02:00
committed by Stéphane Lesimple
parent eac7884373
commit 90b5ab6443
107 changed files with 300 additions and 684 deletions

View File

@@ -1895,6 +1895,7 @@ function CHECK_ENDIAN()
# Try automatic detection
cat > conftest.c <<EOF
#include <stdio.h>
int main()
{ if(sizeof(int)==4)
{ char *c = "1234";
@@ -1963,6 +1964,7 @@ function CHECK_BITNESS()
# Try automatic detection
cat > conftest.c <<EOF
#include <stdio.h>
int main()
{ switch(sizeof(char*))
{ case 4: printf("32\n"); break;