x264 configure script Command line options: "--prefix=/usr" "--sysconfdir=/etc" "--localstatedir=/var" "--mandir=/usr/share/man" "--infodir=/usr/share/info" "--enable-shared" "--build=i686-uhu-linux" "--host=i686-uhu-linux" "--disable-static" "CFLAGS=-O2" "-march=i686" "-mtune=generic" checking whether gcc works... yes checking whether gcc supports for( int i = 0; i < 9; i++ ); with -std=gnu99... yes checking whether yasm supports vpmovzxwd ymm0, xmm0... yes checking whether gcc supports __asm__("pabsw %xmm0, %xmm0");... yes checking for -mpreferred-stack-boundary=5... 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 return log2f(2); in math.h... yes checking for MADV_HUGEPAGE; in sys/mman.h... yes checking for sws_init_context(0,0,0); in libswscale/swscale.h... no Failed commandline was: -------------------------------------------------- gcc conftest.c -m32 -O2 -march=i686 -mtune=generic -Wall -I. -I$(SRCPATH) -mfpmath=sse -msse -std=gnu99 -mpreferred-stack-boundary=5 -lswscale -lavutil -m32 -lm -lpthread -o conftest conftest.c:1:32: fatal error: libswscale/swscale.h: No such file or directory #include ^ compilation terminated. -------------------------------------------------- Failed program was: -------------------------------------------------- #include int main () { sws_init_context(0,0,0); return 0; } -------------------------------------------------- checking for -lpostproc... no Failed commandline was: -------------------------------------------------- gcc conftest.c -m32 -O2 -march=i686 -mtune=generic -Wall -I. -I$(SRCPATH) -mfpmath=sse -msse -std=gnu99 -mpreferred-stack-boundary=5 -lpostproc -m32 -lm -lpthread -o conftest /usr/bin/ld: cannot find -lpostproc collect2: error: ld returned 1 exit status -------------------------------------------------- Failed program was: -------------------------------------------------- int main () { return 0; } -------------------------------------------------- checking for -lavcodec... no Failed commandline was: -------------------------------------------------- gcc conftest.c -m32 -O2 -march=i686 -mtune=generic -Wall -I. -I$(SRCPATH) -mfpmath=sse -msse -std=gnu99 -mpreferred-stack-boundary=5 -lavcodec -m32 -lm -lpthread -o conftest /usr/bin/ld: cannot find -lavcodec collect2: error: ld returned 1 exit status -------------------------------------------------- Failed program was: -------------------------------------------------- int main () { return 0; } -------------------------------------------------- checking for -lavcore... no Failed commandline was: -------------------------------------------------- gcc conftest.c -m32 -O2 -march=i686 -mtune=generic -Wall -I. -I$(SRCPATH) -mfpmath=sse -msse -std=gnu99 -mpreferred-stack-boundary=5 -lavcore -m32 -lm -lpthread -o conftest /usr/bin/ld: cannot find -lavcore collect2: error: ld returned 1 exit status -------------------------------------------------- Failed program was: -------------------------------------------------- int main () { return 0; } -------------------------------------------------- checking for -lswscale... no Failed commandline was: -------------------------------------------------- gcc conftest.c -m32 -O2 -march=i686 -mtune=generic -Wall -I. -I$(SRCPATH) -mfpmath=sse -msse -std=gnu99 -mpreferred-stack-boundary=5 -lswscale -m32 -lm -lpthread -o conftest /usr/bin/ld: cannot find -lswscale collect2: error: ld returned 1 exit status -------------------------------------------------- Failed program was: -------------------------------------------------- int main () { return 0; } -------------------------------------------------- checking for -lavutil... no Failed commandline was: -------------------------------------------------- gcc conftest.c -m32 -O2 -march=i686 -mtune=generic -Wall -I. -I$(SRCPATH) -mfpmath=sse -msse -std=gnu99 -mpreferred-stack-boundary=5 -lavutil -m32 -lm -lpthread -o conftest /usr/bin/ld: cannot find -lavutil collect2: error: ld returned 1 exit status -------------------------------------------------- Failed program was: -------------------------------------------------- int main () { return 0; } -------------------------------------------------- checking for -lm... yes checking for -lz... yes checking for -lbz2... yes checking for -lpthread... yes checking for -lavifil32... no Failed commandline was: -------------------------------------------------- gcc conftest.c -m32 -O2 -march=i686 -mtune=generic -Wall -I. -I$(SRCPATH) -mfpmath=sse -msse -std=gnu99 -mpreferred-stack-boundary=5 -lavifil32 -m32 -lm -lpthread -o conftest /usr/bin/ld: cannot find -lavifil32 collect2: error: ld returned 1 exit status -------------------------------------------------- Failed program was: -------------------------------------------------- int main () { return 0; } -------------------------------------------------- checking for -lws2_32... no Failed commandline was: -------------------------------------------------- gcc conftest.c -m32 -O2 -march=i686 -mtune=generic -Wall -I. -I$(SRCPATH) -mfpmath=sse -msse -std=gnu99 -mpreferred-stack-boundary=5 -lws2_32 -m32 -lm -lpthread -o conftest /usr/bin/ld: cannot find -lws2_32 collect2: error: ld returned 1 exit status -------------------------------------------------- Failed program was: -------------------------------------------------- int main () { return 0; } -------------------------------------------------- checking for avformat_close_input(0); in libavformat/avformat.h... no Failed commandline was: -------------------------------------------------- gcc conftest.c -m32 -O2 -march=i686 -mtune=generic -Wall -I. -I$(SRCPATH) -mfpmath=sse -msse -std=gnu99 -mpreferred-stack-boundary=5 -L. -lavformat -lm -lz -lbz2 -lpthread -m32 -lm -lpthread -o conftest conftest.c:1:34: fatal error: libavformat/avformat.h: No such file or directory #include ^ compilation terminated. -------------------------------------------------- Failed program was: -------------------------------------------------- #include int main () { avformat_close_input(0); return 0; } -------------------------------------------------- checking for FFMS_DestroyVideoSource(0); in ffms.h... no Failed commandline was: -------------------------------------------------- gcc conftest.c -m32 -O2 -march=i686 -mtune=generic -Wall -I. -I$(SRCPATH) -mfpmath=sse -msse -std=gnu99 -mpreferred-stack-boundary=5 -lffms2 -m32 -lm -lpthread -o conftest conftest.c:1:18: fatal error: ffms.h: No such file or directory #include ^ compilation terminated. -------------------------------------------------- Failed program was: -------------------------------------------------- #include int main () { FFMS_DestroyVideoSource(0); return 0; } -------------------------------------------------- checking for FFMS_DestroyVideoSource(0); in ffms.h... no Failed commandline was: -------------------------------------------------- gcc conftest.c -m32 -O2 -march=i686 -mtune=generic -Wall -I. -I$(SRCPATH) -mfpmath=sse -msse -std=gnu99 -mpreferred-stack-boundary=5 -lffms2 -lstdc++ -L. -lavformat -lm -lz -lbz2 -lpthread -m32 -lm -lpthread -o conftest conftest.c:1:18: fatal error: ffms.h: No such file or directory #include ^ compilation terminated. -------------------------------------------------- Failed program was: -------------------------------------------------- #include int main () { FFMS_DestroyVideoSource(0); return 0; } -------------------------------------------------- checking for lsmash.h... no Failed commandline was: -------------------------------------------------- gcc conftest.c -m32 -O2 -march=i686 -mtune=generic -Wall -I. -I$(SRCPATH) -mfpmath=sse -msse -std=gnu99 -mpreferred-stack-boundary=5 -llsmash -m32 -lm -lpthread -o conftest conftest.c:1:20: fatal error: lsmash.h: No such file or directory #include ^ compilation terminated. -------------------------------------------------- Failed program was: -------------------------------------------------- #include int main () { return 0; } -------------------------------------------------- checking for -lz... yes checking for gpac/isomedia.h... no Failed commandline was: -------------------------------------------------- gcc conftest.c -m32 -O2 -march=i686 -mtune=generic -Wall -I. -I$(SRCPATH) -mfpmath=sse -msse -std=gnu99 -mpreferred-stack-boundary=5 -lgpac_static -lz -m32 -lm -lpthread -o conftest conftest.c:1:27: fatal error: gpac/isomedia.h: No such file or directory #include ^ compilation terminated. -------------------------------------------------- Failed program was: -------------------------------------------------- #include int main () { return 0; } -------------------------------------------------- checking for uint32_t test_vec __attribute__ ((vector_size (16))) = {0,1,2,3}; in stdint.h... yes checking for -fno-tree-vectorize... yes checking for fseeko(stdin,0,0); in stdio.h... yes checking for -Wshadow... yes checking for perl... yes platform: X86 system: LINUX cli: yes libx264: internal shared: yes static: no asm: yes interlaced: yes avs: avxsynth lavf: no ffms: no mp4: no gpl: yes thread: posix opencl: yes filters: crop select_every debug: no gprof: no strip: no PIC: no bit depth: 8 chroma format: all