| 1 | configuration: --enable-ffmpeg_so --disable-ffmpeg_a
|
|---|
| 2 |
|
|---|
| 3 | ============ Checking for ffmpeg/libavcodec/allcodecs.c ============
|
|---|
| 4 | Result is: not found
|
|---|
| 5 | ##########################################
|
|---|
| 6 |
|
|---|
| 7 | ============ Checking for ffmpeg/libavcodec/hwaccels.h ============
|
|---|
| 8 | Result is: not found
|
|---|
| 9 | ##########################################
|
|---|
| 10 |
|
|---|
| 11 | ============ Checking for ffmpeg/libavformat/allformats.c ============
|
|---|
| 12 | Result is: not found
|
|---|
| 13 | ##########################################
|
|---|
| 14 |
|
|---|
| 15 | ============ Checking for ffmpeg/libavcodec/bitsteram_filters.c ============
|
|---|
| 16 | Result is: not found
|
|---|
| 17 | ##########################################
|
|---|
| 18 |
|
|---|
| 19 | ============ Checking for ffmpeg/libavformat/protocols.c ============
|
|---|
| 20 | Result is: not found
|
|---|
| 21 | ##########################################
|
|---|
| 22 |
|
|---|
| 23 | ============ Checking for ffmpeg/libavfilter/allfilters.c ============
|
|---|
| 24 | Result is: not found
|
|---|
| 25 | ##########################################
|
|---|
| 26 |
|
|---|
| 27 | ============ Checking for cc version ============
|
|---|
| 28 | Result is: 4.4.7
|
|---|
| 29 | ##########################################
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 | #if !(defined(__MINGW32__))
|
|---|
| 34 | #error condition not true: defined(__MINGW32__)
|
|---|
| 35 | #endif
|
|---|
| 36 | int main(void) { return 0; }
|
|---|
| 37 |
|
|---|
| 38 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp
|
|---|
| 39 | /tmp/mplayer-configure-23133-27475/tmp.c:3:2: error: #error condition not true: defined(__MINGW32__)
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 | ============ Checking for working compiler ============
|
|---|
| 43 |
|
|---|
| 44 | int main(void) { return 0; }
|
|---|
| 45 |
|
|---|
| 46 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp
|
|---|
| 47 |
|
|---|
| 48 |
|
|---|
| 49 |
|
|---|
| 50 | int main(void) { return 0; }
|
|---|
| 51 |
|
|---|
| 52 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 53 |
|
|---|
| 54 |
|
|---|
| 55 |
|
|---|
| 56 | int main(void) {
|
|---|
| 57 | int test[(int)sizeof(char *)-7];
|
|---|
| 58 | return 0;
|
|---|
| 59 | }
|
|---|
| 60 |
|
|---|
| 61 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 62 |
|
|---|
| 63 |
|
|---|
| 64 | ============ Checking for cross compilation ============
|
|---|
| 65 |
|
|---|
| 66 | int main(void) { return 0; }
|
|---|
| 67 |
|
|---|
| 68 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 69 |
|
|---|
| 70 |
|
|---|
| 71 | Result is: no
|
|---|
| 72 | ##########################################
|
|---|
| 73 |
|
|---|
| 74 | ============ Checking for host cc ============
|
|---|
| 75 | Result is: cc
|
|---|
| 76 | ##########################################
|
|---|
| 77 |
|
|---|
| 78 | ============ Checking for CPU vendor ============
|
|---|
| 79 | Result is: GenuineIntel (6:70:1)
|
|---|
| 80 | ##########################################
|
|---|
| 81 |
|
|---|
| 82 | ============ Checking for CPU type ============
|
|---|
| 83 | Result is: Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
|
|---|
| 84 | ##########################################
|
|---|
| 85 |
|
|---|
| 86 | ============ Checking for kernel support of mmx ============
|
|---|
| 87 |
|
|---|
| 88 | #include <stdlib.h>
|
|---|
| 89 | #include <signal.h>
|
|---|
| 90 | static void catch(int sig) { exit(1); }
|
|---|
| 91 | int main(void) {
|
|---|
| 92 | signal(SIGILL, catch);
|
|---|
| 93 | __asm__ volatile ("emms":::"memory"); return 0;
|
|---|
| 94 | }
|
|---|
| 95 |
|
|---|
| 96 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 97 |
|
|---|
| 98 |
|
|---|
| 99 | Result is: yes
|
|---|
| 100 | ##########################################
|
|---|
| 101 |
|
|---|
| 102 | ============ Checking for kernel support of mmxext ============
|
|---|
| 103 |
|
|---|
| 104 | #include <stdlib.h>
|
|---|
| 105 | #include <signal.h>
|
|---|
| 106 | static void catch(int sig) { exit(1); }
|
|---|
| 107 | int main(void) {
|
|---|
| 108 | signal(SIGILL, catch);
|
|---|
| 109 | __asm__ volatile ("sfence":::"memory"); return 0;
|
|---|
| 110 | }
|
|---|
| 111 |
|
|---|
| 112 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 113 |
|
|---|
| 114 |
|
|---|
| 115 | Result is: yes
|
|---|
| 116 | ##########################################
|
|---|
| 117 |
|
|---|
| 118 | ============ Checking for kernel support of sse ============
|
|---|
| 119 |
|
|---|
| 120 | #include <stdlib.h>
|
|---|
| 121 | #include <signal.h>
|
|---|
| 122 | static void catch(int sig) { exit(1); }
|
|---|
| 123 | int main(void) {
|
|---|
| 124 | signal(SIGILL, catch);
|
|---|
| 125 | __asm__ volatile ("xorps %%xmm0, %%xmm0":::"memory"); return 0;
|
|---|
| 126 | }
|
|---|
| 127 |
|
|---|
| 128 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 129 |
|
|---|
| 130 |
|
|---|
| 131 | Result is: yes
|
|---|
| 132 | ##########################################
|
|---|
| 133 |
|
|---|
| 134 | ============ Checking for kernel support of sse2 ============
|
|---|
| 135 |
|
|---|
| 136 | #include <stdlib.h>
|
|---|
| 137 | #include <signal.h>
|
|---|
| 138 | static void catch(int sig) { exit(1); }
|
|---|
| 139 | int main(void) {
|
|---|
| 140 | signal(SIGILL, catch);
|
|---|
| 141 | __asm__ volatile ("xorpd %%xmm0, %%xmm0":::"memory"); return 0;
|
|---|
| 142 | }
|
|---|
| 143 |
|
|---|
| 144 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 145 |
|
|---|
| 146 |
|
|---|
| 147 | Result is: yes
|
|---|
| 148 | ##########################################
|
|---|
| 149 |
|
|---|
| 150 | ============ Checking for kernel support of sse3 ============
|
|---|
| 151 |
|
|---|
| 152 | #include <stdlib.h>
|
|---|
| 153 | #include <signal.h>
|
|---|
| 154 | static void catch(int sig) { exit(1); }
|
|---|
| 155 | int main(void) {
|
|---|
| 156 | signal(SIGILL, catch);
|
|---|
| 157 | __asm__ volatile ("addsubps %%xmm0, %%xmm0":::"memory"); return 0;
|
|---|
| 158 | }
|
|---|
| 159 |
|
|---|
| 160 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 161 |
|
|---|
| 162 |
|
|---|
| 163 | Result is: yes
|
|---|
| 164 | ##########################################
|
|---|
| 165 |
|
|---|
| 166 | ============ Checking for kernel support of ssse3 ============
|
|---|
| 167 |
|
|---|
| 168 | #include <stdlib.h>
|
|---|
| 169 | #include <signal.h>
|
|---|
| 170 | static void catch(int sig) { exit(1); }
|
|---|
| 171 | int main(void) {
|
|---|
| 172 | signal(SIGILL, catch);
|
|---|
| 173 | __asm__ volatile ("pabsd %%xmm0, %%xmm0":::"memory"); return 0;
|
|---|
| 174 | }
|
|---|
| 175 |
|
|---|
| 176 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 177 |
|
|---|
| 178 |
|
|---|
| 179 | Result is: yes
|
|---|
| 180 | ##########################################
|
|---|
| 181 |
|
|---|
| 182 | ============ Checking for kernel support of sse4_1 ============
|
|---|
| 183 |
|
|---|
| 184 | #include <stdlib.h>
|
|---|
| 185 | #include <signal.h>
|
|---|
| 186 | static void catch(int sig) { exit(1); }
|
|---|
| 187 | int main(void) {
|
|---|
| 188 | signal(SIGILL, catch);
|
|---|
| 189 | __asm__ volatile ("pmaxsb %%xmm0, %%xmm0":::"memory"); return 0;
|
|---|
| 190 | }
|
|---|
| 191 |
|
|---|
| 192 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 193 |
|
|---|
| 194 |
|
|---|
| 195 | Result is: yes
|
|---|
| 196 | ##########################################
|
|---|
| 197 |
|
|---|
| 198 | ============ Checking for kernel support of sse4_2 ============
|
|---|
| 199 |
|
|---|
| 200 | #include <stdlib.h>
|
|---|
| 201 | #include <signal.h>
|
|---|
| 202 | static void catch(int sig) { exit(1); }
|
|---|
| 203 | int main(void) {
|
|---|
| 204 | signal(SIGILL, catch);
|
|---|
| 205 | __asm__ volatile ("pcmpgtq %%xmm0, %%xmm0":::"memory"); return 0;
|
|---|
| 206 | }
|
|---|
| 207 |
|
|---|
| 208 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 209 |
|
|---|
| 210 |
|
|---|
| 211 | Result is: yes
|
|---|
| 212 | ##########################################
|
|---|
| 213 |
|
|---|
| 214 | ============ Checking for kernel support of avx ============
|
|---|
| 215 |
|
|---|
| 216 | #include <stdlib.h>
|
|---|
| 217 | #include <signal.h>
|
|---|
| 218 | static void catch(int sig) { exit(1); }
|
|---|
| 219 | int main(void) {
|
|---|
| 220 | signal(SIGILL, catch);
|
|---|
| 221 | __asm__ volatile ("vpabsw %%xmm0, %%xmm0":::"memory"); return 0;
|
|---|
| 222 | }
|
|---|
| 223 |
|
|---|
| 224 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 225 |
|
|---|
| 226 |
|
|---|
| 227 | Result is: yes
|
|---|
| 228 | ##########################################
|
|---|
| 229 |
|
|---|
| 230 | ============ Checking for kernel support of avx2 ============
|
|---|
| 231 |
|
|---|
| 232 | #include <stdlib.h>
|
|---|
| 233 | #include <signal.h>
|
|---|
| 234 | static void catch(int sig) { exit(1); }
|
|---|
| 235 | int main(void) {
|
|---|
| 236 | signal(SIGILL, catch);
|
|---|
| 237 | __asm__ volatile ("vextracti128 $0, %%ymm0, %%xmm0":::"memory"); return 0;
|
|---|
| 238 | }
|
|---|
| 239 |
|
|---|
| 240 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 241 | /tmp/mplayer-configure-23133-27475/tmp.c: Assembler messages:
|
|---|
| 242 | /tmp/mplayer-configure-23133-27475/tmp.c:6: Error: no such instruction: `vextracti128 $0,%ymm0,%xmm0'
|
|---|
| 243 |
|
|---|
| 244 |
|
|---|
| 245 | Result is: failed
|
|---|
| 246 | ##########################################
|
|---|
| 247 |
|
|---|
| 248 | ============ Checking for kernel support of cmov ============
|
|---|
| 249 |
|
|---|
| 250 | #include <stdlib.h>
|
|---|
| 251 | #include <signal.h>
|
|---|
| 252 | static void catch(int sig) { exit(1); }
|
|---|
| 253 | int main(void) {
|
|---|
| 254 | signal(SIGILL, catch);
|
|---|
| 255 | __asm__ volatile ("cmovb %%eax, %%ebx":::"memory"); return 0;
|
|---|
| 256 | }
|
|---|
| 257 |
|
|---|
| 258 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 259 |
|
|---|
| 260 |
|
|---|
| 261 | Result is: yes
|
|---|
| 262 | ##########################################
|
|---|
| 263 |
|
|---|
| 264 | ============ Checking for mtrr support ============
|
|---|
| 265 | Result is: yes
|
|---|
| 266 | ##########################################
|
|---|
| 267 |
|
|---|
| 268 | ============ Checking for GCC & CPU optimization abilities ============
|
|---|
| 269 |
|
|---|
| 270 | int main(void) { return 0; }
|
|---|
| 271 |
|
|---|
| 272 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -march=native -lm
|
|---|
| 273 |
|
|---|
| 274 |
|
|---|
| 275 | Result is: native
|
|---|
| 276 | ##########################################
|
|---|
| 277 |
|
|---|
| 278 | ============ Checking for byte order ============
|
|---|
| 279 |
|
|---|
| 280 | short ascii_name[] = {
|
|---|
| 281 | 'M' << 8 | 'P', 'l' << 8 | 'a', 'y' << 8 | 'e', 'r' << 8 | 'B',
|
|---|
| 282 | 'i' << 8 | 'g', 'E' << 8 | 'n', 'd' << 8 | 'i', 'a' << 8 | 'n', 0 };
|
|---|
| 283 | int main(void) { return (long)ascii_name; }
|
|---|
| 284 |
|
|---|
| 285 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 286 |
|
|---|
| 287 |
|
|---|
| 288 | Result is: little-endian
|
|---|
| 289 | ##########################################
|
|---|
| 290 |
|
|---|
| 291 | ============ Checking for extern symbol prefix ============
|
|---|
| 292 |
|
|---|
| 293 | int ff_extern;
|
|---|
| 294 |
|
|---|
| 295 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -c -lm
|
|---|
| 296 |
|
|---|
| 297 |
|
|---|
| 298 | Result is:
|
|---|
| 299 | ##########################################
|
|---|
| 300 |
|
|---|
| 301 | ============ Checking for assembler support of -pipe option ============
|
|---|
| 302 |
|
|---|
| 303 | int main(void) { return 0; }
|
|---|
| 304 |
|
|---|
| 305 | cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -pipe -I. -lm
|
|---|
| 306 |
|
|---|
| 307 |
|
|---|
| 308 | Result is: yes
|
|---|
| 309 | ##########################################
|
|---|
| 310 |
|
|---|
| 311 |
|
|---|
| 312 | #include <features.h>
|
|---|
| 313 | #if !(defined __GLIBC__)
|
|---|
| 314 | #error condition not true: defined __GLIBC__
|
|---|
| 315 | #endif
|
|---|
| 316 | int main(void) { return 0; }
|
|---|
| 317 |
|
|---|
| 318 | cc -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Werror-implicit-function-declaration -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 319 |
|
|---|
| 320 |
|
|---|
| 321 |
|
|---|
| 322 | int main(void) { return 0; }
|
|---|
| 323 |
|
|---|
| 324 | cc -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -fno-tree-vectorize -lm
|
|---|
| 325 |
|
|---|
| 326 |
|
|---|
| 327 |
|
|---|
| 328 | int main(void) { return 0; }
|
|---|
| 329 |
|
|---|
| 330 | cc -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -Wundef -lm
|
|---|
| 331 |
|
|---|
| 332 |
|
|---|
| 333 |
|
|---|
| 334 | int main(void) { return 0; }
|
|---|
| 335 |
|
|---|
| 336 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -std=gnu99 -lm
|
|---|
| 337 |
|
|---|
| 338 |
|
|---|
| 339 |
|
|---|
| 340 | int main(void) { return 0; }
|
|---|
| 341 |
|
|---|
| 342 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -Wdeclaration-after-statement -lm
|
|---|
| 343 |
|
|---|
| 344 |
|
|---|
| 345 |
|
|---|
| 346 | int main(void) { return 0; }
|
|---|
| 347 |
|
|---|
| 348 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -Wno-pointer-sign -lm
|
|---|
| 349 |
|
|---|
| 350 |
|
|---|
| 351 |
|
|---|
| 352 | int main(void) { return 0; }
|
|---|
| 353 |
|
|---|
| 354 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -Wdisabled-optimization -lm
|
|---|
| 355 |
|
|---|
| 356 |
|
|---|
| 357 |
|
|---|
| 358 | int main(void) { return 0; }
|
|---|
| 359 |
|
|---|
| 360 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -Wmissing-prototypes -lm
|
|---|
| 361 |
|
|---|
| 362 |
|
|---|
| 363 |
|
|---|
| 364 | int main(void) { return 0; }
|
|---|
| 365 |
|
|---|
| 366 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -Wstrict-prototypes -lm
|
|---|
| 367 |
|
|---|
| 368 |
|
|---|
| 369 |
|
|---|
| 370 | int main(void) { return 0; }
|
|---|
| 371 |
|
|---|
| 372 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -fno-asynchronous-unwind-tables -lm
|
|---|
| 373 |
|
|---|
| 374 |
|
|---|
| 375 |
|
|---|
| 376 | int main(void) { return 0; }
|
|---|
| 377 |
|
|---|
| 378 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -mno-omit-leaf-frame-pointer -lm
|
|---|
| 379 |
|
|---|
| 380 |
|
|---|
| 381 |
|
|---|
| 382 | int main(void) { return 0; }
|
|---|
| 383 |
|
|---|
| 384 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -MMD -MP -lm
|
|---|
| 385 |
|
|---|
| 386 |
|
|---|
| 387 | ============ Checking for relocatable binary ============
|
|---|
| 388 |
|
|---|
| 389 | int main(void) { return 0; }
|
|---|
| 390 |
|
|---|
| 391 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -fpie -pie -lm
|
|---|
| 392 |
|
|---|
| 393 |
|
|---|
| 394 | Result is: yes (fast PIC)
|
|---|
| 395 | ##########################################
|
|---|
| 396 |
|
|---|
| 397 | ============ Checking for PIC ============
|
|---|
| 398 |
|
|---|
| 399 |
|
|---|
| 400 | #if !(defined(__PIC__) || defined(__pic__) || defined(PIC))
|
|---|
| 401 | #error condition not true: defined(__PIC__) || defined(__pic__) || defined(PIC)
|
|---|
| 402 | #endif
|
|---|
| 403 | int main(void) { return 0; }
|
|---|
| 404 |
|
|---|
| 405 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 406 |
|
|---|
| 407 |
|
|---|
| 408 | Result is: yes
|
|---|
| 409 | ##########################################
|
|---|
| 410 |
|
|---|
| 411 |
|
|---|
| 412 | int main(void) { __asm__ volatile ("mov (%eax), %eax"); return 0; }
|
|---|
| 413 |
|
|---|
| 414 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 415 |
|
|---|
| 416 |
|
|---|
| 417 | ============ Checking for .align is a power of two ============
|
|---|
| 418 |
|
|---|
| 419 | int main(void) { __asm__ volatile (".align 3"); return 0; }
|
|---|
| 420 |
|
|---|
| 421 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 422 | /tmp/mplayer-configure-23133-27475/tmp.c: Assembler messages:
|
|---|
| 423 | /tmp/mplayer-configure-23133-27475/tmp.c:1: Error: alignment not a power of 2
|
|---|
| 424 |
|
|---|
| 425 |
|
|---|
| 426 | Result is: no
|
|---|
| 427 | ##########################################
|
|---|
| 428 |
|
|---|
| 429 | ============ Checking for ebx availability ============
|
|---|
| 430 |
|
|---|
| 431 | int main(void) {
|
|---|
| 432 | int x;
|
|---|
| 433 | __asm__ volatile(
|
|---|
| 434 | "xor %0, %0"
|
|---|
| 435 | :"=b"(x)
|
|---|
| 436 | // just adding ebx to clobber list seems unreliable with some
|
|---|
| 437 | // compilers, e.g. Haiku's gcc 2.95
|
|---|
| 438 | );
|
|---|
| 439 | // and the above check does not work for OSX 64 bit...
|
|---|
| 440 | __asm__ volatile("":::"%ebx");
|
|---|
| 441 | return 0;
|
|---|
| 442 | }
|
|---|
| 443 |
|
|---|
| 444 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 445 |
|
|---|
| 446 |
|
|---|
| 447 | Result is: yes
|
|---|
| 448 | ##########################################
|
|---|
| 449 |
|
|---|
| 450 | ============ Checking for yasm ============
|
|---|
| 451 |
|
|---|
| 452 | pextrd [eax], xmm0, 1
|
|---|
| 453 |
|
|---|
| 454 | yasm -f elf -DPIC -m amd64 -o /tmp/mplayer-configure-23133-27475/tmp /tmp/mplayer-configure-23133-27475/tmp.S
|
|---|
| 455 |
|
|---|
| 456 |
|
|---|
| 457 | Result is: yasm
|
|---|
| 458 | ##########################################
|
|---|
| 459 |
|
|---|
| 460 | ============ Checking for bswap ============
|
|---|
| 461 | Result is: yes
|
|---|
| 462 | ##########################################
|
|---|
| 463 |
|
|---|
| 464 | ============ Checking for xmm clobbers ============
|
|---|
| 465 |
|
|---|
| 466 | int main(void) { __asm__ volatile ("":::"%xmm0"); return 0; }
|
|---|
| 467 |
|
|---|
| 468 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 469 |
|
|---|
| 470 |
|
|---|
| 471 | Result is: yes
|
|---|
| 472 | ##########################################
|
|---|
| 473 |
|
|---|
| 474 | ============ Checking for langinfo ============
|
|---|
| 475 |
|
|---|
| 476 | #include <langinfo.h>
|
|---|
| 477 | int main(void) { nl_langinfo(CODESET); return 0; }
|
|---|
| 478 |
|
|---|
| 479 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 480 |
|
|---|
| 481 |
|
|---|
| 482 | Result is: yes
|
|---|
| 483 | ##########################################
|
|---|
| 484 |
|
|---|
| 485 | ============ Checking for language ============
|
|---|
| 486 | Result is: messages: en - man pages: en - documentation: en
|
|---|
| 487 | ##########################################
|
|---|
| 488 |
|
|---|
| 489 | ============ Checking for enable sighandler ============
|
|---|
| 490 | Result is: yes
|
|---|
| 491 | ##########################################
|
|---|
| 492 |
|
|---|
| 493 | ============ Checking for runtime cpudetection ============
|
|---|
| 494 | Result is: no
|
|---|
| 495 | ##########################################
|
|---|
| 496 |
|
|---|
| 497 | ============ Checking for restrict keyword ============
|
|---|
| 498 |
|
|---|
| 499 | void foo(char * restrict p); int main(void) { return 0; }
|
|---|
| 500 |
|
|---|
| 501 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 502 |
|
|---|
| 503 |
|
|---|
| 504 | Result is: restrict
|
|---|
| 505 | ##########################################
|
|---|
| 506 |
|
|---|
| 507 | ============ Checking for __builtin_expect ============
|
|---|
| 508 |
|
|---|
| 509 | static int foo(int a) {
|
|---|
| 510 | a = __builtin_expect(a, 10);
|
|---|
| 511 | return a == 10 ? 0 : 1;
|
|---|
| 512 | }
|
|---|
| 513 | int main(void) { return foo(10) && foo(0); }
|
|---|
| 514 |
|
|---|
| 515 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 516 |
|
|---|
| 517 |
|
|---|
| 518 | Result is: yes
|
|---|
| 519 | ##########################################
|
|---|
| 520 |
|
|---|
| 521 | ============ Checking for kstat ============
|
|---|
| 522 |
|
|---|
| 523 | #include <kstat.h>
|
|---|
| 524 | int main(void) { kstat_open(); return 0; }
|
|---|
| 525 |
|
|---|
| 526 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lkstat -lm
|
|---|
| 527 | /tmp/mplayer-configure-23133-27475/tmp.c:1:19: error: kstat.h: No such file or directory
|
|---|
| 528 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 529 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'kstat_open'
|
|---|
| 530 |
|
|---|
| 531 |
|
|---|
| 532 | Result is: no
|
|---|
| 533 | ##########################################
|
|---|
| 534 |
|
|---|
| 535 | ============ Checking for atanf ============
|
|---|
| 536 |
|
|---|
| 537 | #include <math.h>
|
|---|
| 538 | int main(void) { atanf(2.0); return 0; }
|
|---|
| 539 |
|
|---|
| 540 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 541 |
|
|---|
| 542 |
|
|---|
| 543 | Result is: yes
|
|---|
| 544 | ##########################################
|
|---|
| 545 |
|
|---|
| 546 | ============ Checking for cbrt ============
|
|---|
| 547 |
|
|---|
| 548 | #include <math.h>
|
|---|
| 549 | int main(void) { cbrt(2.0); return 0; }
|
|---|
| 550 |
|
|---|
| 551 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 552 |
|
|---|
| 553 |
|
|---|
| 554 | Result is: yes
|
|---|
| 555 | ##########################################
|
|---|
| 556 |
|
|---|
| 557 | ============ Checking for cbrtf ============
|
|---|
| 558 |
|
|---|
| 559 | #include <math.h>
|
|---|
| 560 | int main(void) { cbrtf(2.0); return 0; }
|
|---|
| 561 |
|
|---|
| 562 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 563 |
|
|---|
| 564 |
|
|---|
| 565 | Result is: yes
|
|---|
| 566 | ##########################################
|
|---|
| 567 |
|
|---|
| 568 | ============ Checking for cosf ============
|
|---|
| 569 |
|
|---|
| 570 | #include <math.h>
|
|---|
| 571 | int main(void) { cosf(2.0); return 0; }
|
|---|
| 572 |
|
|---|
| 573 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 574 |
|
|---|
| 575 |
|
|---|
| 576 | Result is: yes
|
|---|
| 577 | ##########################################
|
|---|
| 578 |
|
|---|
| 579 | ============ Checking for expf ============
|
|---|
| 580 |
|
|---|
| 581 | #include <math.h>
|
|---|
| 582 | int main(void) { expf(2.0); return 0; }
|
|---|
| 583 |
|
|---|
| 584 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 585 |
|
|---|
| 586 |
|
|---|
| 587 | Result is: yes
|
|---|
| 588 | ##########################################
|
|---|
| 589 |
|
|---|
| 590 | ============ Checking for exp2 ============
|
|---|
| 591 |
|
|---|
| 592 | #include <math.h>
|
|---|
| 593 | int main(void) { exp2(2.0); return 0; }
|
|---|
| 594 |
|
|---|
| 595 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 596 |
|
|---|
| 597 |
|
|---|
| 598 | Result is: yes
|
|---|
| 599 | ##########################################
|
|---|
| 600 |
|
|---|
| 601 | ============ Checking for exp2f ============
|
|---|
| 602 |
|
|---|
| 603 | #include <math.h>
|
|---|
| 604 | int main(void) { exp2f(2.0); return 0; }
|
|---|
| 605 |
|
|---|
| 606 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 607 |
|
|---|
| 608 |
|
|---|
| 609 | Result is: yes
|
|---|
| 610 | ##########################################
|
|---|
| 611 |
|
|---|
| 612 | ============ Checking for isnan ============
|
|---|
| 613 |
|
|---|
| 614 | #include <math.h>
|
|---|
| 615 | int main(void) { isnan(2.0); return 0; }
|
|---|
| 616 |
|
|---|
| 617 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 618 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 619 | /tmp/mplayer-configure-23133-27475/tmp.c:2: warning: statement with no effect
|
|---|
| 620 |
|
|---|
| 621 |
|
|---|
| 622 | Result is: yes
|
|---|
| 623 | ##########################################
|
|---|
| 624 |
|
|---|
| 625 | ============ Checking for isfinite ============
|
|---|
| 626 |
|
|---|
| 627 | #include <math.h>
|
|---|
| 628 | int main(void) { isfinite(2.0); return 0; }
|
|---|
| 629 |
|
|---|
| 630 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 631 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 632 | /tmp/mplayer-configure-23133-27475/tmp.c:2: warning: statement with no effect
|
|---|
| 633 |
|
|---|
| 634 |
|
|---|
| 635 | Result is: yes
|
|---|
| 636 | ##########################################
|
|---|
| 637 |
|
|---|
| 638 | ============ Checking for isinf ============
|
|---|
| 639 |
|
|---|
| 640 | #include <math.h>
|
|---|
| 641 | int main(void) { isinf(2.0); return 0; }
|
|---|
| 642 |
|
|---|
| 643 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 644 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 645 | /tmp/mplayer-configure-23133-27475/tmp.c:2: warning: statement with no effect
|
|---|
| 646 |
|
|---|
| 647 |
|
|---|
| 648 | Result is: yes
|
|---|
| 649 | ##########################################
|
|---|
| 650 |
|
|---|
| 651 | ============ Checking for llrint ============
|
|---|
| 652 |
|
|---|
| 653 | #include <math.h>
|
|---|
| 654 | int main(void) { llrint(2.0); return 0; }
|
|---|
| 655 |
|
|---|
| 656 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 657 |
|
|---|
| 658 |
|
|---|
| 659 | Result is: yes
|
|---|
| 660 | ##########################################
|
|---|
| 661 |
|
|---|
| 662 | ============ Checking for llrintf ============
|
|---|
| 663 |
|
|---|
| 664 | #include <math.h>
|
|---|
| 665 | int main(void) { llrintf(2.0); return 0; }
|
|---|
| 666 |
|
|---|
| 667 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 668 |
|
|---|
| 669 |
|
|---|
| 670 | Result is: yes
|
|---|
| 671 | ##########################################
|
|---|
| 672 |
|
|---|
| 673 | ============ Checking for log2 ============
|
|---|
| 674 |
|
|---|
| 675 | #include <math.h>
|
|---|
| 676 | int main(void) { log2(2.0); return 0; }
|
|---|
| 677 |
|
|---|
| 678 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 679 |
|
|---|
| 680 |
|
|---|
| 681 | Result is: yes
|
|---|
| 682 | ##########################################
|
|---|
| 683 |
|
|---|
| 684 | ============ Checking for log2f ============
|
|---|
| 685 |
|
|---|
| 686 | #include <math.h>
|
|---|
| 687 | int main(void) { log2f(2.0); return 0; }
|
|---|
| 688 |
|
|---|
| 689 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 690 |
|
|---|
| 691 |
|
|---|
| 692 | Result is: yes
|
|---|
| 693 | ##########################################
|
|---|
| 694 |
|
|---|
| 695 | ============ Checking for log10f ============
|
|---|
| 696 |
|
|---|
| 697 | #include <math.h>
|
|---|
| 698 | int main(void) { log10f(2.0); return 0; }
|
|---|
| 699 |
|
|---|
| 700 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 701 |
|
|---|
| 702 |
|
|---|
| 703 | Result is: yes
|
|---|
| 704 | ##########################################
|
|---|
| 705 |
|
|---|
| 706 | ============ Checking for lrint ============
|
|---|
| 707 |
|
|---|
| 708 | #include <math.h>
|
|---|
| 709 | int main(void) { lrint(2.0); return 0; }
|
|---|
| 710 |
|
|---|
| 711 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 712 |
|
|---|
| 713 |
|
|---|
| 714 | Result is: yes
|
|---|
| 715 | ##########################################
|
|---|
| 716 |
|
|---|
| 717 | ============ Checking for lrintf ============
|
|---|
| 718 |
|
|---|
| 719 | #include <math.h>
|
|---|
| 720 | int main(void) { lrintf(2.0); return 0; }
|
|---|
| 721 |
|
|---|
| 722 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 723 |
|
|---|
| 724 |
|
|---|
| 725 | Result is: yes
|
|---|
| 726 | ##########################################
|
|---|
| 727 |
|
|---|
| 728 | ============ Checking for rint ============
|
|---|
| 729 |
|
|---|
| 730 | #include <math.h>
|
|---|
| 731 | int main(void) { rint(2.0); return 0; }
|
|---|
| 732 |
|
|---|
| 733 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 734 |
|
|---|
| 735 |
|
|---|
| 736 | Result is: yes
|
|---|
| 737 | ##########################################
|
|---|
| 738 |
|
|---|
| 739 | ============ Checking for round ============
|
|---|
| 740 |
|
|---|
| 741 | #include <math.h>
|
|---|
| 742 | int main(void) { round(2.0); return 0; }
|
|---|
| 743 |
|
|---|
| 744 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 745 |
|
|---|
| 746 |
|
|---|
| 747 | Result is: yes
|
|---|
| 748 | ##########################################
|
|---|
| 749 |
|
|---|
| 750 | ============ Checking for roundf ============
|
|---|
| 751 |
|
|---|
| 752 | #include <math.h>
|
|---|
| 753 | int main(void) { roundf(2.0); return 0; }
|
|---|
| 754 |
|
|---|
| 755 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 756 |
|
|---|
| 757 |
|
|---|
| 758 | Result is: yes
|
|---|
| 759 | ##########################################
|
|---|
| 760 |
|
|---|
| 761 | ============ Checking for sinf ============
|
|---|
| 762 |
|
|---|
| 763 | #include <math.h>
|
|---|
| 764 | int main(void) { sinf(2.0); return 0; }
|
|---|
| 765 |
|
|---|
| 766 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 767 |
|
|---|
| 768 |
|
|---|
| 769 | Result is: yes
|
|---|
| 770 | ##########################################
|
|---|
| 771 |
|
|---|
| 772 | ============ Checking for trunc ============
|
|---|
| 773 |
|
|---|
| 774 | #include <math.h>
|
|---|
| 775 | int main(void) { trunc(2.0); return 0; }
|
|---|
| 776 |
|
|---|
| 777 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 778 |
|
|---|
| 779 |
|
|---|
| 780 | Result is: yes
|
|---|
| 781 | ##########################################
|
|---|
| 782 |
|
|---|
| 783 | ============ Checking for truncf ============
|
|---|
| 784 |
|
|---|
| 785 | #include <math.h>
|
|---|
| 786 | int main(void) { truncf(2.0); return 0; }
|
|---|
| 787 |
|
|---|
| 788 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 789 |
|
|---|
| 790 |
|
|---|
| 791 | Result is: yes
|
|---|
| 792 | ##########################################
|
|---|
| 793 |
|
|---|
| 794 | ============ Checking for erf ============
|
|---|
| 795 |
|
|---|
| 796 | #include <math.h>
|
|---|
| 797 | int main(void) { erf(2.0); return 0; }
|
|---|
| 798 |
|
|---|
| 799 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 800 |
|
|---|
| 801 |
|
|---|
| 802 | Result is: yes
|
|---|
| 803 | ##########################################
|
|---|
| 804 |
|
|---|
| 805 | ============ Checking for atan2f ============
|
|---|
| 806 |
|
|---|
| 807 | #include <math.h>
|
|---|
| 808 | int main(void) { atan2f(1.0,1.0); return 0; }
|
|---|
| 809 |
|
|---|
| 810 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 811 |
|
|---|
| 812 |
|
|---|
| 813 | Result is: yes
|
|---|
| 814 | ##########################################
|
|---|
| 815 |
|
|---|
| 816 | ============ Checking for fminf ============
|
|---|
| 817 |
|
|---|
| 818 | #include <math.h>
|
|---|
| 819 | int main(void) { fminf(1.0,1.0); return 0; }
|
|---|
| 820 |
|
|---|
| 821 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 822 |
|
|---|
| 823 |
|
|---|
| 824 | Result is: yes
|
|---|
| 825 | ##########################################
|
|---|
| 826 |
|
|---|
| 827 | ============ Checking for ldexpf ============
|
|---|
| 828 |
|
|---|
| 829 | #include <math.h>
|
|---|
| 830 | int main(void) { ldexpf(1.0,1.0); return 0; }
|
|---|
| 831 |
|
|---|
| 832 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 833 |
|
|---|
| 834 |
|
|---|
| 835 | Result is: yes
|
|---|
| 836 | ##########################################
|
|---|
| 837 |
|
|---|
| 838 | ============ Checking for powf ============
|
|---|
| 839 |
|
|---|
| 840 | #include <math.h>
|
|---|
| 841 | int main(void) { powf(1.0,1.0); return 0; }
|
|---|
| 842 |
|
|---|
| 843 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 844 |
|
|---|
| 845 |
|
|---|
| 846 | Result is: yes
|
|---|
| 847 | ##########################################
|
|---|
| 848 |
|
|---|
| 849 | ============ Checking for hypot ============
|
|---|
| 850 |
|
|---|
| 851 | #include <math.h>
|
|---|
| 852 | int main(void) { hypot(1.0,1.0); return 0; }
|
|---|
| 853 |
|
|---|
| 854 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 855 |
|
|---|
| 856 |
|
|---|
| 857 | Result is: yes
|
|---|
| 858 | ##########################################
|
|---|
| 859 |
|
|---|
| 860 | ============ Checking for mkstemp ============
|
|---|
| 861 |
|
|---|
| 862 | #include <stdlib.h>
|
|---|
| 863 | int main(void) { mkstemp(""); return 0; }
|
|---|
| 864 |
|
|---|
| 865 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 866 |
|
|---|
| 867 |
|
|---|
| 868 | Result is: yes
|
|---|
| 869 | ##########################################
|
|---|
| 870 |
|
|---|
| 871 | ============ Checking for gmtime_r ============
|
|---|
| 872 |
|
|---|
| 873 | #include <time.h>
|
|---|
| 874 | int main(void) { gmtime_r(0, 0); return 0; }
|
|---|
| 875 |
|
|---|
| 876 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 877 |
|
|---|
| 878 |
|
|---|
| 879 | Result is: yes
|
|---|
| 880 | ##########################################
|
|---|
| 881 |
|
|---|
| 882 | ============ Checking for localtime_r ============
|
|---|
| 883 |
|
|---|
| 884 | #include <time.h>
|
|---|
| 885 | int main(void) { localtime_r(0, 0); return 0; }
|
|---|
| 886 |
|
|---|
| 887 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 888 |
|
|---|
| 889 |
|
|---|
| 890 | Result is: yes
|
|---|
| 891 | ##########################################
|
|---|
| 892 |
|
|---|
| 893 | ============ Checking for nanosleep ============
|
|---|
| 894 |
|
|---|
| 895 | #include <time.h>
|
|---|
| 896 | int main(void) { nanosleep(0, 0); return 0; }
|
|---|
| 897 |
|
|---|
| 898 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 899 |
|
|---|
| 900 |
|
|---|
| 901 | Result is: yes
|
|---|
| 902 | ##########################################
|
|---|
| 903 |
|
|---|
| 904 | ============ Checking for socklib ============
|
|---|
| 905 |
|
|---|
| 906 | #include <netdb.h>
|
|---|
| 907 | #include <sys/socket.h>
|
|---|
| 908 | int main(void) { gethostbyname(0); socket(AF_INET, SOCK_STREAM, 0); return 0; }
|
|---|
| 909 |
|
|---|
| 910 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 911 |
|
|---|
| 912 |
|
|---|
| 913 | Result is: yes
|
|---|
| 914 | ##########################################
|
|---|
| 915 |
|
|---|
| 916 | ============ Checking for netdb.h, struct addrinfo ============
|
|---|
| 917 |
|
|---|
| 918 | #if HAVE_WINSOCK2_H
|
|---|
| 919 | #include <winsock2.h>
|
|---|
| 920 | #include <ws2tcpip.h>
|
|---|
| 921 | #else
|
|---|
| 922 | #include <sys/types.h>
|
|---|
| 923 | #include <sys/socket.h>
|
|---|
| 924 | #include <netdb.h>
|
|---|
| 925 | #endif
|
|---|
| 926 | int main(void) { struct addrinfo ai; return 0; }
|
|---|
| 927 |
|
|---|
| 928 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -DHAVE_WINSOCK2_H=0 -lm
|
|---|
| 929 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 930 | /tmp/mplayer-configure-23133-27475/tmp.c:9: warning: unused variable 'ai'
|
|---|
| 931 |
|
|---|
| 932 |
|
|---|
| 933 | Result is: yes
|
|---|
| 934 | ##########################################
|
|---|
| 935 |
|
|---|
| 936 | ============ Checking for netdb.h, getaddrinfo() ============
|
|---|
| 937 |
|
|---|
| 938 | #if HAVE_WINSOCK2_H
|
|---|
| 939 | #include <winsock2.h>
|
|---|
| 940 | #else
|
|---|
| 941 | #include <sys/types.h>
|
|---|
| 942 | #include <sys/socket.h>
|
|---|
| 943 | #include <netdb.h>
|
|---|
| 944 | #endif
|
|---|
| 945 | int main(void) { getaddrinfo(0, 0, 0, 0); return 0; }
|
|---|
| 946 |
|
|---|
| 947 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -DHAVE_WINSOCK2_H=0 -lm
|
|---|
| 948 |
|
|---|
| 949 |
|
|---|
| 950 | Result is: yes
|
|---|
| 951 | ##########################################
|
|---|
| 952 |
|
|---|
| 953 | ============ Checking for sockaddr_storage ============
|
|---|
| 954 |
|
|---|
| 955 | #if HAVE_WINSOCK2_H
|
|---|
| 956 | #include <winsock2.h>
|
|---|
| 957 | #else
|
|---|
| 958 | #include <sys/types.h>
|
|---|
| 959 | #include <sys/socket.h>
|
|---|
| 960 | #endif
|
|---|
| 961 | int main(void) { struct sockaddr_storage sas; return 0; }
|
|---|
| 962 |
|
|---|
| 963 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -DHAVE_WINSOCK2_H=0 -lm
|
|---|
| 964 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 965 | /tmp/mplayer-configure-23133-27475/tmp.c:7: warning: unused variable 'sas'
|
|---|
| 966 |
|
|---|
| 967 |
|
|---|
| 968 | Result is: yes
|
|---|
| 969 | ##########################################
|
|---|
| 970 |
|
|---|
| 971 | ============ Checking for struct ipv6_mreq ============
|
|---|
| 972 |
|
|---|
| 973 | #if HAVE_WINSOCK2_H
|
|---|
| 974 | #include <ws2tcpip.h>
|
|---|
| 975 | #else
|
|---|
| 976 | #include <netinet/in.h>
|
|---|
| 977 | #endif
|
|---|
| 978 | int main(void) { struct ipv6_mreq mreq6; return 0; }
|
|---|
| 979 |
|
|---|
| 980 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -DHAVE_WINSOCK2_H=0 -lm
|
|---|
| 981 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 982 | /tmp/mplayer-configure-23133-27475/tmp.c:6: warning: unused variable 'mreq6'
|
|---|
| 983 |
|
|---|
| 984 |
|
|---|
| 985 | Result is: yes
|
|---|
| 986 | ##########################################
|
|---|
| 987 |
|
|---|
| 988 | ============ Checking for struct sockaddr_in6 ============
|
|---|
| 989 |
|
|---|
| 990 | #if HAVE_WINSOCK2_H
|
|---|
| 991 | #include <ws2tcpip.h>
|
|---|
| 992 | #else
|
|---|
| 993 | #include <netinet/in.h>
|
|---|
| 994 | #endif
|
|---|
| 995 | int main(void) { struct sockaddr_in6 addr; return 0; }
|
|---|
| 996 |
|
|---|
| 997 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -DHAVE_WINSOCK2_H=0 -lm
|
|---|
| 998 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 999 | /tmp/mplayer-configure-23133-27475/tmp.c:6: warning: unused variable 'addr'
|
|---|
| 1000 |
|
|---|
| 1001 |
|
|---|
| 1002 | Result is: yes
|
|---|
| 1003 | ##########################################
|
|---|
| 1004 |
|
|---|
| 1005 | ============ Checking for struct sockaddr sa_len ============
|
|---|
| 1006 |
|
|---|
| 1007 | #if HAVE_WINSOCK2_H
|
|---|
| 1008 | #include <winsock2.h>
|
|---|
| 1009 | #else
|
|---|
| 1010 | #include <sys/types.h>
|
|---|
| 1011 | #include <sys/socket.h>
|
|---|
| 1012 | #endif
|
|---|
| 1013 | int main(void) { const void *p = &((struct sockaddr *)0)->sa_len; return 0; }
|
|---|
| 1014 |
|
|---|
| 1015 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -DHAVE_WINSOCK2_H=0 -lm
|
|---|
| 1016 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1017 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'struct sockaddr' has no member named 'sa_len'
|
|---|
| 1018 | /tmp/mplayer-configure-23133-27475/tmp.c:7: warning: unused variable 'p'
|
|---|
| 1019 |
|
|---|
| 1020 |
|
|---|
| 1021 | Result is: no
|
|---|
| 1022 | ##########################################
|
|---|
| 1023 |
|
|---|
| 1024 | ============ Checking for arpa/inet.h ============
|
|---|
| 1025 |
|
|---|
| 1026 | #include <arpa/inet.h>
|
|---|
| 1027 | int main(void) { return 0; }
|
|---|
| 1028 |
|
|---|
| 1029 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1030 |
|
|---|
| 1031 |
|
|---|
| 1032 | Result is: yes
|
|---|
| 1033 | ##########################################
|
|---|
| 1034 |
|
|---|
| 1035 | ============ Checking for inet_pton() ============
|
|---|
| 1036 |
|
|---|
| 1037 | #include <arpa/inet.h>
|
|---|
| 1038 | int main(void) { inet_pton(0, 0, 0); return 0; }
|
|---|
| 1039 |
|
|---|
| 1040 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1041 |
|
|---|
| 1042 |
|
|---|
| 1043 | Result is: yes
|
|---|
| 1044 | ##########################################
|
|---|
| 1045 |
|
|---|
| 1046 | ============ Checking for inet_aton() ============
|
|---|
| 1047 |
|
|---|
| 1048 | #define _BSD_SOURCE
|
|---|
| 1049 | #include <arpa/inet.h>
|
|---|
| 1050 | int main(void) { inet_aton(0, 0); return 0; }
|
|---|
| 1051 |
|
|---|
| 1052 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1053 |
|
|---|
| 1054 |
|
|---|
| 1055 | Result is: yes
|
|---|
| 1056 | ##########################################
|
|---|
| 1057 |
|
|---|
| 1058 | ============ Checking for socklen_t ============
|
|---|
| 1059 |
|
|---|
| 1060 | #if HAVE_WINSOCK2_H
|
|---|
| 1061 | #include <ws2tcpip.h>
|
|---|
| 1062 | #else
|
|---|
| 1063 | #include <sys/socket.h>
|
|---|
| 1064 | #include <sys/types.h>
|
|---|
| 1065 | #endif
|
|---|
| 1066 | int main(void) { socklen_t v = 0; return 0; }
|
|---|
| 1067 |
|
|---|
| 1068 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -DHAVE_WINSOCK2_H=0 -lm
|
|---|
| 1069 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1070 | /tmp/mplayer-configure-23133-27475/tmp.c:7: warning: unused variable 'v'
|
|---|
| 1071 |
|
|---|
| 1072 |
|
|---|
| 1073 | Result is: yes
|
|---|
| 1074 | ##########################################
|
|---|
| 1075 |
|
|---|
| 1076 | ============ Checking for closesocket() ============
|
|---|
| 1077 |
|
|---|
| 1078 | #include <winsock2.h>
|
|---|
| 1079 | int main(void) { closesocket(~0); return 0; }
|
|---|
| 1080 |
|
|---|
| 1081 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1082 | /tmp/mplayer-configure-23133-27475/tmp.c:1:22: error: winsock2.h: No such file or directory
|
|---|
| 1083 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1084 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'closesocket'
|
|---|
| 1085 |
|
|---|
| 1086 |
|
|---|
| 1087 | Result is: no
|
|---|
| 1088 | ##########################################
|
|---|
| 1089 |
|
|---|
| 1090 | ============ Checking for networking ============
|
|---|
| 1091 | Result is: yes
|
|---|
| 1092 | ##########################################
|
|---|
| 1093 |
|
|---|
| 1094 | ============ Checking for inet6 ============
|
|---|
| 1095 |
|
|---|
| 1096 | #include <sys/types.h>
|
|---|
| 1097 | #if !defined(_WIN32)
|
|---|
| 1098 | #include <sys/socket.h>
|
|---|
| 1099 | #include <netinet/in.h>
|
|---|
| 1100 | #else
|
|---|
| 1101 | #include <ws2tcpip.h>
|
|---|
| 1102 | #endif
|
|---|
| 1103 | int main(void) { struct sockaddr_in6 six; socket(AF_INET6, SOCK_STREAM, AF_INET6); return 0; }
|
|---|
| 1104 |
|
|---|
| 1105 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1106 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1107 | /tmp/mplayer-configure-23133-27475/tmp.c:8: warning: unused variable 'six'
|
|---|
| 1108 |
|
|---|
| 1109 |
|
|---|
| 1110 | Result is: yes
|
|---|
| 1111 | ##########################################
|
|---|
| 1112 |
|
|---|
| 1113 | ============ Checking for gethostbyname2 ============
|
|---|
| 1114 |
|
|---|
| 1115 | #define _BSD_SOURCE
|
|---|
| 1116 | #include <sys/types.h>
|
|---|
| 1117 | #include <sys/socket.h>
|
|---|
| 1118 | #include <netdb.h>
|
|---|
| 1119 | int main(void) { gethostbyname2("", AF_INET); return 0; }
|
|---|
| 1120 |
|
|---|
| 1121 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1122 |
|
|---|
| 1123 |
|
|---|
| 1124 | Result is: yes
|
|---|
| 1125 | ##########################################
|
|---|
| 1126 |
|
|---|
| 1127 | ============ Checking for SCTP ============
|
|---|
| 1128 |
|
|---|
| 1129 | #include <netinet/sctp.h>
|
|---|
| 1130 | int main(void) { return 0; }
|
|---|
| 1131 |
|
|---|
| 1132 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1133 | /tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: netinet/sctp.h: No such file or directory
|
|---|
| 1134 |
|
|---|
| 1135 |
|
|---|
| 1136 | Result is: no
|
|---|
| 1137 | ##########################################
|
|---|
| 1138 |
|
|---|
| 1139 | ============ Checking for sys/un.h ============
|
|---|
| 1140 |
|
|---|
| 1141 | #include <sys/un.h>
|
|---|
| 1142 | int main(void) { return 0; }
|
|---|
| 1143 |
|
|---|
| 1144 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1145 |
|
|---|
| 1146 |
|
|---|
| 1147 | Result is: yes
|
|---|
| 1148 | ##########################################
|
|---|
| 1149 |
|
|---|
| 1150 | ============ Checking for sys/poll.h ============
|
|---|
| 1151 |
|
|---|
| 1152 | #include <sys/poll.h>
|
|---|
| 1153 | int main(void) { return 0; }
|
|---|
| 1154 |
|
|---|
| 1155 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1156 |
|
|---|
| 1157 |
|
|---|
| 1158 | Result is: yes
|
|---|
| 1159 | ##########################################
|
|---|
| 1160 |
|
|---|
| 1161 | ============ Checking for inttypes.h (required) ============
|
|---|
| 1162 |
|
|---|
| 1163 | #include <inttypes.h>
|
|---|
| 1164 | int main(void) { return 0; }
|
|---|
| 1165 |
|
|---|
| 1166 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1167 |
|
|---|
| 1168 |
|
|---|
| 1169 | Result is: yes
|
|---|
| 1170 | ##########################################
|
|---|
| 1171 |
|
|---|
| 1172 | ============ Checking for int_fastXY_t in inttypes.h ============
|
|---|
| 1173 |
|
|---|
| 1174 | #include <inttypes.h>
|
|---|
| 1175 | int main(void) { volatile int_fast16_t v = 0; return 0; }
|
|---|
| 1176 |
|
|---|
| 1177 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1178 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1179 | /tmp/mplayer-configure-23133-27475/tmp.c:2: warning: unused variable 'v'
|
|---|
| 1180 |
|
|---|
| 1181 |
|
|---|
| 1182 | Result is: yes
|
|---|
| 1183 | ##########################################
|
|---|
| 1184 |
|
|---|
| 1185 | ============ Checking for malloc.h ============
|
|---|
| 1186 |
|
|---|
| 1187 | #include <malloc.h>
|
|---|
| 1188 | int main(void) { return 0; }
|
|---|
| 1189 |
|
|---|
| 1190 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1191 |
|
|---|
| 1192 |
|
|---|
| 1193 | Result is: yes
|
|---|
| 1194 | ##########################################
|
|---|
| 1195 |
|
|---|
| 1196 | ============ Checking for aligned malloc ============
|
|---|
| 1197 |
|
|---|
| 1198 | #include <malloc.h>
|
|---|
| 1199 | int main(void) { _aligned_malloc(1, 32); return 0; }
|
|---|
| 1200 |
|
|---|
| 1201 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1202 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1203 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function '_aligned_malloc'
|
|---|
| 1204 |
|
|---|
| 1205 |
|
|---|
| 1206 | Result is: no
|
|---|
| 1207 | ##########################################
|
|---|
| 1208 |
|
|---|
| 1209 | ============ Checking for memalign() ============
|
|---|
| 1210 |
|
|---|
| 1211 | #include <malloc.h>
|
|---|
| 1212 | int main(void) { memalign(64, sizeof(char)); return 0; }
|
|---|
| 1213 |
|
|---|
| 1214 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1215 |
|
|---|
| 1216 |
|
|---|
| 1217 | Result is: yes
|
|---|
| 1218 | ##########################################
|
|---|
| 1219 |
|
|---|
| 1220 | ============ Checking for posix_memalign() ============
|
|---|
| 1221 |
|
|---|
| 1222 | #include <stdlib.h>
|
|---|
| 1223 | int main(void) { posix_memalign(NULL, 0, 0); return 0; }
|
|---|
| 1224 |
|
|---|
| 1225 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1226 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1227 | /tmp/mplayer-configure-23133-27475/tmp.c:2: warning: null argument where non-null required (argument 1)
|
|---|
| 1228 |
|
|---|
| 1229 |
|
|---|
| 1230 | Result is: yes
|
|---|
| 1231 | ##########################################
|
|---|
| 1232 |
|
|---|
| 1233 | ============ Checking for alloca.h ============
|
|---|
| 1234 |
|
|---|
| 1235 | #include <alloca.h>
|
|---|
| 1236 | int main(void) { alloca(0); return 0; }
|
|---|
| 1237 |
|
|---|
| 1238 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1239 |
|
|---|
| 1240 |
|
|---|
| 1241 | Result is: yes
|
|---|
| 1242 | ##########################################
|
|---|
| 1243 |
|
|---|
| 1244 | ============ Checking for fastmemcpy ============
|
|---|
| 1245 | Result is: yes
|
|---|
| 1246 | ##########################################
|
|---|
| 1247 |
|
|---|
| 1248 | ============ Checking for hard-coded tables ============
|
|---|
| 1249 | Result is: no
|
|---|
| 1250 | ##########################################
|
|---|
| 1251 |
|
|---|
| 1252 | ============ Checking for mman.h ============
|
|---|
| 1253 |
|
|---|
| 1254 | #include <sys/mman.h>
|
|---|
| 1255 | int main(void) { mmap(0, 0, 0, 0, 0, 0); return 0; }
|
|---|
| 1256 |
|
|---|
| 1257 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1258 |
|
|---|
| 1259 |
|
|---|
| 1260 | Result is: yes
|
|---|
| 1261 | ##########################################
|
|---|
| 1262 |
|
|---|
| 1263 |
|
|---|
| 1264 | #include <sys/mman.h>
|
|---|
| 1265 | int main(void) { void *p = MAP_FAILED; return 0; }
|
|---|
| 1266 |
|
|---|
| 1267 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1268 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1269 | /tmp/mplayer-configure-23133-27475/tmp.c:2: warning: unused variable 'p'
|
|---|
| 1270 |
|
|---|
| 1271 |
|
|---|
| 1272 | ============ Checking for mprotect ============
|
|---|
| 1273 |
|
|---|
| 1274 | #include <stddef.h>
|
|---|
| 1275 | #include <sys/mman.h>
|
|---|
| 1276 | int main(void) { mprotect(NULL, 0, 0); return 0; }
|
|---|
| 1277 |
|
|---|
| 1278 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1279 |
|
|---|
| 1280 |
|
|---|
| 1281 | Result is: yes
|
|---|
| 1282 | ##########################################
|
|---|
| 1283 |
|
|---|
| 1284 | ============ Checking for dynamic loader ============
|
|---|
| 1285 |
|
|---|
| 1286 | #include <dlfcn.h>
|
|---|
| 1287 | int main(void) { dlopen("", 0); return 0; }
|
|---|
| 1288 |
|
|---|
| 1289 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1290 | /tmp/cc22Nd8y.o: In function `main':
|
|---|
| 1291 | tmp.c:(.text+0xe): undefined reference to `dlopen'
|
|---|
| 1292 | collect2: ld returned 1 exit status
|
|---|
| 1293 |
|
|---|
| 1294 |
|
|---|
| 1295 |
|
|---|
| 1296 | #include <dlfcn.h>
|
|---|
| 1297 | int main(void) { dlopen("", 0); return 0; }
|
|---|
| 1298 |
|
|---|
| 1299 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -ldl -lm
|
|---|
| 1300 |
|
|---|
| 1301 |
|
|---|
| 1302 | Result is: yes
|
|---|
| 1303 | ##########################################
|
|---|
| 1304 |
|
|---|
| 1305 | ============ Checking for dynamic a/v plugins support ============
|
|---|
| 1306 | Result is: no
|
|---|
| 1307 | ##########################################
|
|---|
| 1308 |
|
|---|
| 1309 | ============ Checking for pthread ============
|
|---|
| 1310 |
|
|---|
| 1311 | #include <pthread.h>
|
|---|
| 1312 | static void *func(void *arg) { return arg; }
|
|---|
| 1313 | int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
|
|---|
| 1314 |
|
|---|
| 1315 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -D_REENTRANT -lpthreadGC2 -lm
|
|---|
| 1316 | /usr/bin/ld: cannot find -lpthreadGC2
|
|---|
| 1317 | collect2: ld returned 1 exit status
|
|---|
| 1318 |
|
|---|
| 1319 |
|
|---|
| 1320 |
|
|---|
| 1321 | #include <pthread.h>
|
|---|
| 1322 | static void *func(void *arg) { return arg; }
|
|---|
| 1323 | int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
|
|---|
| 1324 |
|
|---|
| 1325 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -D_REENTRANT -lm
|
|---|
| 1326 | /tmp/ccj4dn4I.o: In function `main':
|
|---|
| 1327 | tmp.c:(.text+0x25): undefined reference to `pthread_create'
|
|---|
| 1328 | collect2: ld returned 1 exit status
|
|---|
| 1329 |
|
|---|
| 1330 |
|
|---|
| 1331 |
|
|---|
| 1332 | #include <pthread.h>
|
|---|
| 1333 | static void *func(void *arg) { return arg; }
|
|---|
| 1334 | int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
|
|---|
| 1335 |
|
|---|
| 1336 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -D_REENTRANT -lpthread -lm
|
|---|
| 1337 |
|
|---|
| 1338 |
|
|---|
| 1339 | Result is: yes (using -lpthread)
|
|---|
| 1340 | ##########################################
|
|---|
| 1341 |
|
|---|
| 1342 | ============ Checking for pthread_cancel ============
|
|---|
| 1343 |
|
|---|
| 1344 | #include <pthread.h>
|
|---|
| 1345 | int main(void) { pthread_t t; return pthread_cancel(t); }
|
|---|
| 1346 |
|
|---|
| 1347 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lpthread -lm
|
|---|
| 1348 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1349 | /tmp/mplayer-configure-23133-27475/tmp.c:2: warning: 't' is used uninitialized in this function
|
|---|
| 1350 |
|
|---|
| 1351 |
|
|---|
| 1352 | Result is: yes
|
|---|
| 1353 | ##########################################
|
|---|
| 1354 |
|
|---|
| 1355 | ============ Checking for direct.h ============
|
|---|
| 1356 |
|
|---|
| 1357 | #include <direct.h>
|
|---|
| 1358 | int main(void) { return 0; }
|
|---|
| 1359 |
|
|---|
| 1360 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1361 | /tmp/mplayer-configure-23133-27475/tmp.c:1:20: error: direct.h: No such file or directory
|
|---|
| 1362 |
|
|---|
| 1363 |
|
|---|
| 1364 | Result is: no
|
|---|
| 1365 | ##########################################
|
|---|
| 1366 |
|
|---|
| 1367 | ============ Checking for windows.h ============
|
|---|
| 1368 |
|
|---|
| 1369 | #include <windows.h>
|
|---|
| 1370 | int main(void) { return 0; }
|
|---|
| 1371 |
|
|---|
| 1372 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1373 | /tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: windows.h: No such file or directory
|
|---|
| 1374 |
|
|---|
| 1375 |
|
|---|
| 1376 | Result is: no
|
|---|
| 1377 | ##########################################
|
|---|
| 1378 |
|
|---|
| 1379 | ============ Checking for io.h ============
|
|---|
| 1380 |
|
|---|
| 1381 | #include <io.h>
|
|---|
| 1382 | int main(void) { return 0; }
|
|---|
| 1383 |
|
|---|
| 1384 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1385 | /tmp/mplayer-configure-23133-27475/tmp.c:1:16: error: io.h: No such file or directory
|
|---|
| 1386 |
|
|---|
| 1387 |
|
|---|
| 1388 | Result is: no
|
|---|
| 1389 | ##########################################
|
|---|
| 1390 |
|
|---|
| 1391 | ============ Checking for rpath ============
|
|---|
| 1392 | Result is: no
|
|---|
| 1393 | ##########################################
|
|---|
| 1394 |
|
|---|
| 1395 | ============ Checking for iconv ============
|
|---|
| 1396 |
|
|---|
| 1397 | #include <stdio.h>
|
|---|
| 1398 | #include <unistd.h>
|
|---|
| 1399 | #include <iconv.h>
|
|---|
| 1400 | #define INBUFSIZE 1024
|
|---|
| 1401 | #define OUTBUFSIZE 4096
|
|---|
| 1402 |
|
|---|
| 1403 | char inbuffer[INBUFSIZE];
|
|---|
| 1404 | char outbuffer[OUTBUFSIZE];
|
|---|
| 1405 |
|
|---|
| 1406 | int main(void) {
|
|---|
| 1407 | size_t numread;
|
|---|
| 1408 | iconv_t icdsc;
|
|---|
| 1409 | char *tocode="UTF-8";
|
|---|
| 1410 | char *fromcode="cp1250";
|
|---|
| 1411 | if ((icdsc = iconv_open(tocode, fromcode)) != (iconv_t)(-1)) {
|
|---|
| 1412 | while ((numread = read(0, inbuffer, INBUFSIZE))) {
|
|---|
| 1413 | char *iptr=inbuffer;
|
|---|
| 1414 | char *optr=outbuffer;
|
|---|
| 1415 | size_t inleft=numread;
|
|---|
| 1416 | size_t outleft=OUTBUFSIZE;
|
|---|
| 1417 | if (iconv(icdsc, &iptr, &inleft, &optr, &outleft)
|
|---|
| 1418 | != (size_t)(-1)) {
|
|---|
| 1419 | write(1, outbuffer, OUTBUFSIZE - outleft);
|
|---|
| 1420 | }
|
|---|
| 1421 | }
|
|---|
| 1422 | if (iconv_close(icdsc) == -1)
|
|---|
| 1423 | ;
|
|---|
| 1424 | }
|
|---|
| 1425 | return 0;
|
|---|
| 1426 | }
|
|---|
| 1427 |
|
|---|
| 1428 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1429 |
|
|---|
| 1430 |
|
|---|
| 1431 | Result is: yes
|
|---|
| 1432 | ##########################################
|
|---|
| 1433 |
|
|---|
| 1434 | ============ Checking for soundcard.h ============
|
|---|
| 1435 |
|
|---|
| 1436 | #include <sys/soundcard.h>
|
|---|
| 1437 | int main(void) { return 0; }
|
|---|
| 1438 |
|
|---|
| 1439 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1440 |
|
|---|
| 1441 |
|
|---|
| 1442 | Result is: yes (sys/soundcard.h)
|
|---|
| 1443 | ##########################################
|
|---|
| 1444 |
|
|---|
| 1445 | ============ Checking for termcap ============
|
|---|
| 1446 |
|
|---|
| 1447 | #include <term.h>
|
|---|
| 1448 | int main(void) { tgetent(0, 0); return 0; }
|
|---|
| 1449 |
|
|---|
| 1450 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lncurses -lm
|
|---|
| 1451 | /tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: term.h: No such file or directory
|
|---|
| 1452 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1453 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'tgetent'
|
|---|
| 1454 |
|
|---|
| 1455 |
|
|---|
| 1456 |
|
|---|
| 1457 | #include <term.h>
|
|---|
| 1458 | int main(void) { tgetent(0, 0); return 0; }
|
|---|
| 1459 |
|
|---|
| 1460 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -ltinfo -lm
|
|---|
| 1461 | /tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: term.h: No such file or directory
|
|---|
| 1462 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1463 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'tgetent'
|
|---|
| 1464 |
|
|---|
| 1465 |
|
|---|
| 1466 |
|
|---|
| 1467 | #include <term.h>
|
|---|
| 1468 | int main(void) { tgetent(0, 0); return 0; }
|
|---|
| 1469 |
|
|---|
| 1470 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -ltermcap -lm
|
|---|
| 1471 | /tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: term.h: No such file or directory
|
|---|
| 1472 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1473 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'tgetent'
|
|---|
| 1474 |
|
|---|
| 1475 |
|
|---|
| 1476 | Result is: no
|
|---|
| 1477 | ##########################################
|
|---|
| 1478 |
|
|---|
| 1479 | ============ Checking for termios ============
|
|---|
| 1480 |
|
|---|
| 1481 | #include <termios.h>
|
|---|
| 1482 | int main(void) { return 0; }
|
|---|
| 1483 |
|
|---|
| 1484 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1485 |
|
|---|
| 1486 |
|
|---|
| 1487 | Result is: yes (using termios.h)
|
|---|
| 1488 | ##########################################
|
|---|
| 1489 |
|
|---|
| 1490 | ============ Checking for shm ============
|
|---|
| 1491 |
|
|---|
| 1492 | #include <sys/shm.h>
|
|---|
| 1493 | int main(void) { shmget(0, 0, 0); shmat(0, 0, 0); shmctl(0, 0, 0); return 0; }
|
|---|
| 1494 |
|
|---|
| 1495 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1496 |
|
|---|
| 1497 |
|
|---|
| 1498 | Result is: yes
|
|---|
| 1499 | ##########################################
|
|---|
| 1500 |
|
|---|
| 1501 | ============ Checking for strsep() ============
|
|---|
| 1502 |
|
|---|
| 1503 | #define _BSD_SOURCE
|
|---|
| 1504 | #include <string.h>
|
|---|
| 1505 | int main(void) { char *s = "Hello, world!"; strsep(&s, ","); return 0; }
|
|---|
| 1506 |
|
|---|
| 1507 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1508 |
|
|---|
| 1509 |
|
|---|
| 1510 | Result is: yes
|
|---|
| 1511 | ##########################################
|
|---|
| 1512 |
|
|---|
| 1513 | ============ Checking for vsscanf() ============
|
|---|
| 1514 |
|
|---|
| 1515 | #include <stdarg.h>
|
|---|
| 1516 | #include <stdio.h>
|
|---|
| 1517 | int main(void) { va_list ap; vsscanf("foo", "bar", ap); return 0; }
|
|---|
| 1518 |
|
|---|
| 1519 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1520 |
|
|---|
| 1521 |
|
|---|
| 1522 | Result is: yes
|
|---|
| 1523 | ##########################################
|
|---|
| 1524 |
|
|---|
| 1525 | ============ Checking for POSIX select() ============
|
|---|
| 1526 |
|
|---|
| 1527 | #include <stdio.h>
|
|---|
| 1528 | #include <stdlib.h>
|
|---|
| 1529 | #include <sys/types.h>
|
|---|
| 1530 | #include <string.h>
|
|---|
| 1531 | #include <sys/time.h>
|
|---|
| 1532 | #include <unistd.h>
|
|---|
| 1533 | int main(void) {int nfds = 1; fd_set readfds; struct timeval timeout; select(nfds, &readfds, NULL, NULL, &timeout); return 0; }
|
|---|
| 1534 |
|
|---|
| 1535 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1536 |
|
|---|
| 1537 |
|
|---|
| 1538 | Result is: yes
|
|---|
| 1539 | ##########################################
|
|---|
| 1540 |
|
|---|
| 1541 | ============ Checking for audio select() ============
|
|---|
| 1542 | Result is: yes
|
|---|
| 1543 | ##########################################
|
|---|
| 1544 |
|
|---|
| 1545 | ============ Checking for gettimeofday() ============
|
|---|
| 1546 |
|
|---|
| 1547 | #include <stddef.h>
|
|---|
| 1548 | #include <sys/time.h>
|
|---|
| 1549 | int main(void) { struct timeval tv; gettimeofday(&tv, NULL); return 0; }
|
|---|
| 1550 |
|
|---|
| 1551 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1552 |
|
|---|
| 1553 |
|
|---|
| 1554 | Result is: yes
|
|---|
| 1555 | ##########################################
|
|---|
| 1556 |
|
|---|
| 1557 | ============ Checking for clock_gettime() ============
|
|---|
| 1558 |
|
|---|
| 1559 | #include <stddef.h>
|
|---|
| 1560 | #include <time.h>
|
|---|
| 1561 | int main(void) { struct timespec tp; clock_gettime(CLOCK_MONOTONIC, &tp); return 0; }
|
|---|
| 1562 |
|
|---|
| 1563 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lrt -lm
|
|---|
| 1564 |
|
|---|
| 1565 |
|
|---|
| 1566 | Result is: yes
|
|---|
| 1567 | ##########################################
|
|---|
| 1568 |
|
|---|
| 1569 | ============ Checking for glob() ============
|
|---|
| 1570 |
|
|---|
| 1571 | #include <glob.h>
|
|---|
| 1572 | int main(void) { glob("filename", 0, 0, 0); return 0; }
|
|---|
| 1573 |
|
|---|
| 1574 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1575 |
|
|---|
| 1576 |
|
|---|
| 1577 | Result is: yes
|
|---|
| 1578 | ##########################################
|
|---|
| 1579 |
|
|---|
| 1580 | ============ Checking for setenv() ============
|
|---|
| 1581 |
|
|---|
| 1582 | #include <stdlib.h>
|
|---|
| 1583 | int main(void) { setenv("", "", 0); return 0; }
|
|---|
| 1584 |
|
|---|
| 1585 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1586 |
|
|---|
| 1587 |
|
|---|
| 1588 | Result is: yes
|
|---|
| 1589 | ##########################################
|
|---|
| 1590 |
|
|---|
| 1591 | ============ Checking for setmode() ============
|
|---|
| 1592 |
|
|---|
| 1593 | #include <io.h>
|
|---|
| 1594 | int main(void) { setmode(0, 0); return 0; }
|
|---|
| 1595 |
|
|---|
| 1596 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1597 | /tmp/mplayer-configure-23133-27475/tmp.c:1:16: error: io.h: No such file or directory
|
|---|
| 1598 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1599 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'setmode'
|
|---|
| 1600 |
|
|---|
| 1601 |
|
|---|
| 1602 | Result is: no
|
|---|
| 1603 | ##########################################
|
|---|
| 1604 |
|
|---|
| 1605 | ============ Checking for sys/sysinfo.h ============
|
|---|
| 1606 |
|
|---|
| 1607 | #include <sys/sysinfo.h>
|
|---|
| 1608 | int main(void) { struct sysinfo s_info; s_info.mem_unit=0; sysinfo(&s_info); return 0; }
|
|---|
| 1609 |
|
|---|
| 1610 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1611 |
|
|---|
| 1612 |
|
|---|
| 1613 | Result is: yes
|
|---|
| 1614 | ##########################################
|
|---|
| 1615 |
|
|---|
| 1616 | ============ Checking for Apple IR ============
|
|---|
| 1617 |
|
|---|
| 1618 | #include <linux/input.h>
|
|---|
| 1619 | int main(void) { struct input_event ev; struct input_id id; return 0; }
|
|---|
| 1620 |
|
|---|
| 1621 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1622 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1623 | /tmp/mplayer-configure-23133-27475/tmp.c:2: warning: unused variable 'id'
|
|---|
| 1624 | /tmp/mplayer-configure-23133-27475/tmp.c:2: warning: unused variable 'ev'
|
|---|
| 1625 |
|
|---|
| 1626 |
|
|---|
| 1627 | Result is: yes
|
|---|
| 1628 | ##########################################
|
|---|
| 1629 |
|
|---|
| 1630 | ============ Checking for pkg-config ============
|
|---|
| 1631 | Result is: yes
|
|---|
| 1632 | ##########################################
|
|---|
| 1633 |
|
|---|
| 1634 | ============ Checking for GnuTLS ============
|
|---|
| 1635 | Result is: no
|
|---|
| 1636 | ##########################################
|
|---|
| 1637 |
|
|---|
| 1638 | ============ Checking for OpenSSL ============
|
|---|
| 1639 | Result is: no
|
|---|
| 1640 | ##########################################
|
|---|
| 1641 |
|
|---|
| 1642 | ============ Checking for Samba support (libsmbclient) ============
|
|---|
| 1643 |
|
|---|
| 1644 | #include <libsmbclient.h>
|
|---|
| 1645 | int main(void) { smbc_opendir("smb://"); return 0; }
|
|---|
| 1646 |
|
|---|
| 1647 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -lm
|
|---|
| 1648 | /tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
|
|---|
| 1649 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1650 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
|
|---|
| 1651 |
|
|---|
| 1652 |
|
|---|
| 1653 |
|
|---|
| 1654 | #include <libsmbclient.h>
|
|---|
| 1655 | int main(void) { smbc_opendir("smb://"); return 0; }
|
|---|
| 1656 |
|
|---|
| 1657 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -lm
|
|---|
| 1658 | /tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
|
|---|
| 1659 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1660 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
|
|---|
| 1661 |
|
|---|
| 1662 |
|
|---|
| 1663 |
|
|---|
| 1664 | #include <libsmbclient.h>
|
|---|
| 1665 | int main(void) { smbc_opendir("smb://"); return 0; }
|
|---|
| 1666 |
|
|---|
| 1667 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -ldl -lm
|
|---|
| 1668 | /tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
|
|---|
| 1669 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1670 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
|
|---|
| 1671 |
|
|---|
| 1672 |
|
|---|
| 1673 |
|
|---|
| 1674 | #include <libsmbclient.h>
|
|---|
| 1675 | int main(void) { smbc_opendir("smb://"); return 0; }
|
|---|
| 1676 |
|
|---|
| 1677 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -ldl -lm
|
|---|
| 1678 | /tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
|
|---|
| 1679 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1680 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
|
|---|
| 1681 |
|
|---|
| 1682 |
|
|---|
| 1683 |
|
|---|
| 1684 | #include <libsmbclient.h>
|
|---|
| 1685 | int main(void) { smbc_opendir("smb://"); return 0; }
|
|---|
| 1686 |
|
|---|
| 1687 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -ldl -lnsl -lm
|
|---|
| 1688 | /tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
|
|---|
| 1689 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1690 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
|
|---|
| 1691 |
|
|---|
| 1692 |
|
|---|
| 1693 |
|
|---|
| 1694 | #include <libsmbclient.h>
|
|---|
| 1695 | int main(void) { smbc_opendir("smb://"); return 0; }
|
|---|
| 1696 |
|
|---|
| 1697 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -ldl -lnsl -lm
|
|---|
| 1698 | /tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
|
|---|
| 1699 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1700 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
|
|---|
| 1701 |
|
|---|
| 1702 |
|
|---|
| 1703 |
|
|---|
| 1704 | #include <libsmbclient.h>
|
|---|
| 1705 | int main(void) { smbc_opendir("smb://"); return 0; }
|
|---|
| 1706 |
|
|---|
| 1707 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -ldl -lssl -lnsl -lm
|
|---|
| 1708 | /tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
|
|---|
| 1709 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1710 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
|
|---|
| 1711 |
|
|---|
| 1712 |
|
|---|
| 1713 |
|
|---|
| 1714 | #include <libsmbclient.h>
|
|---|
| 1715 | int main(void) { smbc_opendir("smb://"); return 0; }
|
|---|
| 1716 |
|
|---|
| 1717 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -ldl -lssl -lnsl -lm
|
|---|
| 1718 | /tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
|
|---|
| 1719 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1720 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
|
|---|
| 1721 |
|
|---|
| 1722 |
|
|---|
| 1723 | Result is: no
|
|---|
| 1724 | ##########################################
|
|---|
| 1725 |
|
|---|
| 1726 | ============ Checking for /dev/mga_vid ============
|
|---|
| 1727 | Result is: no
|
|---|
| 1728 | ##########################################
|
|---|
| 1729 |
|
|---|
| 1730 | ============ Checking for tdfxfb ============
|
|---|
| 1731 | Result is: no
|
|---|
| 1732 | ##########################################
|
|---|
| 1733 |
|
|---|
| 1734 | ============ Checking for s3fb ============
|
|---|
| 1735 | Result is: no
|
|---|
| 1736 | ##########################################
|
|---|
| 1737 |
|
|---|
| 1738 | ============ Checking for wii ============
|
|---|
| 1739 | Result is: no
|
|---|
| 1740 | ##########################################
|
|---|
| 1741 |
|
|---|
| 1742 | ============ Checking for tdfxvid ============
|
|---|
| 1743 | Result is: no
|
|---|
| 1744 | ##########################################
|
|---|
| 1745 |
|
|---|
| 1746 | ============ Checking for xvr100 ============
|
|---|
| 1747 |
|
|---|
| 1748 | #include <unistd.h>
|
|---|
| 1749 | #include <sys/fbio.h>
|
|---|
| 1750 | #include <sys/visual_io.h>
|
|---|
| 1751 | int main(void) {
|
|---|
| 1752 | struct vis_identifier ident;
|
|---|
| 1753 | struct fbgattr attr;
|
|---|
| 1754 | ioctl(0, VIS_GETIDENTIFIER, &ident);
|
|---|
| 1755 | ioctl(0, FBIOGATTR, &attr);
|
|---|
| 1756 | return 0;
|
|---|
| 1757 | }
|
|---|
| 1758 |
|
|---|
| 1759 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1760 | /tmp/mplayer-configure-23133-27475/tmp.c:2:22: error: sys/fbio.h: No such file or directory
|
|---|
| 1761 | /tmp/mplayer-configure-23133-27475/tmp.c:3:27: error: sys/visual_io.h: No such file or directory
|
|---|
| 1762 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1763 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: storage size of 'ident' isn't known
|
|---|
| 1764 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: storage size of 'attr' isn't known
|
|---|
| 1765 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'ioctl'
|
|---|
| 1766 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'VIS_GETIDENTIFIER' undeclared (first use in this function)
|
|---|
| 1767 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: (Each undeclared identifier is reported only once
|
|---|
| 1768 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: for each function it appears in.)
|
|---|
| 1769 | /tmp/mplayer-configure-23133-27475/tmp.c:8: error: 'FBIOGATTR' undeclared (first use in this function)
|
|---|
| 1770 | /tmp/mplayer-configure-23133-27475/tmp.c:6: warning: unused variable 'attr'
|
|---|
| 1771 | /tmp/mplayer-configure-23133-27475/tmp.c:5: warning: unused variable 'ident'
|
|---|
| 1772 |
|
|---|
| 1773 |
|
|---|
| 1774 | Result is: no
|
|---|
| 1775 | ##########################################
|
|---|
| 1776 |
|
|---|
| 1777 | ============ Checking for tga ============
|
|---|
| 1778 | Result is: yes
|
|---|
| 1779 | ##########################################
|
|---|
| 1780 |
|
|---|
| 1781 | ============ Checking for md5sum support ============
|
|---|
| 1782 | Result is: yes
|
|---|
| 1783 | ##########################################
|
|---|
| 1784 |
|
|---|
| 1785 | ============ Checking for yuv4mpeg support ============
|
|---|
| 1786 | Result is: yes
|
|---|
| 1787 | ##########################################
|
|---|
| 1788 |
|
|---|
| 1789 | ============ Checking for bl ============
|
|---|
| 1790 | Result is: no
|
|---|
| 1791 | ##########################################
|
|---|
| 1792 |
|
|---|
| 1793 | ============ Checking for DirectFB ============
|
|---|
| 1794 |
|
|---|
| 1795 | #include <directfb.h>
|
|---|
| 1796 | #include <directfb_version.h>
|
|---|
| 1797 | #if (DIRECTFB_MAJOR_VERSION << 16 | DIRECTFB_MINOR_VERSION << 8 | DIRECTFB_MICRO_VERSION) < (0 << 16 | 9 << 8 | 22)
|
|---|
| 1798 | #error "DirectFB version too old."
|
|---|
| 1799 | #endif
|
|---|
| 1800 | int main(void) { DirectFBInit(0, 0); return 0; }
|
|---|
| 1801 |
|
|---|
| 1802 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ldirectfb -lm
|
|---|
| 1803 | /tmp/mplayer-configure-23133-27475/tmp.c:1:22: error: directfb.h: No such file or directory
|
|---|
| 1804 | /tmp/mplayer-configure-23133-27475/tmp.c:2:30: error: directfb_version.h: No such file or directory
|
|---|
| 1805 | /tmp/mplayer-configure-23133-27475/tmp.c:3:6: warning: "DIRECTFB_MAJOR_VERSION" is not defined
|
|---|
| 1806 | /tmp/mplayer-configure-23133-27475/tmp.c:3:37: warning: "DIRECTFB_MINOR_VERSION" is not defined
|
|---|
| 1807 | /tmp/mplayer-configure-23133-27475/tmp.c:3:67: warning: "DIRECTFB_MICRO_VERSION" is not defined
|
|---|
| 1808 | /tmp/mplayer-configure-23133-27475/tmp.c:4:2: error: #error "DirectFB version too old."
|
|---|
| 1809 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1810 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: implicit declaration of function 'DirectFBInit'
|
|---|
| 1811 |
|
|---|
| 1812 |
|
|---|
| 1813 |
|
|---|
| 1814 | #include <directfb.h>
|
|---|
| 1815 | #include <directfb_version.h>
|
|---|
| 1816 | #if (DIRECTFB_MAJOR_VERSION << 16 | DIRECTFB_MINOR_VERSION << 8 | DIRECTFB_MICRO_VERSION) < (0 << 16 | 9 << 8 | 22)
|
|---|
| 1817 | #error "DirectFB version too old."
|
|---|
| 1818 | #endif
|
|---|
| 1819 | int main(void) { DirectFBInit(0, 0); return 0; }
|
|---|
| 1820 |
|
|---|
| 1821 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/local/include/directfb -ldirectfb -lm
|
|---|
| 1822 | /tmp/mplayer-configure-23133-27475/tmp.c:1:22: error: directfb.h: No such file or directory
|
|---|
| 1823 | /tmp/mplayer-configure-23133-27475/tmp.c:2:30: error: directfb_version.h: No such file or directory
|
|---|
| 1824 | /tmp/mplayer-configure-23133-27475/tmp.c:3:6: warning: "DIRECTFB_MAJOR_VERSION" is not defined
|
|---|
| 1825 | /tmp/mplayer-configure-23133-27475/tmp.c:3:37: warning: "DIRECTFB_MINOR_VERSION" is not defined
|
|---|
| 1826 | /tmp/mplayer-configure-23133-27475/tmp.c:3:67: warning: "DIRECTFB_MICRO_VERSION" is not defined
|
|---|
| 1827 | /tmp/mplayer-configure-23133-27475/tmp.c:4:2: error: #error "DirectFB version too old."
|
|---|
| 1828 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1829 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: implicit declaration of function 'DirectFBInit'
|
|---|
| 1830 |
|
|---|
| 1831 |
|
|---|
| 1832 |
|
|---|
| 1833 | #include <directfb.h>
|
|---|
| 1834 | #include <directfb_version.h>
|
|---|
| 1835 | #if (DIRECTFB_MAJOR_VERSION << 16 | DIRECTFB_MINOR_VERSION << 8 | DIRECTFB_MICRO_VERSION) < (0 << 16 | 9 << 8 | 22)
|
|---|
| 1836 | #error "DirectFB version too old."
|
|---|
| 1837 | #endif
|
|---|
| 1838 | int main(void) { DirectFBInit(0, 0); return 0; }
|
|---|
| 1839 |
|
|---|
| 1840 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/include/directfb -ldirectfb -lm
|
|---|
| 1841 | /tmp/mplayer-configure-23133-27475/tmp.c:1:22: error: directfb.h: No such file or directory
|
|---|
| 1842 | /tmp/mplayer-configure-23133-27475/tmp.c:2:30: error: directfb_version.h: No such file or directory
|
|---|
| 1843 | /tmp/mplayer-configure-23133-27475/tmp.c:3:6: warning: "DIRECTFB_MAJOR_VERSION" is not defined
|
|---|
| 1844 | /tmp/mplayer-configure-23133-27475/tmp.c:3:37: warning: "DIRECTFB_MINOR_VERSION" is not defined
|
|---|
| 1845 | /tmp/mplayer-configure-23133-27475/tmp.c:3:67: warning: "DIRECTFB_MICRO_VERSION" is not defined
|
|---|
| 1846 | /tmp/mplayer-configure-23133-27475/tmp.c:4:2: error: #error "DirectFB version too old."
|
|---|
| 1847 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1848 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: implicit declaration of function 'DirectFBInit'
|
|---|
| 1849 |
|
|---|
| 1850 |
|
|---|
| 1851 |
|
|---|
| 1852 | #include <directfb.h>
|
|---|
| 1853 | #include <directfb_version.h>
|
|---|
| 1854 | #if (DIRECTFB_MAJOR_VERSION << 16 | DIRECTFB_MINOR_VERSION << 8 | DIRECTFB_MICRO_VERSION) < (0 << 16 | 9 << 8 | 22)
|
|---|
| 1855 | #error "DirectFB version too old."
|
|---|
| 1856 | #endif
|
|---|
| 1857 | int main(void) { DirectFBInit(0, 0); return 0; }
|
|---|
| 1858 |
|
|---|
| 1859 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/local/include -ldirectfb -lm
|
|---|
| 1860 | /tmp/mplayer-configure-23133-27475/tmp.c:1:22: error: directfb.h: No such file or directory
|
|---|
| 1861 | /tmp/mplayer-configure-23133-27475/tmp.c:2:30: error: directfb_version.h: No such file or directory
|
|---|
| 1862 | /tmp/mplayer-configure-23133-27475/tmp.c:3:6: warning: "DIRECTFB_MAJOR_VERSION" is not defined
|
|---|
| 1863 | /tmp/mplayer-configure-23133-27475/tmp.c:3:37: warning: "DIRECTFB_MINOR_VERSION" is not defined
|
|---|
| 1864 | /tmp/mplayer-configure-23133-27475/tmp.c:3:67: warning: "DIRECTFB_MICRO_VERSION" is not defined
|
|---|
| 1865 | /tmp/mplayer-configure-23133-27475/tmp.c:4:2: error: #error "DirectFB version too old."
|
|---|
| 1866 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1867 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: implicit declaration of function 'DirectFBInit'
|
|---|
| 1868 |
|
|---|
| 1869 |
|
|---|
| 1870 | Result is: no
|
|---|
| 1871 | ##########################################
|
|---|
| 1872 |
|
|---|
| 1873 | ============ Checking for X11 headers presence ============
|
|---|
| 1874 | Result is: no (check if the dev(el) packages are installed)
|
|---|
| 1875 | ##########################################
|
|---|
| 1876 |
|
|---|
| 1877 | ============ Checking for X11 ============
|
|---|
| 1878 | Result is: no (check if the dev(el) packages are installed)
|
|---|
| 1879 | ##########################################
|
|---|
| 1880 |
|
|---|
| 1881 | ============ Checking for Xss screensaver extensions ============
|
|---|
| 1882 |
|
|---|
| 1883 | #include <X11/extensions/scrnsaver.h>
|
|---|
| 1884 | int main(void) { XScreenSaverSuspend(NULL, True); return 0; }
|
|---|
| 1885 |
|
|---|
| 1886 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lXss -lm
|
|---|
| 1887 | /tmp/mplayer-configure-23133-27475/tmp.c:1:38: error: X11/extensions/scrnsaver.h: No such file or directory
|
|---|
| 1888 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1889 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'XScreenSaverSuspend'
|
|---|
| 1890 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'NULL' undeclared (first use in this function)
|
|---|
| 1891 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
|
|---|
| 1892 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
|
|---|
| 1893 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'True' undeclared (first use in this function)
|
|---|
| 1894 |
|
|---|
| 1895 |
|
|---|
| 1896 | Result is: no
|
|---|
| 1897 | ##########################################
|
|---|
| 1898 |
|
|---|
| 1899 | ============ Checking for DPMS ============
|
|---|
| 1900 | Result is: no
|
|---|
| 1901 | ##########################################
|
|---|
| 1902 |
|
|---|
| 1903 | ============ Checking for Xv ============
|
|---|
| 1904 | Result is: auto
|
|---|
| 1905 | ##########################################
|
|---|
| 1906 |
|
|---|
| 1907 | ============ Checking for XvMC ============
|
|---|
| 1908 | Result is: no
|
|---|
| 1909 | ##########################################
|
|---|
| 1910 |
|
|---|
| 1911 | ============ Checking for Video Decode Acceleration (VDA) ============
|
|---|
| 1912 |
|
|---|
| 1913 | #include <VideoDecodeAcceleration/VDADecoder.h>
|
|---|
| 1914 | int main(void) { return 0; }
|
|---|
| 1915 |
|
|---|
| 1916 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 1917 | /tmp/mplayer-configure-23133-27475/tmp.c:1:48: error: VideoDecodeAcceleration/VDADecoder.h: No such file or directory
|
|---|
| 1918 |
|
|---|
| 1919 |
|
|---|
| 1920 | Result is: no
|
|---|
| 1921 | ##########################################
|
|---|
| 1922 |
|
|---|
| 1923 | ============ Checking for VDPAU ============
|
|---|
| 1924 | Result is: auto
|
|---|
| 1925 | ##########################################
|
|---|
| 1926 |
|
|---|
| 1927 | ============ Checking for Xinerama ============
|
|---|
| 1928 | Result is: auto
|
|---|
| 1929 | ##########################################
|
|---|
| 1930 |
|
|---|
| 1931 | ============ Checking for Xxf86vm ============
|
|---|
| 1932 | Result is: auto
|
|---|
| 1933 | ##########################################
|
|---|
| 1934 |
|
|---|
| 1935 | ============ Checking for XF86keysym ============
|
|---|
| 1936 | Result is: auto
|
|---|
| 1937 | ##########################################
|
|---|
| 1938 |
|
|---|
| 1939 | ============ Checking for DGA ============
|
|---|
| 1940 | Result is: no
|
|---|
| 1941 | ##########################################
|
|---|
| 1942 |
|
|---|
| 1943 | ============ Checking for xmga ============
|
|---|
| 1944 | Result is: no
|
|---|
| 1945 | ##########################################
|
|---|
| 1946 |
|
|---|
| 1947 | ============ Checking for 3dfx ============
|
|---|
| 1948 | Result is: no
|
|---|
| 1949 | ##########################################
|
|---|
| 1950 |
|
|---|
| 1951 | ============ Checking for VIDIX ============
|
|---|
| 1952 | Result is: yes
|
|---|
| 1953 | ##########################################
|
|---|
| 1954 |
|
|---|
| 1955 | ============ Checking for VIDIX PCI device name database ============
|
|---|
| 1956 | Result is: yes
|
|---|
| 1957 | ##########################################
|
|---|
| 1958 |
|
|---|
| 1959 | ============ Checking for VIDIX dhahelper support ============
|
|---|
| 1960 | Result is: no
|
|---|
| 1961 | ##########################################
|
|---|
| 1962 |
|
|---|
| 1963 | ============ Checking for VIDIX svgalib_helper support ============
|
|---|
| 1964 | Result is: no
|
|---|
| 1965 | ##########################################
|
|---|
| 1966 |
|
|---|
| 1967 | ============ Checking for GGI ============
|
|---|
| 1968 |
|
|---|
| 1969 | #include <ggi/ggi.h>
|
|---|
| 1970 | int main(void) { ggiInit(); return 0; }
|
|---|
| 1971 |
|
|---|
| 1972 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lggi -lm
|
|---|
| 1973 | /tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: ggi/ggi.h: No such file or directory
|
|---|
| 1974 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1975 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'ggiInit'
|
|---|
| 1976 |
|
|---|
| 1977 |
|
|---|
| 1978 | Result is: no
|
|---|
| 1979 | ##########################################
|
|---|
| 1980 |
|
|---|
| 1981 | ============ Checking for GGI extension: libggiwmh ============
|
|---|
| 1982 |
|
|---|
| 1983 | #include <ggi/wmh.h>
|
|---|
| 1984 | int main(void) { ggiWmhInit(); return 0; }
|
|---|
| 1985 |
|
|---|
| 1986 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lggi -lggiwmh -lm
|
|---|
| 1987 | /tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: ggi/wmh.h: No such file or directory
|
|---|
| 1988 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 1989 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'ggiWmhInit'
|
|---|
| 1990 |
|
|---|
| 1991 |
|
|---|
| 1992 | Result is: no
|
|---|
| 1993 | ##########################################
|
|---|
| 1994 |
|
|---|
| 1995 | ============ Checking for AA ============
|
|---|
| 1996 |
|
|---|
| 1997 | #include <aalib.h>
|
|---|
| 1998 | int main(void) {
|
|---|
| 1999 | aa_context *c;
|
|---|
| 2000 | aa_renderparams *p;
|
|---|
| 2001 | aa_init(0, 0, 0);
|
|---|
| 2002 | c = aa_autoinit(&aa_defparams);
|
|---|
| 2003 | p = aa_getrenderparams();
|
|---|
| 2004 | aa_autoinitkbd(c, 0);
|
|---|
| 2005 | return 0; }
|
|---|
| 2006 |
|
|---|
| 2007 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -laa -lm
|
|---|
| 2008 | /tmp/mplayer-configure-23133-27475/tmp.c:1:19: error: aalib.h: No such file or directory
|
|---|
| 2009 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2010 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'aa_context' undeclared (first use in this function)
|
|---|
| 2011 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: (Each undeclared identifier is reported only once
|
|---|
| 2012 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: for each function it appears in.)
|
|---|
| 2013 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'c' undeclared (first use in this function)
|
|---|
| 2014 | /tmp/mplayer-configure-23133-27475/tmp.c:4: error: 'aa_renderparams' undeclared (first use in this function)
|
|---|
| 2015 | /tmp/mplayer-configure-23133-27475/tmp.c:4: error: 'p' undeclared (first use in this function)
|
|---|
| 2016 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: implicit declaration of function 'aa_init'
|
|---|
| 2017 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: implicit declaration of function 'aa_autoinit'
|
|---|
| 2018 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: 'aa_defparams' undeclared (first use in this function)
|
|---|
| 2019 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'aa_getrenderparams'
|
|---|
| 2020 | /tmp/mplayer-configure-23133-27475/tmp.c:8: error: implicit declaration of function 'aa_autoinitkbd'
|
|---|
| 2021 |
|
|---|
| 2022 |
|
|---|
| 2023 | Result is: no
|
|---|
| 2024 | ##########################################
|
|---|
| 2025 |
|
|---|
| 2026 | ============ Checking for CACA ============
|
|---|
| 2027 | ./configure: line 5126: caca-config: command not found
|
|---|
| 2028 | Result is: no
|
|---|
| 2029 | ##########################################
|
|---|
| 2030 |
|
|---|
| 2031 | ============ Checking for SVGAlib ============
|
|---|
| 2032 |
|
|---|
| 2033 | #include <vga.h>
|
|---|
| 2034 | int main(void) { return 0; }
|
|---|
| 2035 |
|
|---|
| 2036 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lvga -lm
|
|---|
| 2037 | /tmp/mplayer-configure-23133-27475/tmp.c:1:17: error: vga.h: No such file or directory
|
|---|
| 2038 |
|
|---|
| 2039 |
|
|---|
| 2040 | Result is: no
|
|---|
| 2041 | ##########################################
|
|---|
| 2042 |
|
|---|
| 2043 | ============ Checking for FBDev ============
|
|---|
| 2044 | Result is: yes
|
|---|
| 2045 | ##########################################
|
|---|
| 2046 |
|
|---|
| 2047 | ============ Checking for DVB ============
|
|---|
| 2048 |
|
|---|
| 2049 | #include <poll.h>
|
|---|
| 2050 | #include <sys/ioctl.h>
|
|---|
| 2051 | #include <stdio.h>
|
|---|
| 2052 | #include <time.h>
|
|---|
| 2053 | #include <unistd.h>
|
|---|
| 2054 | #include <linux/dvb/dmx.h>
|
|---|
| 2055 | #include <linux/dvb/frontend.h>
|
|---|
| 2056 | #include <linux/dvb/video.h>
|
|---|
| 2057 | #include <linux/dvb/audio.h>
|
|---|
| 2058 | int main(void) {return 0;}
|
|---|
| 2059 |
|
|---|
| 2060 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 2061 |
|
|---|
| 2062 |
|
|---|
| 2063 | Result is: yes
|
|---|
| 2064 | ##########################################
|
|---|
| 2065 |
|
|---|
| 2066 | ============ Checking for PNG support ============
|
|---|
| 2067 |
|
|---|
| 2068 | #include <stdio.h>
|
|---|
| 2069 | #include <string.h>
|
|---|
| 2070 | #include <png.h>
|
|---|
| 2071 | int main(void) {
|
|---|
| 2072 | printf("png.h : %s\n", PNG_LIBPNG_VER_STRING);
|
|---|
| 2073 | printf("libpng: %s\n", png_libpng_ver);
|
|---|
| 2074 | return strcmp(PNG_LIBPNG_VER_STRING, png_libpng_ver);
|
|---|
| 2075 | }
|
|---|
| 2076 |
|
|---|
| 2077 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lpng -lz -lm
|
|---|
| 2078 | /tmp/mplayer-configure-23133-27475/tmp.c:3:17: error: png.h: No such file or directory
|
|---|
| 2079 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2080 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: 'PNG_LIBPNG_VER_STRING' undeclared (first use in this function)
|
|---|
| 2081 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: (Each undeclared identifier is reported only once
|
|---|
| 2082 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: for each function it appears in.)
|
|---|
| 2083 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: 'png_libpng_ver' undeclared (first use in this function)
|
|---|
| 2084 | /tmp/mplayer-configure-23133-27475/tmp.c:7: warning: left-hand operand of comma expression has no effect
|
|---|
| 2085 | /tmp/mplayer-configure-23133-27475/tmp.c:7: warning: left-hand operand of comma expression has no effect
|
|---|
| 2086 | /tmp/mplayer-configure-23133-27475/tmp.c:7: warning: left-hand operand of comma expression has no effect
|
|---|
| 2087 | /tmp/mplayer-configure-23133-27475/tmp.c:7: warning: left-hand operand of comma expression has no effect
|
|---|
| 2088 |
|
|---|
| 2089 |
|
|---|
| 2090 | Result is: no
|
|---|
| 2091 | ##########################################
|
|---|
| 2092 |
|
|---|
| 2093 | ============ Checking for MNG support ============
|
|---|
| 2094 |
|
|---|
| 2095 | #define MNG_NO_INCLUDE_JNG
|
|---|
| 2096 | #include <libmng.h>
|
|---|
| 2097 | int main(void) { return !mng_version_text(); }
|
|---|
| 2098 |
|
|---|
| 2099 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lmng -lz -lm
|
|---|
| 2100 | /tmp/mplayer-configure-23133-27475/tmp.c:2:20: error: libmng.h: No such file or directory
|
|---|
| 2101 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2102 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'mng_version_text'
|
|---|
| 2103 |
|
|---|
| 2104 |
|
|---|
| 2105 |
|
|---|
| 2106 | #define MNG_NO_INCLUDE_JNG
|
|---|
| 2107 | #include <libmng.h>
|
|---|
| 2108 | int main(void) { return !mng_version_text(); }
|
|---|
| 2109 |
|
|---|
| 2110 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lmng -ljpeg -lz -lm
|
|---|
| 2111 | /tmp/mplayer-configure-23133-27475/tmp.c:2:20: error: libmng.h: No such file or directory
|
|---|
| 2112 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2113 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'mng_version_text'
|
|---|
| 2114 |
|
|---|
| 2115 |
|
|---|
| 2116 | Result is: no
|
|---|
| 2117 | ##########################################
|
|---|
| 2118 |
|
|---|
| 2119 | ============ Checking for JPEG support ============
|
|---|
| 2120 |
|
|---|
| 2121 | #include <stdio.h>
|
|---|
| 2122 | #include <jpeglib.h>
|
|---|
| 2123 | int main(void) { return 0; }
|
|---|
| 2124 |
|
|---|
| 2125 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ljpeg -lm
|
|---|
| 2126 | /tmp/mplayer-configure-23133-27475/tmp.c:2:21: error: jpeglib.h: No such file or directory
|
|---|
| 2127 |
|
|---|
| 2128 |
|
|---|
| 2129 | Result is: no
|
|---|
| 2130 | ##########################################
|
|---|
| 2131 |
|
|---|
| 2132 | ============ Checking for OpenJPEG (JPEG 2000) support ============
|
|---|
| 2133 | Result is: no (dynamic linking to libopenjpeg is irrelevant when using dynamic FFmpeg)
|
|---|
| 2134 | ##########################################
|
|---|
| 2135 |
|
|---|
| 2136 | ============ Checking for PNM support ============
|
|---|
| 2137 | Result is: yes
|
|---|
| 2138 | ##########################################
|
|---|
| 2139 |
|
|---|
| 2140 | ============ Checking for GIF support ============
|
|---|
| 2141 |
|
|---|
| 2142 | #include <gif_lib.h>
|
|---|
| 2143 | int main(void) { QuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0); return 0; }
|
|---|
| 2144 |
|
|---|
| 2145 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lungif -lm
|
|---|
| 2146 | /tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: gif_lib.h: No such file or directory
|
|---|
| 2147 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2148 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'QuantizeBuffer'
|
|---|
| 2149 |
|
|---|
| 2150 |
|
|---|
| 2151 |
|
|---|
| 2152 | #include <stdlib.h>
|
|---|
| 2153 | #include <gif_lib.h>
|
|---|
| 2154 | int main(void) { GifQuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0); return 0; }
|
|---|
| 2155 |
|
|---|
| 2156 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lungif -lm
|
|---|
| 2157 | /tmp/mplayer-configure-23133-27475/tmp.c:2:21: error: gif_lib.h: No such file or directory
|
|---|
| 2158 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2159 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'GifQuantizeBuffer'
|
|---|
| 2160 |
|
|---|
| 2161 |
|
|---|
| 2162 |
|
|---|
| 2163 | #include <gif_lib.h>
|
|---|
| 2164 | int main(void) { QuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0); return 0; }
|
|---|
| 2165 |
|
|---|
| 2166 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lgif -lm
|
|---|
| 2167 | /tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: gif_lib.h: No such file or directory
|
|---|
| 2168 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2169 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'QuantizeBuffer'
|
|---|
| 2170 |
|
|---|
| 2171 |
|
|---|
| 2172 |
|
|---|
| 2173 | #include <stdlib.h>
|
|---|
| 2174 | #include <gif_lib.h>
|
|---|
| 2175 | int main(void) { GifQuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0); return 0; }
|
|---|
| 2176 |
|
|---|
| 2177 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lgif -lm
|
|---|
| 2178 | /tmp/mplayer-configure-23133-27475/tmp.c:2:21: error: gif_lib.h: No such file or directory
|
|---|
| 2179 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2180 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'GifQuantizeBuffer'
|
|---|
| 2181 |
|
|---|
| 2182 |
|
|---|
| 2183 | Result is: no
|
|---|
| 2184 | ##########################################
|
|---|
| 2185 |
|
|---|
| 2186 | ============ Checking for VESA support ============
|
|---|
| 2187 |
|
|---|
| 2188 | #include <vbe.h>
|
|---|
| 2189 | int main(void) { vbeInit(); return 0; }
|
|---|
| 2190 |
|
|---|
| 2191 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lvbe -llrmi -lm
|
|---|
| 2192 | /tmp/mplayer-configure-23133-27475/tmp.c:1:17: error: vbe.h: No such file or directory
|
|---|
| 2193 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2194 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'vbeInit'
|
|---|
| 2195 |
|
|---|
| 2196 |
|
|---|
| 2197 | Result is: no
|
|---|
| 2198 | ##########################################
|
|---|
| 2199 |
|
|---|
| 2200 | ============ Checking for SDL ============
|
|---|
| 2201 | ./configure: line 5496: sdl-config: command not found
|
|---|
| 2202 |
|
|---|
| 2203 | #ifdef CONFIG_SDL_SDL_H
|
|---|
| 2204 | #include <SDL/SDL.h>
|
|---|
| 2205 | #else
|
|---|
| 2206 | #include <SDL.h>
|
|---|
| 2207 | #endif
|
|---|
| 2208 | #ifndef __APPLE__
|
|---|
| 2209 | // we allow SDL hacking our main() only on OSX
|
|---|
| 2210 | #undef main
|
|---|
| 2211 | #endif
|
|---|
| 2212 | int main(int argc, char *argv[]) {
|
|---|
| 2213 | SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
|
|---|
| 2214 | return 0;
|
|---|
| 2215 | }
|
|---|
| 2216 |
|
|---|
| 2217 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DCONFIG_SDL_SDL_H -lSDL -lm
|
|---|
| 2218 | /tmp/mplayer-configure-23133-27475/tmp.c:2:21: error: SDL/SDL.h: No such file or directory
|
|---|
| 2219 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2220 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: implicit declaration of function 'SDL_Init'
|
|---|
| 2221 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_VIDEO' undeclared (first use in this function)
|
|---|
| 2222 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: (Each undeclared identifier is reported only once
|
|---|
| 2223 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: for each function it appears in.)
|
|---|
| 2224 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_NOPARACHUTE' undeclared (first use in this function)
|
|---|
| 2225 |
|
|---|
| 2226 |
|
|---|
| 2227 |
|
|---|
| 2228 | #ifdef CONFIG_SDL_SDL_H
|
|---|
| 2229 | #include <SDL/SDL.h>
|
|---|
| 2230 | #else
|
|---|
| 2231 | #include <SDL.h>
|
|---|
| 2232 | #endif
|
|---|
| 2233 | #ifndef __APPLE__
|
|---|
| 2234 | // we allow SDL hacking our main() only on OSX
|
|---|
| 2235 | #undef main
|
|---|
| 2236 | #endif
|
|---|
| 2237 | int main(int argc, char *argv[]) {
|
|---|
| 2238 | SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
|
|---|
| 2239 | return 0;
|
|---|
| 2240 | }
|
|---|
| 2241 |
|
|---|
| 2242 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DCONFIG_SDL_SDL_H -lSDL -lpthread -lm
|
|---|
| 2243 | /tmp/mplayer-configure-23133-27475/tmp.c:2:21: error: SDL/SDL.h: No such file or directory
|
|---|
| 2244 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2245 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: implicit declaration of function 'SDL_Init'
|
|---|
| 2246 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_VIDEO' undeclared (first use in this function)
|
|---|
| 2247 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: (Each undeclared identifier is reported only once
|
|---|
| 2248 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: for each function it appears in.)
|
|---|
| 2249 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_NOPARACHUTE' undeclared (first use in this function)
|
|---|
| 2250 |
|
|---|
| 2251 |
|
|---|
| 2252 |
|
|---|
| 2253 | #ifdef CONFIG_SDL_SDL_H
|
|---|
| 2254 | #include <SDL/SDL.h>
|
|---|
| 2255 | #else
|
|---|
| 2256 | #include <SDL.h>
|
|---|
| 2257 | #endif
|
|---|
| 2258 | #ifndef __APPLE__
|
|---|
| 2259 | // we allow SDL hacking our main() only on OSX
|
|---|
| 2260 | #undef main
|
|---|
| 2261 | #endif
|
|---|
| 2262 | int main(int argc, char *argv[]) {
|
|---|
| 2263 | SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
|
|---|
| 2264 | return 0;
|
|---|
| 2265 | }
|
|---|
| 2266 |
|
|---|
| 2267 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DCONFIG_SDL_SDL_H -lSDL -lwinmm -lgdi32 -lm
|
|---|
| 2268 | /tmp/mplayer-configure-23133-27475/tmp.c:2:21: error: SDL/SDL.h: No such file or directory
|
|---|
| 2269 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2270 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: implicit declaration of function 'SDL_Init'
|
|---|
| 2271 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_VIDEO' undeclared (first use in this function)
|
|---|
| 2272 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: (Each undeclared identifier is reported only once
|
|---|
| 2273 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: for each function it appears in.)
|
|---|
| 2274 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_NOPARACHUTE' undeclared (first use in this function)
|
|---|
| 2275 |
|
|---|
| 2276 |
|
|---|
| 2277 |
|
|---|
| 2278 | #ifdef CONFIG_SDL_SDL_H
|
|---|
| 2279 | #include <SDL/SDL.h>
|
|---|
| 2280 | #else
|
|---|
| 2281 | #include <SDL.h>
|
|---|
| 2282 | #endif
|
|---|
| 2283 | #ifndef __APPLE__
|
|---|
| 2284 | // we allow SDL hacking our main() only on OSX
|
|---|
| 2285 | #undef main
|
|---|
| 2286 | #endif
|
|---|
| 2287 | int main(int argc, char *argv[]) {
|
|---|
| 2288 | SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
|
|---|
| 2289 | return 0;
|
|---|
| 2290 | }
|
|---|
| 2291 |
|
|---|
| 2292 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DCONFIG_SDL_SDL_H -lSDL -lwinmm -lgdi32 -ldxguid -lm
|
|---|
| 2293 | /tmp/mplayer-configure-23133-27475/tmp.c:2:21: error: SDL/SDL.h: No such file or directory
|
|---|
| 2294 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2295 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: implicit declaration of function 'SDL_Init'
|
|---|
| 2296 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_VIDEO' undeclared (first use in this function)
|
|---|
| 2297 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: (Each undeclared identifier is reported only once
|
|---|
| 2298 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: for each function it appears in.)
|
|---|
| 2299 | /tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_NOPARACHUTE' undeclared (first use in this function)
|
|---|
| 2300 |
|
|---|
| 2301 |
|
|---|
| 2302 | Result is: no
|
|---|
| 2303 | ##########################################
|
|---|
| 2304 |
|
|---|
| 2305 | ============ Checking for SDL image ============
|
|---|
| 2306 | Result is: no
|
|---|
| 2307 | ##########################################
|
|---|
| 2308 |
|
|---|
| 2309 | ============ Checking for OpenGL ============
|
|---|
| 2310 |
|
|---|
| 2311 | #ifdef GL_WIN32
|
|---|
| 2312 | #include <windows.h>
|
|---|
| 2313 | #include <GL/gl.h>
|
|---|
| 2314 | #elif defined(GL_SDL)
|
|---|
| 2315 | #include <GL/gl.h>
|
|---|
| 2316 | #ifdef CONFIG_SDL_SDL_H
|
|---|
| 2317 | #include <SDL/SDL.h>
|
|---|
| 2318 | #else
|
|---|
| 2319 | #include <SDL.h>
|
|---|
| 2320 | #endif
|
|---|
| 2321 | #ifndef __APPLE__
|
|---|
| 2322 | // we allow SDL hacking our main() only on OSX
|
|---|
| 2323 | #undef main
|
|---|
| 2324 | #endif
|
|---|
| 2325 | #elif defined(GL_EGL_X11)
|
|---|
| 2326 | #include <GL/gl.h>
|
|---|
| 2327 | #include <X11/Xlib.h>
|
|---|
| 2328 | #include <EGL/egl.h>
|
|---|
| 2329 | #elif defined(GL_EGL_ANDROID)
|
|---|
| 2330 | #include <GLES/gl.h>
|
|---|
| 2331 | #include <EGL/egl.h>
|
|---|
| 2332 | #else
|
|---|
| 2333 | #include <GL/gl.h>
|
|---|
| 2334 | #include <X11/Xlib.h>
|
|---|
| 2335 | #include <GL/glx.h>
|
|---|
| 2336 | #endif
|
|---|
| 2337 | int main(int argc, char *argv[]) {
|
|---|
| 2338 | #ifdef GL_WIN32
|
|---|
| 2339 | HDC dc;
|
|---|
| 2340 | wglCreateContext(dc);
|
|---|
| 2341 | #elif defined(GL_SDL)
|
|---|
| 2342 | SDL_GL_SwapBuffers();
|
|---|
| 2343 | #elif defined(GL_EGL_X11) || defined(GL_EGL_ANDROID)
|
|---|
| 2344 | EGLDisplay eglDisplay = EGL_NO_DISPLAY;
|
|---|
| 2345 | eglInitialize(eglDisplay, NULL, NULL);
|
|---|
| 2346 | #else
|
|---|
| 2347 | glXCreateContext(NULL, NULL, NULL, True);
|
|---|
| 2348 | #endif
|
|---|
| 2349 | #if !defined(GL_EGL_X11) && !defined(GL_EGL_ANDROID)
|
|---|
| 2350 | glFinish();
|
|---|
| 2351 | #endif
|
|---|
| 2352 | return 0;
|
|---|
| 2353 | }
|
|---|
| 2354 |
|
|---|
| 2355 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DGL_EGL_ANDROID -lEGL -lm
|
|---|
| 2356 | /tmp/mplayer-configure-23133-27475/tmp.c:20:21: error: GLES/gl.h: No such file or directory
|
|---|
| 2357 | /tmp/mplayer-configure-23133-27475/tmp.c:21:21: error: EGL/egl.h: No such file or directory
|
|---|
| 2358 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2359 | /tmp/mplayer-configure-23133-27475/tmp.c:34: error: 'EGLDisplay' undeclared (first use in this function)
|
|---|
| 2360 | /tmp/mplayer-configure-23133-27475/tmp.c:34: error: (Each undeclared identifier is reported only once
|
|---|
| 2361 | /tmp/mplayer-configure-23133-27475/tmp.c:34: error: for each function it appears in.)
|
|---|
| 2362 | /tmp/mplayer-configure-23133-27475/tmp.c:34: error: expected ';' before 'eglDisplay'
|
|---|
| 2363 | /tmp/mplayer-configure-23133-27475/tmp.c:35: error: implicit declaration of function 'eglInitialize'
|
|---|
| 2364 | /tmp/mplayer-configure-23133-27475/tmp.c:35: error: 'eglDisplay' undeclared (first use in this function)
|
|---|
| 2365 | /tmp/mplayer-configure-23133-27475/tmp.c:35: error: 'NULL' undeclared (first use in this function)
|
|---|
| 2366 |
|
|---|
| 2367 |
|
|---|
| 2368 | Result is: no
|
|---|
| 2369 | ##########################################
|
|---|
| 2370 |
|
|---|
| 2371 | ============ Checking for MatrixView ============
|
|---|
| 2372 | Result is: no
|
|---|
| 2373 | ##########################################
|
|---|
| 2374 |
|
|---|
| 2375 | ============ Checking for DXR2 ============
|
|---|
| 2376 |
|
|---|
| 2377 | #include <dxr2ioctl.h>
|
|---|
| 2378 | int main(void) { return 0; }
|
|---|
| 2379 |
|
|---|
| 2380 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 2381 | /tmp/mplayer-configure-23133-27475/tmp.c:1:23: error: dxr2ioctl.h: No such file or directory
|
|---|
| 2382 |
|
|---|
| 2383 |
|
|---|
| 2384 |
|
|---|
| 2385 | #include <dxr2ioctl.h>
|
|---|
| 2386 | int main(void) { return 0; }
|
|---|
| 2387 |
|
|---|
| 2388 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/local/include/dxr2 -lm
|
|---|
| 2389 | /tmp/mplayer-configure-23133-27475/tmp.c:1:23: error: dxr2ioctl.h: No such file or directory
|
|---|
| 2390 |
|
|---|
| 2391 |
|
|---|
| 2392 |
|
|---|
| 2393 | #include <dxr2ioctl.h>
|
|---|
| 2394 | int main(void) { return 0; }
|
|---|
| 2395 |
|
|---|
| 2396 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/include/dxr2 -lm
|
|---|
| 2397 | /tmp/mplayer-configure-23133-27475/tmp.c:1:23: error: dxr2ioctl.h: No such file or directory
|
|---|
| 2398 |
|
|---|
| 2399 |
|
|---|
| 2400 | Result is: no
|
|---|
| 2401 | ##########################################
|
|---|
| 2402 |
|
|---|
| 2403 | ============ Checking for DXR3/H+ ============
|
|---|
| 2404 |
|
|---|
| 2405 | #include <linux/em8300.h>
|
|---|
| 2406 | int main(void) { return 0; }
|
|---|
| 2407 |
|
|---|
| 2408 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 2409 | /tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: linux/em8300.h: No such file or directory
|
|---|
| 2410 |
|
|---|
| 2411 |
|
|---|
| 2412 | Result is: no
|
|---|
| 2413 | ##########################################
|
|---|
| 2414 |
|
|---|
| 2415 | ============ Checking for IVTV TV-Out (pre linux-2.6.24) ============
|
|---|
| 2416 |
|
|---|
| 2417 | #include <sys/time.h>
|
|---|
| 2418 | #include <linux/videodev2.h>
|
|---|
| 2419 | #include <linux/ivtv.h>
|
|---|
| 2420 | #include <sys/ioctl.h>
|
|---|
| 2421 | int main(void) {
|
|---|
| 2422 | struct ivtv_cfg_stop_decode sd;
|
|---|
| 2423 | struct ivtv_cfg_start_decode sd1;
|
|---|
| 2424 | ioctl(0, IVTV_IOC_START_DECODE, &sd1);
|
|---|
| 2425 | ioctl(0, IVTV_IOC_STOP_DECODE, &sd);
|
|---|
| 2426 | return 0; }
|
|---|
| 2427 |
|
|---|
| 2428 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 2429 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2430 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: storage size of 'sd' isn't known
|
|---|
| 2431 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: storage size of 'sd1' isn't known
|
|---|
| 2432 | /tmp/mplayer-configure-23133-27475/tmp.c:8: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
|
|---|
| 2433 | /tmp/mplayer-configure-23133-27475/tmp.c:8: error: (Each undeclared identifier is reported only once
|
|---|
| 2434 | /tmp/mplayer-configure-23133-27475/tmp.c:8: error: for each function it appears in.)
|
|---|
| 2435 | /tmp/mplayer-configure-23133-27475/tmp.c:9: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)
|
|---|
| 2436 | /tmp/mplayer-configure-23133-27475/tmp.c:7: warning: unused variable 'sd1'
|
|---|
| 2437 | /tmp/mplayer-configure-23133-27475/tmp.c:6: warning: unused variable 'sd'
|
|---|
| 2438 |
|
|---|
| 2439 |
|
|---|
| 2440 | Result is: no
|
|---|
| 2441 | ##########################################
|
|---|
| 2442 |
|
|---|
| 2443 | ============ Checking for V4L2 MPEG Decoder ============
|
|---|
| 2444 |
|
|---|
| 2445 | #include <sys/time.h>
|
|---|
| 2446 | #include <linux/videodev2.h>
|
|---|
| 2447 | #include <linux/version.h>
|
|---|
| 2448 | int main(void) {
|
|---|
| 2449 | #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22)
|
|---|
| 2450 | #error kernel headers too old, need 2.6.22
|
|---|
| 2451 | #endif
|
|---|
| 2452 | struct v4l2_ext_controls ctrls;
|
|---|
| 2453 | ctrls.ctrl_class = V4L2_CTRL_CLASS_MPEG;
|
|---|
| 2454 | return 0;
|
|---|
| 2455 | }
|
|---|
| 2456 |
|
|---|
| 2457 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 2458 |
|
|---|
| 2459 |
|
|---|
| 2460 | Result is: yes
|
|---|
| 2461 | ##########################################
|
|---|
| 2462 |
|
|---|
| 2463 | ============ Checking for OSS Audio ============
|
|---|
| 2464 |
|
|---|
| 2465 | #include <sys/soundcard.h>
|
|---|
| 2466 | int main(void) { return SNDCTL_DSP_SETFRAGMENT; }
|
|---|
| 2467 |
|
|---|
| 2468 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 2469 |
|
|---|
| 2470 |
|
|---|
| 2471 |
|
|---|
| 2472 | #include <sys/soundcard.h>
|
|---|
| 2473 | #if !(OPEN_SOUND_SYSTEM)
|
|---|
| 2474 | #error condition not true: OPEN_SOUND_SYSTEM
|
|---|
| 2475 | #endif
|
|---|
| 2476 | int main(void) { return 0; }
|
|---|
| 2477 |
|
|---|
| 2478 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 2479 | /tmp/mplayer-configure-23133-27475/tmp.c:2:24: error: missing expression between '(' and ')'
|
|---|
| 2480 |
|
|---|
| 2481 |
|
|---|
| 2482 | Result is: yes
|
|---|
| 2483 | ##########################################
|
|---|
| 2484 |
|
|---|
| 2485 | ============ Checking for aRts ============
|
|---|
| 2486 | ./configure: line 5923: artsc-config: command not found
|
|---|
| 2487 | Result is: no
|
|---|
| 2488 | ##########################################
|
|---|
| 2489 |
|
|---|
| 2490 | ============ Checking for EsounD ============
|
|---|
| 2491 | ./configure: line 5943: esd-config: command not found
|
|---|
| 2492 | Result is: no
|
|---|
| 2493 | ##########################################
|
|---|
| 2494 |
|
|---|
| 2495 | ============ Checking for NAS ============
|
|---|
| 2496 |
|
|---|
| 2497 | #include <audio/audiolib.h>
|
|---|
| 2498 | int main(void) { return 0; }
|
|---|
| 2499 |
|
|---|
| 2500 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -laudio -lXt -lm
|
|---|
| 2501 | /tmp/mplayer-configure-23133-27475/tmp.c:1:28: error: audio/audiolib.h: No such file or directory
|
|---|
| 2502 |
|
|---|
| 2503 |
|
|---|
| 2504 | Result is: no
|
|---|
| 2505 | ##########################################
|
|---|
| 2506 |
|
|---|
| 2507 | ============ Checking for pulse ============
|
|---|
| 2508 | Result is: no
|
|---|
| 2509 | ##########################################
|
|---|
| 2510 |
|
|---|
| 2511 | ============ Checking for JACK ============
|
|---|
| 2512 |
|
|---|
| 2513 | #include <jack/jack.h>
|
|---|
| 2514 | int main(void) { jack_client_open("test", JackUseExactName, NULL); return 0; }
|
|---|
| 2515 |
|
|---|
| 2516 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ljack -lm
|
|---|
| 2517 | /tmp/mplayer-configure-23133-27475/tmp.c:1:23: error: jack/jack.h: No such file or directory
|
|---|
| 2518 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2519 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'jack_client_open'
|
|---|
| 2520 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'JackUseExactName' undeclared (first use in this function)
|
|---|
| 2521 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
|
|---|
| 2522 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
|
|---|
| 2523 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'NULL' undeclared (first use in this function)
|
|---|
| 2524 |
|
|---|
| 2525 |
|
|---|
| 2526 |
|
|---|
| 2527 | #include <jack/jack.h>
|
|---|
| 2528 | int main(void) { jack_client_open("test", JackUseExactName, NULL); return 0; }
|
|---|
| 2529 |
|
|---|
| 2530 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 2531 | /tmp/mplayer-configure-23133-27475/tmp.c:1:23: error: jack/jack.h: No such file or directory
|
|---|
| 2532 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2533 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'jack_client_open'
|
|---|
| 2534 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'JackUseExactName' undeclared (first use in this function)
|
|---|
| 2535 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
|
|---|
| 2536 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
|
|---|
| 2537 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'NULL' undeclared (first use in this function)
|
|---|
| 2538 |
|
|---|
| 2539 |
|
|---|
| 2540 | Result is: no
|
|---|
| 2541 | ##########################################
|
|---|
| 2542 |
|
|---|
| 2543 | ============ Checking for OpenAL ============
|
|---|
| 2544 |
|
|---|
| 2545 | #ifdef OPENAL_AL_H
|
|---|
| 2546 | #include <OpenAL/al.h>
|
|---|
| 2547 | #else
|
|---|
| 2548 | #include <AL/al.h>
|
|---|
| 2549 | #endif
|
|---|
| 2550 | int main(void) {
|
|---|
| 2551 | alSourceQueueBuffers(0, 0, 0);
|
|---|
| 2552 | return 0;
|
|---|
| 2553 | }
|
|---|
| 2554 |
|
|---|
| 2555 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lopenal -lm
|
|---|
| 2556 | /tmp/mplayer-configure-23133-27475/tmp.c:4:19: error: AL/al.h: No such file or directory
|
|---|
| 2557 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2558 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'alSourceQueueBuffers'
|
|---|
| 2559 |
|
|---|
| 2560 |
|
|---|
| 2561 |
|
|---|
| 2562 | #ifdef OPENAL_AL_H
|
|---|
| 2563 | #include <OpenAL/al.h>
|
|---|
| 2564 | #else
|
|---|
| 2565 | #include <AL/al.h>
|
|---|
| 2566 | #endif
|
|---|
| 2567 | int main(void) {
|
|---|
| 2568 | alSourceQueueBuffers(0, 0, 0);
|
|---|
| 2569 | return 0;
|
|---|
| 2570 | }
|
|---|
| 2571 |
|
|---|
| 2572 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DOPENAL_AL_H=1 -lopenal -lm
|
|---|
| 2573 | /tmp/mplayer-configure-23133-27475/tmp.c:2:23: error: OpenAL/al.h: No such file or directory
|
|---|
| 2574 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2575 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'alSourceQueueBuffers'
|
|---|
| 2576 |
|
|---|
| 2577 |
|
|---|
| 2578 |
|
|---|
| 2579 | #ifdef OPENAL_AL_H
|
|---|
| 2580 | #include <OpenAL/al.h>
|
|---|
| 2581 | #else
|
|---|
| 2582 | #include <AL/al.h>
|
|---|
| 2583 | #endif
|
|---|
| 2584 | int main(void) {
|
|---|
| 2585 | alSourceQueueBuffers(0, 0, 0);
|
|---|
| 2586 | return 0;
|
|---|
| 2587 | }
|
|---|
| 2588 |
|
|---|
| 2589 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lopenal32 -lm
|
|---|
| 2590 | /tmp/mplayer-configure-23133-27475/tmp.c:4:19: error: AL/al.h: No such file or directory
|
|---|
| 2591 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2592 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'alSourceQueueBuffers'
|
|---|
| 2593 |
|
|---|
| 2594 |
|
|---|
| 2595 |
|
|---|
| 2596 | #ifdef OPENAL_AL_H
|
|---|
| 2597 | #include <OpenAL/al.h>
|
|---|
| 2598 | #else
|
|---|
| 2599 | #include <AL/al.h>
|
|---|
| 2600 | #endif
|
|---|
| 2601 | int main(void) {
|
|---|
| 2602 | alSourceQueueBuffers(0, 0, 0);
|
|---|
| 2603 | return 0;
|
|---|
| 2604 | }
|
|---|
| 2605 |
|
|---|
| 2606 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DOPENAL_AL_H=1 -lopenal32 -lm
|
|---|
| 2607 | /tmp/mplayer-configure-23133-27475/tmp.c:2:23: error: OpenAL/al.h: No such file or directory
|
|---|
| 2608 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2609 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'alSourceQueueBuffers'
|
|---|
| 2610 |
|
|---|
| 2611 |
|
|---|
| 2612 |
|
|---|
| 2613 | #ifdef OPENAL_AL_H
|
|---|
| 2614 | #include <OpenAL/al.h>
|
|---|
| 2615 | #else
|
|---|
| 2616 | #include <AL/al.h>
|
|---|
| 2617 | #endif
|
|---|
| 2618 | int main(void) {
|
|---|
| 2619 | alSourceQueueBuffers(0, 0, 0);
|
|---|
| 2620 | return 0;
|
|---|
| 2621 | }
|
|---|
| 2622 |
|
|---|
| 2623 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -framework OpenAL -lm
|
|---|
| 2624 | cc: OpenAL: No such file or directory
|
|---|
| 2625 | cc1: error: unrecognized command line option "-framework"
|
|---|
| 2626 |
|
|---|
| 2627 |
|
|---|
| 2628 |
|
|---|
| 2629 | #ifdef OPENAL_AL_H
|
|---|
| 2630 | #include <OpenAL/al.h>
|
|---|
| 2631 | #else
|
|---|
| 2632 | #include <AL/al.h>
|
|---|
| 2633 | #endif
|
|---|
| 2634 | int main(void) {
|
|---|
| 2635 | alSourceQueueBuffers(0, 0, 0);
|
|---|
| 2636 | return 0;
|
|---|
| 2637 | }
|
|---|
| 2638 |
|
|---|
| 2639 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DOPENAL_AL_H=1 -framework OpenAL -lm
|
|---|
| 2640 | cc: OpenAL: No such file or directory
|
|---|
| 2641 | cc1: error: unrecognized command line option "-framework"
|
|---|
| 2642 |
|
|---|
| 2643 |
|
|---|
| 2644 | Result is: no
|
|---|
| 2645 | ##########################################
|
|---|
| 2646 |
|
|---|
| 2647 | ============ Checking for ALSA audio ============
|
|---|
| 2648 |
|
|---|
| 2649 | #include <alsa/asoundlib.h>
|
|---|
| 2650 | int main(void) { return 0; }
|
|---|
| 2651 |
|
|---|
| 2652 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lasound -ldl -lpthread -lm
|
|---|
| 2653 | /tmp/mplayer-configure-23133-27475/tmp.c:1:28: error: alsa/asoundlib.h: No such file or directory
|
|---|
| 2654 |
|
|---|
| 2655 |
|
|---|
| 2656 | Result is: no
|
|---|
| 2657 | ##########################################
|
|---|
| 2658 |
|
|---|
| 2659 | ============ Checking for Sun audio ============
|
|---|
| 2660 |
|
|---|
| 2661 | #include <sys/types.h>
|
|---|
| 2662 | #include <sys/audioio.h>
|
|---|
| 2663 | int main(void) { audio_info_t info; AUDIO_INITINFO(&info); return 0; }
|
|---|
| 2664 |
|
|---|
| 2665 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 2666 | /tmp/mplayer-configure-23133-27475/tmp.c:2:25: error: sys/audioio.h: No such file or directory
|
|---|
| 2667 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2668 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'audio_info_t' undeclared (first use in this function)
|
|---|
| 2669 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: (Each undeclared identifier is reported only once
|
|---|
| 2670 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: for each function it appears in.)
|
|---|
| 2671 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: expected ';' before 'info'
|
|---|
| 2672 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'AUDIO_INITINFO'
|
|---|
| 2673 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'info' undeclared (first use in this function)
|
|---|
| 2674 |
|
|---|
| 2675 |
|
|---|
| 2676 | Result is: no
|
|---|
| 2677 | ##########################################
|
|---|
| 2678 |
|
|---|
| 2679 | ============ Checking for sndio audio ============
|
|---|
| 2680 |
|
|---|
| 2681 | #include <sndio.h>
|
|---|
| 2682 | int main(void) { sio_open(SIO_DEVANY, SIO_PLAY, 0); return 0; }
|
|---|
| 2683 |
|
|---|
| 2684 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsndio -lm
|
|---|
| 2685 | /tmp/mplayer-configure-23133-27475/tmp.c:1:19: error: sndio.h: No such file or directory
|
|---|
| 2686 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2687 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'sio_open'
|
|---|
| 2688 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'SIO_DEVANY' undeclared (first use in this function)
|
|---|
| 2689 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
|
|---|
| 2690 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
|
|---|
| 2691 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'SIO_PLAY' undeclared (first use in this function)
|
|---|
| 2692 |
|
|---|
| 2693 |
|
|---|
| 2694 | Result is: no
|
|---|
| 2695 | ##########################################
|
|---|
| 2696 |
|
|---|
| 2697 | ============ Checking for VCD support ============
|
|---|
| 2698 | Result is: yes
|
|---|
| 2699 | ##########################################
|
|---|
| 2700 |
|
|---|
| 2701 | ============ Checking for Blu-ray support ============
|
|---|
| 2702 |
|
|---|
| 2703 | #include <libbluray/bluray.h>
|
|---|
| 2704 | int main(void) { bd_get_title_info(0, 0, 0); return 0; }
|
|---|
| 2705 |
|
|---|
| 2706 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lbluray -lm
|
|---|
| 2707 | /tmp/mplayer-configure-23133-27475/tmp.c:1:30: error: libbluray/bluray.h: No such file or directory
|
|---|
| 2708 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2709 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'bd_get_title_info'
|
|---|
| 2710 |
|
|---|
| 2711 |
|
|---|
| 2712 | Result is: no
|
|---|
| 2713 | ##########################################
|
|---|
| 2714 |
|
|---|
| 2715 | ============ Checking for dvdread ============
|
|---|
| 2716 |
|
|---|
| 2717 | #include <dvdread/dvd_reader.h>
|
|---|
| 2718 | int main(void) { DVDOpen("test"); return 0; }
|
|---|
| 2719 |
|
|---|
| 2720 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 2721 | /tmp/mplayer-configure-23133-27475/tmp.c:1:32: error: dvdread/dvd_reader.h: No such file or directory
|
|---|
| 2722 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2723 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'DVDOpen'
|
|---|
| 2724 |
|
|---|
| 2725 |
|
|---|
| 2726 | Result is: no
|
|---|
| 2727 | ##########################################
|
|---|
| 2728 |
|
|---|
| 2729 | ============ Checking for libcdio ============
|
|---|
| 2730 |
|
|---|
| 2731 | #include <cdio/cdda.h>
|
|---|
| 2732 | int main(void) { return 0; }
|
|---|
| 2733 |
|
|---|
| 2734 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 2735 | /tmp/mplayer-configure-23133-27475/tmp.c:1:23: error: cdio/cdda.h: No such file or directory
|
|---|
| 2736 |
|
|---|
| 2737 |
|
|---|
| 2738 |
|
|---|
| 2739 | #include <stdio.h>
|
|---|
| 2740 | #include <cdio/version.h>
|
|---|
| 2741 | #include <cdio/paranoia/cdda.h>
|
|---|
| 2742 | #include <cdio/paranoia/paranoia.h>
|
|---|
| 2743 | int main(void) {
|
|---|
| 2744 | void *test = cdda_verbose_set;
|
|---|
| 2745 | printf("%s\n", CDIO_VERSION);
|
|---|
| 2746 | return test == (void *)1;
|
|---|
| 2747 | }
|
|---|
| 2748 |
|
|---|
| 2749 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lcdio_cdda -lcdio -lcdio_paranoia -lm
|
|---|
| 2750 | /tmp/mplayer-configure-23133-27475/tmp.c:2:26: error: cdio/version.h: No such file or directory
|
|---|
| 2751 | /tmp/mplayer-configure-23133-27475/tmp.c:3:32: error: cdio/paranoia/cdda.h: No such file or directory
|
|---|
| 2752 | /tmp/mplayer-configure-23133-27475/tmp.c:4:36: error: cdio/paranoia/paranoia.h: No such file or directory
|
|---|
| 2753 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2754 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: 'cdda_verbose_set' undeclared (first use in this function)
|
|---|
| 2755 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: (Each undeclared identifier is reported only once
|
|---|
| 2756 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: for each function it appears in.)
|
|---|
| 2757 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'CDIO_VERSION' undeclared (first use in this function)
|
|---|
| 2758 |
|
|---|
| 2759 |
|
|---|
| 2760 |
|
|---|
| 2761 | #include <stdio.h>
|
|---|
| 2762 | #include <cdio/version.h>
|
|---|
| 2763 | #include <cdio/paranoia/cdda.h>
|
|---|
| 2764 | #include <cdio/paranoia/paranoia.h>
|
|---|
| 2765 | int main(void) {
|
|---|
| 2766 | void *test = cdda_verbose_set;
|
|---|
| 2767 | printf("%s\n", CDIO_VERSION);
|
|---|
| 2768 | return test == (void *)1;
|
|---|
| 2769 | }
|
|---|
| 2770 |
|
|---|
| 2771 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lcdio_cdda -lcdio -lcdio_paranoia -lwinmm -lm
|
|---|
| 2772 | /tmp/mplayer-configure-23133-27475/tmp.c:2:26: error: cdio/version.h: No such file or directory
|
|---|
| 2773 | /tmp/mplayer-configure-23133-27475/tmp.c:3:32: error: cdio/paranoia/cdda.h: No such file or directory
|
|---|
| 2774 | /tmp/mplayer-configure-23133-27475/tmp.c:4:36: error: cdio/paranoia/paranoia.h: No such file or directory
|
|---|
| 2775 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2776 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: 'cdda_verbose_set' undeclared (first use in this function)
|
|---|
| 2777 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: (Each undeclared identifier is reported only once
|
|---|
| 2778 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: for each function it appears in.)
|
|---|
| 2779 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'CDIO_VERSION' undeclared (first use in this function)
|
|---|
| 2780 |
|
|---|
| 2781 |
|
|---|
| 2782 | Result is: no
|
|---|
| 2783 | ##########################################
|
|---|
| 2784 |
|
|---|
| 2785 | ============ Checking for cdparanoia ============
|
|---|
| 2786 |
|
|---|
| 2787 | #include <cdda_interface.h>
|
|---|
| 2788 | #include <cdda_paranoia.h>
|
|---|
| 2789 | int main(void) { paranoia_cachemodel_size(NULL, 0); return 0; }
|
|---|
| 2790 |
|
|---|
| 2791 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lcdda_interface -lcdda_paranoia -lm
|
|---|
| 2792 | /tmp/mplayer-configure-23133-27475/tmp.c:1:28: error: cdda_interface.h: No such file or directory
|
|---|
| 2793 | /tmp/mplayer-configure-23133-27475/tmp.c:2:27: error: cdda_paranoia.h: No such file or directory
|
|---|
| 2794 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2795 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'paranoia_cachemodel_size'
|
|---|
| 2796 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'NULL' undeclared (first use in this function)
|
|---|
| 2797 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: (Each undeclared identifier is reported only once
|
|---|
| 2798 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: for each function it appears in.)
|
|---|
| 2799 |
|
|---|
| 2800 |
|
|---|
| 2801 |
|
|---|
| 2802 | #include <cdda_interface.h>
|
|---|
| 2803 | #include <cdda_paranoia.h>
|
|---|
| 2804 | int main(void) { paranoia_cachemodel_size(NULL, 0); return 0; }
|
|---|
| 2805 |
|
|---|
| 2806 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/include/cdda -lcdda_interface -lcdda_paranoia -lm
|
|---|
| 2807 | /tmp/mplayer-configure-23133-27475/tmp.c:1:28: error: cdda_interface.h: No such file or directory
|
|---|
| 2808 | /tmp/mplayer-configure-23133-27475/tmp.c:2:27: error: cdda_paranoia.h: No such file or directory
|
|---|
| 2809 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2810 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'paranoia_cachemodel_size'
|
|---|
| 2811 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'NULL' undeclared (first use in this function)
|
|---|
| 2812 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: (Each undeclared identifier is reported only once
|
|---|
| 2813 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: for each function it appears in.)
|
|---|
| 2814 |
|
|---|
| 2815 |
|
|---|
| 2816 |
|
|---|
| 2817 | #include <cdda_interface.h>
|
|---|
| 2818 | #include <cdda_paranoia.h>
|
|---|
| 2819 | int main(void) { paranoia_cachemodel_size(NULL, 0); return 0; }
|
|---|
| 2820 |
|
|---|
| 2821 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/local/include/cdda -lcdda_interface -lcdda_paranoia -lm
|
|---|
| 2822 | /tmp/mplayer-configure-23133-27475/tmp.c:1:28: error: cdda_interface.h: No such file or directory
|
|---|
| 2823 | /tmp/mplayer-configure-23133-27475/tmp.c:2:27: error: cdda_paranoia.h: No such file or directory
|
|---|
| 2824 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2825 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'paranoia_cachemodel_size'
|
|---|
| 2826 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'NULL' undeclared (first use in this function)
|
|---|
| 2827 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: (Each undeclared identifier is reported only once
|
|---|
| 2828 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: for each function it appears in.)
|
|---|
| 2829 |
|
|---|
| 2830 |
|
|---|
| 2831 | Result is: no
|
|---|
| 2832 | ##########################################
|
|---|
| 2833 |
|
|---|
| 2834 | ============ Checking for bitmap font support ============
|
|---|
| 2835 | Result is: yes
|
|---|
| 2836 | ##########################################
|
|---|
| 2837 |
|
|---|
| 2838 | ============ Checking for freetype >= 2.0.9 ============
|
|---|
| 2839 | Result is: no
|
|---|
| 2840 | ##########################################
|
|---|
| 2841 |
|
|---|
| 2842 | ============ Checking for fontconfig ============
|
|---|
| 2843 | Result is: no (FreeType support needed)
|
|---|
| 2844 | ##########################################
|
|---|
| 2845 |
|
|---|
| 2846 | ============ Checking for fribidi with charsets ============
|
|---|
| 2847 |
|
|---|
| 2848 | #include <stdlib.h>
|
|---|
| 2849 | #include <fribidi/fribidi.h>
|
|---|
| 2850 | FriBidiParType test;
|
|---|
| 2851 | int main(void) {
|
|---|
| 2852 | if (fribidi_parse_charset("UTF-8") != FRIBIDI_CHAR_SET_UTF8)
|
|---|
| 2853 | exit(1);
|
|---|
| 2854 | return 0;
|
|---|
| 2855 | }
|
|---|
| 2856 |
|
|---|
| 2857 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lfribidi -lm
|
|---|
| 2858 | /tmp/mplayer-configure-23133-27475/tmp.c:2:29: error: fribidi/fribidi.h: No such file or directory
|
|---|
| 2859 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'test'
|
|---|
| 2860 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2861 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: implicit declaration of function 'fribidi_parse_charset'
|
|---|
| 2862 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: 'FRIBIDI_CHAR_SET_UTF8' undeclared (first use in this function)
|
|---|
| 2863 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: (Each undeclared identifier is reported only once
|
|---|
| 2864 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: for each function it appears in.)
|
|---|
| 2865 |
|
|---|
| 2866 |
|
|---|
| 2867 | Result is: no
|
|---|
| 2868 | ##########################################
|
|---|
| 2869 |
|
|---|
| 2870 | ============ Checking for SSA/ASS support ============
|
|---|
| 2871 | Result is: no (FreeType and FriBiDi support needed)
|
|---|
| 2872 | ##########################################
|
|---|
| 2873 |
|
|---|
| 2874 | ============ Checking for ENCA ============
|
|---|
| 2875 |
|
|---|
| 2876 | #include <enca.h>
|
|---|
| 2877 | int main(void) { enca_get_languages(NULL); return 0; }
|
|---|
| 2878 |
|
|---|
| 2879 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lenca -lm
|
|---|
| 2880 | /tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: enca.h: No such file or directory
|
|---|
| 2881 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2882 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'enca_get_languages'
|
|---|
| 2883 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'NULL' undeclared (first use in this function)
|
|---|
| 2884 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
|
|---|
| 2885 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
|
|---|
| 2886 |
|
|---|
| 2887 |
|
|---|
| 2888 | Result is: no
|
|---|
| 2889 | ##########################################
|
|---|
| 2890 |
|
|---|
| 2891 | ============ Checking for zlib ============
|
|---|
| 2892 |
|
|---|
| 2893 | #include <zlib.h>
|
|---|
| 2894 | int main(void) { inflate(0, Z_NO_FLUSH); return 0; }
|
|---|
| 2895 |
|
|---|
| 2896 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lz -lm
|
|---|
| 2897 | /tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: zlib.h: No such file or directory
|
|---|
| 2898 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2899 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'inflate'
|
|---|
| 2900 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'Z_NO_FLUSH' undeclared (first use in this function)
|
|---|
| 2901 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
|
|---|
| 2902 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
|
|---|
| 2903 |
|
|---|
| 2904 |
|
|---|
| 2905 | Result is: no
|
|---|
| 2906 | ##########################################
|
|---|
| 2907 |
|
|---|
| 2908 | ============ Checking for bzlib ============
|
|---|
| 2909 |
|
|---|
| 2910 | #include <bzlib.h>
|
|---|
| 2911 | int main(void) { BZ2_bzlibVersion(); return 0; }
|
|---|
| 2912 |
|
|---|
| 2913 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lbz2 -lm
|
|---|
| 2914 | /tmp/mplayer-configure-23133-27475/tmp.c:1:19: error: bzlib.h: No such file or directory
|
|---|
| 2915 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2916 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'BZ2_bzlibVersion'
|
|---|
| 2917 |
|
|---|
| 2918 |
|
|---|
| 2919 | Result is: no
|
|---|
| 2920 | ##########################################
|
|---|
| 2921 |
|
|---|
| 2922 | ============ Checking for RTC ============
|
|---|
| 2923 |
|
|---|
| 2924 | #include <sys/ioctl.h>
|
|---|
| 2925 | #ifdef __linux__
|
|---|
| 2926 | #include <linux/rtc.h>
|
|---|
| 2927 | #else
|
|---|
| 2928 | #include <rtc.h>
|
|---|
| 2929 | #define RTC_PIE_ON RTCIO_PIE_ON
|
|---|
| 2930 | #endif
|
|---|
| 2931 | int main(void) { return RTC_PIE_ON; }
|
|---|
| 2932 |
|
|---|
| 2933 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 2934 |
|
|---|
| 2935 |
|
|---|
| 2936 | Result is: yes
|
|---|
| 2937 | ##########################################
|
|---|
| 2938 |
|
|---|
| 2939 | ============ Checking for liblzo2 support ============
|
|---|
| 2940 |
|
|---|
| 2941 | #include <lzo/lzo1x.h>
|
|---|
| 2942 | int main(void) { lzo_init(); return 0; }
|
|---|
| 2943 |
|
|---|
| 2944 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -llzo2 -lm
|
|---|
| 2945 | /tmp/mplayer-configure-23133-27475/tmp.c:1:23: error: lzo/lzo1x.h: No such file or directory
|
|---|
| 2946 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2947 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'lzo_init'
|
|---|
| 2948 |
|
|---|
| 2949 |
|
|---|
| 2950 | Result is: no
|
|---|
| 2951 | ##########################################
|
|---|
| 2952 |
|
|---|
| 2953 | ============ Checking for mad support ============
|
|---|
| 2954 |
|
|---|
| 2955 | #include <mad.h>
|
|---|
| 2956 | int main(void) { mad_synth_init(0); return 0; }
|
|---|
| 2957 |
|
|---|
| 2958 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lmad -lm
|
|---|
| 2959 | /tmp/mplayer-configure-23133-27475/tmp.c:1:17: error: mad.h: No such file or directory
|
|---|
| 2960 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2961 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'mad_synth_init'
|
|---|
| 2962 |
|
|---|
| 2963 |
|
|---|
| 2964 | Result is: no
|
|---|
| 2965 | ##########################################
|
|---|
| 2966 |
|
|---|
| 2967 | ============ Checking for Twolame ============
|
|---|
| 2968 |
|
|---|
| 2969 | #include <twolame.h>
|
|---|
| 2970 | int main(void) { twolame_init(); return 0; }
|
|---|
| 2971 |
|
|---|
| 2972 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ltwolame -lm
|
|---|
| 2973 | /tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: twolame.h: No such file or directory
|
|---|
| 2974 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2975 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'twolame_init'
|
|---|
| 2976 |
|
|---|
| 2977 |
|
|---|
| 2978 | Result is: no
|
|---|
| 2979 | ##########################################
|
|---|
| 2980 |
|
|---|
| 2981 | ============ Checking for Toolame ============
|
|---|
| 2982 |
|
|---|
| 2983 | #include <toolame.h>
|
|---|
| 2984 | int main(void) { toolame_init(); return 0; }
|
|---|
| 2985 |
|
|---|
| 2986 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ltoolame -lm
|
|---|
| 2987 | /tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: toolame.h: No such file or directory
|
|---|
| 2988 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 2989 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'toolame_init'
|
|---|
| 2990 |
|
|---|
| 2991 |
|
|---|
| 2992 | Result is: no
|
|---|
| 2993 | ##########################################
|
|---|
| 2994 |
|
|---|
| 2995 | ============ Checking for OggVorbis support ============
|
|---|
| 2996 |
|
|---|
| 2997 | #include <tremor/ivorbiscodec.h>
|
|---|
| 2998 | int main(void) { vorbis_synthesis(0, 0); return 0; }
|
|---|
| 2999 |
|
|---|
| 3000 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -logg -lvorbisidec -lm
|
|---|
| 3001 | /tmp/mplayer-configure-23133-27475/tmp.c:1:33: error: tremor/ivorbiscodec.h: No such file or directory
|
|---|
| 3002 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3003 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'vorbis_synthesis'
|
|---|
| 3004 |
|
|---|
| 3005 |
|
|---|
| 3006 |
|
|---|
| 3007 | #include <vorbis/vorbisenc.h>
|
|---|
| 3008 | int main(void) { vorbis_encode_ctl(0, 0, 0); ogg_stream_clear(0); return 0; }
|
|---|
| 3009 |
|
|---|
| 3010 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lvorbisenc -lvorbis -logg -lm
|
|---|
| 3011 | /tmp/mplayer-configure-23133-27475/tmp.c:1:30: error: vorbis/vorbisenc.h: No such file or directory
|
|---|
| 3012 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3013 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'vorbis_encode_ctl'
|
|---|
| 3014 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'ogg_stream_clear'
|
|---|
| 3015 |
|
|---|
| 3016 |
|
|---|
| 3017 |
|
|---|
| 3018 | #include <vorbis/vorbisenc.h>
|
|---|
| 3019 | int main(void) { vorbis_encode_ctl(0, 0, 0); ogg_stream_clear(0); return 0; }
|
|---|
| 3020 |
|
|---|
| 3021 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lvorbis -logg -lm
|
|---|
| 3022 | /tmp/mplayer-configure-23133-27475/tmp.c:1:30: error: vorbis/vorbisenc.h: No such file or directory
|
|---|
| 3023 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3024 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'vorbis_encode_ctl'
|
|---|
| 3025 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'ogg_stream_clear'
|
|---|
| 3026 |
|
|---|
| 3027 |
|
|---|
| 3028 | Result is: no
|
|---|
| 3029 | ##########################################
|
|---|
| 3030 |
|
|---|
| 3031 | ============ Checking for libspeex (version >= 1.1 required) ============
|
|---|
| 3032 |
|
|---|
| 3033 | #include <stddef.h>
|
|---|
| 3034 | #include <speex/speex.h>
|
|---|
| 3035 | int main(void) { SpeexBits bits; void *dec = NULL; speex_decode_int(dec, &bits, dec); return 0; }
|
|---|
| 3036 |
|
|---|
| 3037 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lspeex -lm
|
|---|
| 3038 | /tmp/mplayer-configure-23133-27475/tmp.c:2:25: error: speex/speex.h: No such file or directory
|
|---|
| 3039 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3040 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'SpeexBits' undeclared (first use in this function)
|
|---|
| 3041 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: (Each undeclared identifier is reported only once
|
|---|
| 3042 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: for each function it appears in.)
|
|---|
| 3043 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: expected ';' before 'bits'
|
|---|
| 3044 | /tmp/mplayer-configure-23133-27475/tmp.c:3: warning: ISO C90 forbids mixed declarations and code
|
|---|
| 3045 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'speex_decode_int'
|
|---|
| 3046 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'bits' undeclared (first use in this function)
|
|---|
| 3047 |
|
|---|
| 3048 |
|
|---|
| 3049 | Result is: no
|
|---|
| 3050 | ##########################################
|
|---|
| 3051 |
|
|---|
| 3052 | ============ Checking for libgsm ============
|
|---|
| 3053 |
|
|---|
| 3054 | #include <gsm/gsm.h>
|
|---|
| 3055 | int main(void) { gsm_create(); return 0; }
|
|---|
| 3056 |
|
|---|
| 3057 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lgsm -lm
|
|---|
| 3058 | /tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: gsm/gsm.h: No such file or directory
|
|---|
| 3059 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3060 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'gsm_create'
|
|---|
| 3061 |
|
|---|
| 3062 |
|
|---|
| 3063 | Result is: no
|
|---|
| 3064 | ##########################################
|
|---|
| 3065 |
|
|---|
| 3066 | ============ Checking for OggTheora support ============
|
|---|
| 3067 |
|
|---|
| 3068 | #include <theora/theoradec.h>
|
|---|
| 3069 | int main(void) { th_info_init(NULL); return 0; }
|
|---|
| 3070 |
|
|---|
| 3071 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ltheoradec -logg -lm
|
|---|
| 3072 | /tmp/mplayer-configure-23133-27475/tmp.c:1:30: error: theora/theoradec.h: No such file or directory
|
|---|
| 3073 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3074 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'th_info_init'
|
|---|
| 3075 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'NULL' undeclared (first use in this function)
|
|---|
| 3076 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
|
|---|
| 3077 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
|
|---|
| 3078 |
|
|---|
| 3079 |
|
|---|
| 3080 | Result is: no
|
|---|
| 3081 | ##########################################
|
|---|
| 3082 |
|
|---|
| 3083 | ============ Checking for mpg123 support ============
|
|---|
| 3084 |
|
|---|
| 3085 | #include <mpg123.h>
|
|---|
| 3086 | int main(void) { mpg123_param(NULL, MPG123_RESYNC_LIMIT, -1, 0.); return 0; }
|
|---|
| 3087 |
|
|---|
| 3088 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lmpg123 -lm
|
|---|
| 3089 | /tmp/mplayer-configure-23133-27475/tmp.c:1:20: error: mpg123.h: No such file or directory
|
|---|
| 3090 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3091 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'mpg123_param'
|
|---|
| 3092 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'NULL' undeclared (first use in this function)
|
|---|
| 3093 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
|
|---|
| 3094 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
|
|---|
| 3095 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'MPG123_RESYNC_LIMIT' undeclared (first use in this function)
|
|---|
| 3096 |
|
|---|
| 3097 |
|
|---|
| 3098 | Result is: no
|
|---|
| 3099 | ##########################################
|
|---|
| 3100 |
|
|---|
| 3101 | ============ Checking for liba52 support ============
|
|---|
| 3102 |
|
|---|
| 3103 | #include <inttypes.h>
|
|---|
| 3104 | #include <a52dec/a52.h>
|
|---|
| 3105 | int main(void) { a52_state_t *testHand; testHand=a52_init(0); return 0; }
|
|---|
| 3106 |
|
|---|
| 3107 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -la52 -lm
|
|---|
| 3108 | /tmp/mplayer-configure-23133-27475/tmp.c:2:24: error: a52dec/a52.h: No such file or directory
|
|---|
| 3109 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3110 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'a52_state_t' undeclared (first use in this function)
|
|---|
| 3111 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: (Each undeclared identifier is reported only once
|
|---|
| 3112 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: for each function it appears in.)
|
|---|
| 3113 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'testHand' undeclared (first use in this function)
|
|---|
| 3114 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'a52_init'
|
|---|
| 3115 |
|
|---|
| 3116 |
|
|---|
| 3117 | Result is: no
|
|---|
| 3118 | ##########################################
|
|---|
| 3119 |
|
|---|
| 3120 | ============ Checking for libmpeg2 support ============
|
|---|
| 3121 |
|
|---|
| 3122 | #include <stdint.h>
|
|---|
| 3123 | #include <mpeg2dec/mpeg2.h>
|
|---|
| 3124 | int main(void) { return 0; }
|
|---|
| 3125 |
|
|---|
| 3126 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lmpeg2 -lm
|
|---|
| 3127 | /tmp/mplayer-configure-23133-27475/tmp.c:2:28: error: mpeg2dec/mpeg2.h: No such file or directory
|
|---|
| 3128 |
|
|---|
| 3129 |
|
|---|
| 3130 | Result is: no
|
|---|
| 3131 | ##########################################
|
|---|
| 3132 |
|
|---|
| 3133 | ============ Checking for libdca support ============
|
|---|
| 3134 |
|
|---|
| 3135 | #include <stdint.h>
|
|---|
| 3136 | #include <dca.h>
|
|---|
| 3137 | int main(void) { dca_init(0); return 0; }
|
|---|
| 3138 |
|
|---|
| 3139 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ldca -lm
|
|---|
| 3140 | /tmp/mplayer-configure-23133-27475/tmp.c:2:17: error: dca.h: No such file or directory
|
|---|
| 3141 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3142 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'dca_init'
|
|---|
| 3143 |
|
|---|
| 3144 |
|
|---|
| 3145 |
|
|---|
| 3146 | #include <stdint.h>
|
|---|
| 3147 | #include <dca.h>
|
|---|
| 3148 | int main(void) { dca_init(0); return 0; }
|
|---|
| 3149 |
|
|---|
| 3150 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ldts -lm
|
|---|
| 3151 | /tmp/mplayer-configure-23133-27475/tmp.c:2:17: error: dca.h: No such file or directory
|
|---|
| 3152 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3153 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'dca_init'
|
|---|
| 3154 |
|
|---|
| 3155 |
|
|---|
| 3156 | Result is: no
|
|---|
| 3157 | ##########################################
|
|---|
| 3158 |
|
|---|
| 3159 | ============ Checking for libmpcdec (musepack, version >= 1.2.1 required) ============
|
|---|
| 3160 | Result is: no
|
|---|
| 3161 | ##########################################
|
|---|
| 3162 |
|
|---|
| 3163 | ============ Checking for FAAC support ============
|
|---|
| 3164 |
|
|---|
| 3165 | #include <inttypes.h>
|
|---|
| 3166 | #include <faac.h>
|
|---|
| 3167 | int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; }
|
|---|
| 3168 |
|
|---|
| 3169 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lfaac -lm
|
|---|
| 3170 | /tmp/mplayer-configure-23133-27475/tmp.c:2:18: error: faac.h: No such file or directory
|
|---|
| 3171 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3172 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'faacEncOpen'
|
|---|
| 3173 |
|
|---|
| 3174 |
|
|---|
| 3175 |
|
|---|
| 3176 | #include <inttypes.h>
|
|---|
| 3177 | #include <faac.h>
|
|---|
| 3178 | int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; }
|
|---|
| 3179 |
|
|---|
| 3180 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lfaac -lmp4v2 -lstdc++ -lm
|
|---|
| 3181 | /tmp/mplayer-configure-23133-27475/tmp.c:2:18: error: faac.h: No such file or directory
|
|---|
| 3182 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3183 | /tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'faacEncOpen'
|
|---|
| 3184 |
|
|---|
| 3185 |
|
|---|
| 3186 | Result is: no (in FFmpeg: no)
|
|---|
| 3187 | ##########################################
|
|---|
| 3188 |
|
|---|
| 3189 | ============ Checking for FAAD2 support ============
|
|---|
| 3190 |
|
|---|
| 3191 | #include <faad.h>
|
|---|
| 3192 | #ifndef FAAD_MIN_STREAMSIZE
|
|---|
| 3193 | #error Too old version
|
|---|
| 3194 | #endif
|
|---|
| 3195 | int main(void) { faacDecHandle testhand; faacDecFrameInfo testinfo;
|
|---|
| 3196 | testhand = faacDecOpen(); faacDecInit(0, 0, 0, 0, 0); return 0; }
|
|---|
| 3197 |
|
|---|
| 3198 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lfaad -lm
|
|---|
| 3199 | /tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: faad.h: No such file or directory
|
|---|
| 3200 | /tmp/mplayer-configure-23133-27475/tmp.c:3:2: error: #error Too old version
|
|---|
| 3201 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3202 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: 'faacDecHandle' undeclared (first use in this function)
|
|---|
| 3203 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: (Each undeclared identifier is reported only once
|
|---|
| 3204 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: for each function it appears in.)
|
|---|
| 3205 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: expected ';' before 'testhand'
|
|---|
| 3206 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: 'faacDecFrameInfo' undeclared (first use in this function)
|
|---|
| 3207 | /tmp/mplayer-configure-23133-27475/tmp.c:5: error: expected ';' before 'testinfo'
|
|---|
| 3208 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: 'testhand' undeclared (first use in this function)
|
|---|
| 3209 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: implicit declaration of function 'faacDecOpen'
|
|---|
| 3210 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: implicit declaration of function 'faacDecInit'
|
|---|
| 3211 |
|
|---|
| 3212 |
|
|---|
| 3213 | Result is: no
|
|---|
| 3214 | ##########################################
|
|---|
| 3215 |
|
|---|
| 3216 | ============ Checking for libilbc support ============
|
|---|
| 3217 |
|
|---|
| 3218 | #include <ilbc.h>
|
|---|
| 3219 | int main(void) { WebRtcIlbcfix_InitDecode(0, 0, 0);; return 0; }
|
|---|
| 3220 |
|
|---|
| 3221 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lilbc -lm
|
|---|
| 3222 | /tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: ilbc.h: No such file or directory
|
|---|
| 3223 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3224 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'WebRtcIlbcfix_InitDecode'
|
|---|
| 3225 |
|
|---|
| 3226 |
|
|---|
| 3227 | Result is: no
|
|---|
| 3228 | ##########################################
|
|---|
| 3229 |
|
|---|
| 3230 | ============ Checking for libopus decoding support ============
|
|---|
| 3231 | Result is: no
|
|---|
| 3232 | ##########################################
|
|---|
| 3233 |
|
|---|
| 3234 | ============ Checking for LADSPA plugin support ============
|
|---|
| 3235 |
|
|---|
| 3236 | #include <ladspa.h>
|
|---|
| 3237 | int main(void) { LADSPA_Descriptor ld = {0}; return 0; }
|
|---|
| 3238 |
|
|---|
| 3239 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
|
|---|
| 3240 | /tmp/mplayer-configure-23133-27475/tmp.c:1:20: error: ladspa.h: No such file or directory
|
|---|
| 3241 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3242 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'LADSPA_Descriptor' undeclared (first use in this function)
|
|---|
| 3243 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
|
|---|
| 3244 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
|
|---|
| 3245 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: expected ';' before 'ld'
|
|---|
| 3246 |
|
|---|
| 3247 |
|
|---|
| 3248 | Result is: no
|
|---|
| 3249 | ##########################################
|
|---|
| 3250 |
|
|---|
| 3251 | ============ Checking for libbs2b audio filter support ============
|
|---|
| 3252 |
|
|---|
| 3253 | #include <bs2b.h>
|
|---|
| 3254 | #if BS2B_VERSION_MAJOR < 3
|
|---|
| 3255 | #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 3256 | #endif
|
|---|
| 3257 | int main(void) {
|
|---|
| 3258 | t_bs2bdp filter;
|
|---|
| 3259 | filter=bs2b_open();
|
|---|
| 3260 | bs2b_close(filter);
|
|---|
| 3261 | return 0;
|
|---|
| 3262 | }
|
|---|
| 3263 |
|
|---|
| 3264 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lbs2b -lm
|
|---|
| 3265 | /tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: bs2b.h: No such file or directory
|
|---|
| 3266 | /tmp/mplayer-configure-23133-27475/tmp.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
|
|---|
| 3267 | /tmp/mplayer-configure-23133-27475/tmp.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 3268 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3269 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: 't_bs2bdp' undeclared (first use in this function)
|
|---|
| 3270 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: (Each undeclared identifier is reported only once
|
|---|
| 3271 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: for each function it appears in.)
|
|---|
| 3272 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: expected ';' before 'filter'
|
|---|
| 3273 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'filter' undeclared (first use in this function)
|
|---|
| 3274 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'bs2b_open'
|
|---|
| 3275 | /tmp/mplayer-configure-23133-27475/tmp.c:8: error: implicit declaration of function 'bs2b_close'
|
|---|
| 3276 |
|
|---|
| 3277 |
|
|---|
| 3278 |
|
|---|
| 3279 | #include <bs2b.h>
|
|---|
| 3280 | #if BS2B_VERSION_MAJOR < 3
|
|---|
| 3281 | #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 3282 | #endif
|
|---|
| 3283 | int main(void) {
|
|---|
| 3284 | t_bs2bdp filter;
|
|---|
| 3285 | filter=bs2b_open();
|
|---|
| 3286 | bs2b_close(filter);
|
|---|
| 3287 | return 0;
|
|---|
| 3288 | }
|
|---|
| 3289 |
|
|---|
| 3290 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/include/bs2b -lbs2b -lm
|
|---|
| 3291 | /tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: bs2b.h: No such file or directory
|
|---|
| 3292 | /tmp/mplayer-configure-23133-27475/tmp.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
|
|---|
| 3293 | /tmp/mplayer-configure-23133-27475/tmp.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 3294 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3295 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: 't_bs2bdp' undeclared (first use in this function)
|
|---|
| 3296 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: (Each undeclared identifier is reported only once
|
|---|
| 3297 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: for each function it appears in.)
|
|---|
| 3298 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: expected ';' before 'filter'
|
|---|
| 3299 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'filter' undeclared (first use in this function)
|
|---|
| 3300 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'bs2b_open'
|
|---|
| 3301 | /tmp/mplayer-configure-23133-27475/tmp.c:8: error: implicit declaration of function 'bs2b_close'
|
|---|
| 3302 |
|
|---|
| 3303 |
|
|---|
| 3304 |
|
|---|
| 3305 | #include <bs2b.h>
|
|---|
| 3306 | #if BS2B_VERSION_MAJOR < 3
|
|---|
| 3307 | #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 3308 | #endif
|
|---|
| 3309 | int main(void) {
|
|---|
| 3310 | t_bs2bdp filter;
|
|---|
| 3311 | filter=bs2b_open();
|
|---|
| 3312 | bs2b_close(filter);
|
|---|
| 3313 | return 0;
|
|---|
| 3314 | }
|
|---|
| 3315 |
|
|---|
| 3316 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/local/include -lbs2b -lm
|
|---|
| 3317 | /tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: bs2b.h: No such file or directory
|
|---|
| 3318 | /tmp/mplayer-configure-23133-27475/tmp.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
|
|---|
| 3319 | /tmp/mplayer-configure-23133-27475/tmp.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 3320 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3321 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: 't_bs2bdp' undeclared (first use in this function)
|
|---|
| 3322 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: (Each undeclared identifier is reported only once
|
|---|
| 3323 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: for each function it appears in.)
|
|---|
| 3324 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: expected ';' before 'filter'
|
|---|
| 3325 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'filter' undeclared (first use in this function)
|
|---|
| 3326 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'bs2b_open'
|
|---|
| 3327 | /tmp/mplayer-configure-23133-27475/tmp.c:8: error: implicit declaration of function 'bs2b_close'
|
|---|
| 3328 |
|
|---|
| 3329 |
|
|---|
| 3330 |
|
|---|
| 3331 | #include <bs2b.h>
|
|---|
| 3332 | #if BS2B_VERSION_MAJOR < 3
|
|---|
| 3333 | #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 3334 | #endif
|
|---|
| 3335 | int main(void) {
|
|---|
| 3336 | t_bs2bdp filter;
|
|---|
| 3337 | filter=bs2b_open();
|
|---|
| 3338 | bs2b_close(filter);
|
|---|
| 3339 | return 0;
|
|---|
| 3340 | }
|
|---|
| 3341 |
|
|---|
| 3342 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/local/include/bs2b -lbs2b -lm
|
|---|
| 3343 | /tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: bs2b.h: No such file or directory
|
|---|
| 3344 | /tmp/mplayer-configure-23133-27475/tmp.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
|
|---|
| 3345 | /tmp/mplayer-configure-23133-27475/tmp.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 3346 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3347 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: 't_bs2bdp' undeclared (first use in this function)
|
|---|
| 3348 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: (Each undeclared identifier is reported only once
|
|---|
| 3349 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: for each function it appears in.)
|
|---|
| 3350 | /tmp/mplayer-configure-23133-27475/tmp.c:6: error: expected ';' before 'filter'
|
|---|
| 3351 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'filter' undeclared (first use in this function)
|
|---|
| 3352 | /tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'bs2b_open'
|
|---|
| 3353 | /tmp/mplayer-configure-23133-27475/tmp.c:8: error: implicit declaration of function 'bs2b_close'
|
|---|
| 3354 |
|
|---|
| 3355 |
|
|---|
| 3356 | Result is: no
|
|---|
| 3357 | ##########################################
|
|---|
| 3358 |
|
|---|
| 3359 | ============ Checking for Win32 codecs ============
|
|---|
| 3360 | Result is: no
|
|---|
| 3361 | ##########################################
|
|---|
| 3362 |
|
|---|
| 3363 | ============ Checking for XAnim codecs ============
|
|---|
| 3364 | Result is: yes (dynamic loader support needed)
|
|---|
| 3365 | ##########################################
|
|---|
| 3366 |
|
|---|
| 3367 | ============ Checking for RealPlayer codecs ============
|
|---|
| 3368 | Result is: yes (dynamic loader support needed)
|
|---|
| 3369 | ##########################################
|
|---|
| 3370 |
|
|---|
| 3371 | ============ Checking for QuickTime codecs ============
|
|---|
| 3372 | Result is: auto
|
|---|
| 3373 | ##########################################
|
|---|
| 3374 |
|
|---|
| 3375 | ============ Checking for Nemesi Streaming Media libraries ============
|
|---|
| 3376 | Result is: no
|
|---|
| 3377 | ##########################################
|
|---|
| 3378 |
|
|---|
| 3379 | ============ Checking for LIVE555 Streaming Media libraries ============
|
|---|
| 3380 |
|
|---|
| 3381 | #define RTSPCLIENT_SYNCHRONOUS_INTERFACE 1
|
|---|
| 3382 | #include <liveMedia.hh>
|
|---|
| 3383 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 3384 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 3385 | #endif
|
|---|
| 3386 | #include "BasicUsageEnvironment.hh"
|
|---|
| 3387 | int main(void) { RTSPClient::createNew(*BasicUsageEnvironment::createNew(*BasicTaskScheduler::createNew()), 0, "", 0); return 0; }
|
|---|
| 3388 |
|
|---|
| 3389 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.cpp -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock -lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment -lstdc++ -lstdc++ -lm
|
|---|
| 3390 | cc: error trying to exec 'cc1plus': execvp: No such file or directory
|
|---|
| 3391 |
|
|---|
| 3392 |
|
|---|
| 3393 |
|
|---|
| 3394 | #define RTSPCLIENT_SYNCHRONOUS_INTERFACE 1
|
|---|
| 3395 | #include <liveMedia.hh>
|
|---|
| 3396 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 3397 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 3398 | #endif
|
|---|
| 3399 | #include "BasicUsageEnvironment.hh"
|
|---|
| 3400 | int main(void) { RTSPClient::createNew(*BasicUsageEnvironment::createNew(*BasicTaskScheduler::createNew()), 0, "", 0); return 0; }
|
|---|
| 3401 |
|
|---|
| 3402 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.cpp -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock -lliveMedia_pic -lgroupsock_pic -lBasicUsageEnvironment_pic -lUsageEnvironment_pic -lstdc++ -lstdc++ -lm
|
|---|
| 3403 | cc: error trying to exec 'cc1plus': execvp: No such file or directory
|
|---|
| 3404 |
|
|---|
| 3405 |
|
|---|
| 3406 | Result is: no
|
|---|
| 3407 | ##########################################
|
|---|
| 3408 |
|
|---|
| 3409 | ============ Checking for RTMPDump Streaming Media library ============
|
|---|
| 3410 |
|
|---|
| 3411 | #include <librtmp/rtmp.h>
|
|---|
| 3412 | int main(void) { RTMP_Socket(NULL); return 0; }
|
|---|
| 3413 |
|
|---|
| 3414 | cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lrtmp -lm
|
|---|
| 3415 | /tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: librtmp/rtmp.h: No such file or directory
|
|---|
| 3416 | /tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
|
|---|
| 3417 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'RTMP_Socket'
|
|---|
| 3418 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'NULL' undeclared (first use in this function)
|
|---|
| 3419 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
|
|---|
| 3420 | /tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
|
|---|
| 3421 |
|
|---|
| 3422 |
|
|---|
| 3423 | Result is: no
|
|---|
| 3424 | ##########################################
|
|---|
| 3425 |
|
|---|
| 3426 | ============ Checking for FFmpeg ============
|
|---|