config.log
7.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
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