config.log 7.48 KB
checking for -Werror=unknown-warning-option... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c  -Wall -I. -I$(SRCPATH)   -Werror=unknown-warning-option   -o conftest
cc1: error: -Werror=unknown-warning-option: no option -Wunknown-warning-option
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main (void) {  return 0; }
--------------------------------------------------
checking for -Werror=unknown-attributes... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c  -Wall -I. -I$(SRCPATH)   -Werror=unknown-attributes   -o conftest
cc1: error: -Werror=unknown-attributes: no option -Wunknown-attributes
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main (void) {  return 0; }
--------------------------------------------------
checking for -Werror=attributes... yes
checking for -Werror=ignored-attributes... yes
x264 configure script
Command line options: "--prefix=./release" "--enable-shared" "--enable-static" "--disable-asm"

checking whether gcc works... yes
checking whether gcc supports for( int i = 0; i < 9; i++ ); with -std=gnu99... yes
checking whether gcc supports __attribute__((force_align_arg_pointer))... yes
checking for -mpreferred-stack-boundary=6... yes
checking for pthread_create(0,0,0,0); in pthread.h... yes
checking for cpu_set_t p_aff; return CPU_COUNT(&p_aff); in sched.h... yes
checking for volatile float x = 2; return log2f(x); in math.h... yes
checking for strtok_r(0, 0, 0); in string.h... yes
checking for clock_gettime(CLOCK_MONOTONIC, 0); in time.h... yes
checking whether defined(MAP_PRIVATE) is true... yes
checking for MADV_HUGEPAGE; in sys/mman.h... yes
checking for packages: libswscale libavutil... yes
checking for sws_init_context(0,0,0); in libswscale/swscale.h... yes
checking for AVComponentDescriptor x; x.depth = 8; in libavutil/pixdesc.h... yes
checking for packages: libavformat libavcodec libavutil... yes
checking for av_demuxer_iterate(0); in libavformat/avformat.h... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m64  -Wall -I. -I$(SRCPATH) -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6   -Werror=attributes -Werror=ignored-attributes  -I/usr/include/x86_64-linux-gnu  -lavformat -lavcodec -lavutil  -m64  -lm -lpthread -o conftest
conftest.c: In function ‘main’:
conftest.c:2:19: warning: implicit declaration of function ‘av_demuxer_iterate’; did you mean ‘av_demuxer_open’? [-Wimplicit-function-declaration]
 int main (void) { av_demuxer_iterate(0); return 0; }
                   ^~~~~~~~~~~~~~~~~~
                   av_demuxer_open
/tmp/ccJp75i3.o: In function `main':
conftest.c:(.text+0x22): undefined reference to `av_demuxer_iterate'
collect2: error: ld returned 1 exit status
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <libavformat/avformat.h>
int main (void) { av_demuxer_iterate(0); return 0; }
--------------------------------------------------
checking for packages: ffms2... no
Failed commandline was:
--------------------------------------------------
pkg-config --exists ffms2
--------------------------------------------------
checking for FFMS_DestroyVideoSource(0); in ffms.h... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m64  -Wall -I. -I$(SRCPATH) -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6   -Werror=attributes -Werror=ignored-attributes  -lffms2  -m64  -lm -lpthread -o conftest
conftest.c:1:10: fatal error: ffms.h: No such file or directory
 #include <ffms.h>
          ^~~~~~~~
compilation terminated.
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <ffms.h>
int main (void) { FFMS_DestroyVideoSource(0); return 0; }
--------------------------------------------------
checking for FFMS_DestroyVideoSource(0); in ffms.h... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m64  -Wall -I. -I$(SRCPATH) -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6   -Werror=attributes -Werror=ignored-attributes  -lffms2 -lstdc++  -lavformat -lavcodec -lavutil  -m64  -lm -lpthread -o conftest
conftest.c:1:10: fatal error: ffms.h: No such file or directory
 #include <ffms.h>
          ^~~~~~~~
compilation terminated.
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <ffms.h>
int main (void) { FFMS_DestroyVideoSource(0); return 0; }
--------------------------------------------------
checking for packages: liblsmash... no
Failed commandline was:
--------------------------------------------------
pkg-config --exists liblsmash
--------------------------------------------------
checking for lsmash_destroy_root(0); in lsmash.h... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m64  -Wall -I. -I$(SRCPATH) -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6  -I/usr/include/x86_64-linux-gnu   -Werror=attributes -Werror=ignored-attributes  -llsmash  -lswscale -lavutil  -m64  -lm -lpthread -o conftest
conftest.c:1:10: fatal error: lsmash.h: No such file or directory
 #include <lsmash.h>
          ^~~~~~~~~~
compilation terminated.
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <lsmash.h>
int main (void) { lsmash_destroy_root(0); return 0; }
--------------------------------------------------
checking for packages: gpac... no
Failed commandline was:
--------------------------------------------------
pkg-config --exists gpac
--------------------------------------------------
checking for -lz... yes
checking for -ldl... yes
checking for gf_isom_close(0); in gpac/isomedia.h... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m64  -Wall -I. -I$(SRCPATH) -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=6  -I/usr/include/x86_64-linux-gnu   -Werror=attributes -Werror=ignored-attributes  -lgpac_static -lz -ldl  -lswscale -lavutil  -m64  -lm -lpthread -o conftest
conftest.c:1:10: fatal error: gpac/isomedia.h: No such file or directory
 #include <gpac/isomedia.h>
          ^~~~~~~~~~~~~~~~~
compilation terminated.
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <gpac/isomedia.h>
int main (void) { gf_isom_close(0); return 0; }
--------------------------------------------------
checking for uint32_t test_vec __attribute__ ((vector_size (16))) = {0,1,2,3}; in stdint.h... yes
checking for stdio.h... yes
checking for -fno-tree-vectorize... yes
checking for fseeko(stdin,0,0); in stdio.h... yes
checking for -Wshadow... yes
checking for -Wmaybe-uninitialized... yes
checking for -fvisibility=hidden... yes

platform:       X86_64
byte order:     little-endian
system:         LINUX
cli:            yes
libx264:        internal
shared:         yes
static:         yes
bashcompletion: no
asm:            no
interlaced:     yes
avs:            yes
lavf:           no
ffms:           no
mp4:            no
gpl:            yes
thread:         posix
opencl:         yes
filters:        resize crop select_every
lto:            no
debug:          no
gprof:          no
strip:          no
PIC:            yes
bit depth:      all
chroma format:  all