| 1 | configuration: --cc=x86_64-pc-linux-gnu-gcc --host-cc=x86_64-pc-linux-gnu-gcc --prefix=/usr --confdir=/etc/mplayer --datadir=/usr/share/mplayer --libdir=/usr/lib64 --enable-network --disable-arts --disable-nemesi --disable-fribidi --disable-ftp --disable-libnut --disable-smb --disable-joystick --disable-cdparanoia --charset=UTF-8 --disable-tv-bsdbt848 --disable-ivtv --disable-dvb --disable-dvbhead --disable-pvr --disable-tv-teletext --disable-radio-v4l2 --disable-radio-bsdbt848 --disable-liba52 --disable-musepack --disable-libopencore_amrnb --disable-libopencore_amrwb --disable-liblzo --disable-gif --disable-mad --disable-tga --disable-xanim --realcodecsdir=/usr/lib64/codecs --disable-directfb --disable-md5sum --disable-sdl --disable-aa --disable-fbdev --disable-caca --disable-zr --disable-gui --disable-dga1 --disable-dga2 --disable-dxr3 --disable-ggi --enable-menu --disable-vdpau --disable-vidix --disable-vidix-pcidb --disable-xinerama --enable-xvmc --with-xvmclib=XvMCW --disable-3dfx --disable-tdfxvid --disable-tdfxfb --disable-esd --disable-jack --disable-ladspa --disable-nas --disable-openal --disable-pulse --disable-ossaudio --disable-mencoder --extra-cflags=-march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS --enable-faad-fixed
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 | int main(void) {
|
|---|
| 5 | int test[sizeof(char *)-7];
|
|---|
| 6 | return 0;
|
|---|
| 7 | }
|
|---|
| 8 |
|
|---|
| 9 | x86_64-pc-linux-gnu-gcc -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 | ============ Checking for x86_64-pc-linux-gnu-gcc version ============
|
|---|
| 13 | Result is: 4.4.1
|
|---|
| 14 | ##########################################
|
|---|
| 15 |
|
|---|
| 16 | ============ Checking for host cc ============
|
|---|
| 17 | Result is: x86_64-pc-linux-gnu-gcc
|
|---|
| 18 | ##########################################
|
|---|
| 19 |
|
|---|
| 20 | ============ Checking for cross compilation ============
|
|---|
| 21 |
|
|---|
| 22 | int main(void) { return 0; }
|
|---|
| 23 |
|
|---|
| 24 | x86_64-pc-linux-gnu-gcc -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 | Result is: no
|
|---|
| 28 | ##########################################
|
|---|
| 29 |
|
|---|
| 30 | ============ Checking for CPU vendor ============
|
|---|
| 31 | Result is: AuthenticAMD (15:104:1)
|
|---|
| 32 | ##########################################
|
|---|
| 33 |
|
|---|
| 34 | ============ Checking for CPU type ============
|
|---|
| 35 | Result is: AMD Athlon(tm) 64 X2 Dual Core Processor TK-53
|
|---|
| 36 | ##########################################
|
|---|
| 37 |
|
|---|
| 38 | ============ Checking for kernel support of mmx ============
|
|---|
| 39 |
|
|---|
| 40 | #include <stdlib.h>
|
|---|
| 41 | #include <signal.h>
|
|---|
| 42 | void catch() { exit(1); }
|
|---|
| 43 | int main(void) {
|
|---|
| 44 | signal(SIGILL, catch);
|
|---|
| 45 | __asm__ volatile ("emms":::"memory"); return 0;
|
|---|
| 46 | }
|
|---|
| 47 |
|
|---|
| 48 | x86_64-pc-linux-gnu-gcc -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 49 |
|
|---|
| 50 |
|
|---|
| 51 | Result is: yes
|
|---|
| 52 | ##########################################
|
|---|
| 53 |
|
|---|
| 54 | ============ Checking for kernel support of mmxext ============
|
|---|
| 55 |
|
|---|
| 56 | #include <stdlib.h>
|
|---|
| 57 | #include <signal.h>
|
|---|
| 58 | void catch() { exit(1); }
|
|---|
| 59 | int main(void) {
|
|---|
| 60 | signal(SIGILL, catch);
|
|---|
| 61 | __asm__ volatile ("sfence":::"memory"); return 0;
|
|---|
| 62 | }
|
|---|
| 63 |
|
|---|
| 64 | x86_64-pc-linux-gnu-gcc -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 65 |
|
|---|
| 66 |
|
|---|
| 67 | Result is: yes
|
|---|
| 68 | ##########################################
|
|---|
| 69 |
|
|---|
| 70 | ============ Checking for kernel support of 3dnow ============
|
|---|
| 71 |
|
|---|
| 72 | #include <stdlib.h>
|
|---|
| 73 | #include <signal.h>
|
|---|
| 74 | void catch() { exit(1); }
|
|---|
| 75 | int main(void) {
|
|---|
| 76 | signal(SIGILL, catch);
|
|---|
| 77 | __asm__ volatile ("femms":::"memory"); return 0;
|
|---|
| 78 | }
|
|---|
| 79 |
|
|---|
| 80 | x86_64-pc-linux-gnu-gcc -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 81 |
|
|---|
| 82 |
|
|---|
| 83 | Result is: yes
|
|---|
| 84 | ##########################################
|
|---|
| 85 |
|
|---|
| 86 | ============ Checking for kernel support of 3dnowext ============
|
|---|
| 87 |
|
|---|
| 88 | #include <stdlib.h>
|
|---|
| 89 | #include <signal.h>
|
|---|
| 90 | void catch() { exit(1); }
|
|---|
| 91 | int main(void) {
|
|---|
| 92 | signal(SIGILL, catch);
|
|---|
| 93 | __asm__ volatile ("pswapd %%mm0, %%mm0":::"memory"); return 0;
|
|---|
| 94 | }
|
|---|
| 95 |
|
|---|
| 96 | x86_64-pc-linux-gnu-gcc -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 97 |
|
|---|
| 98 |
|
|---|
| 99 | Result is: yes
|
|---|
| 100 | ##########################################
|
|---|
| 101 |
|
|---|
| 102 | ============ Checking for kernel support of sse ============
|
|---|
| 103 |
|
|---|
| 104 | #include <stdlib.h>
|
|---|
| 105 | #include <signal.h>
|
|---|
| 106 | void catch() { exit(1); }
|
|---|
| 107 | int main(void) {
|
|---|
| 108 | signal(SIGILL, catch);
|
|---|
| 109 | __asm__ volatile ("xorps %%xmm0, %%xmm0":::"memory"); return 0;
|
|---|
| 110 | }
|
|---|
| 111 |
|
|---|
| 112 | x86_64-pc-linux-gnu-gcc -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 113 |
|
|---|
| 114 |
|
|---|
| 115 | Result is: yes
|
|---|
| 116 | ##########################################
|
|---|
| 117 |
|
|---|
| 118 | ============ Checking for kernel support of sse2 ============
|
|---|
| 119 |
|
|---|
| 120 | #include <stdlib.h>
|
|---|
| 121 | #include <signal.h>
|
|---|
| 122 | void catch() { exit(1); }
|
|---|
| 123 | int main(void) {
|
|---|
| 124 | signal(SIGILL, catch);
|
|---|
| 125 | __asm__ volatile ("xorpd %%xmm0, %%xmm0":::"memory"); return 0;
|
|---|
| 126 | }
|
|---|
| 127 |
|
|---|
| 128 | x86_64-pc-linux-gnu-gcc -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 129 |
|
|---|
| 130 |
|
|---|
| 131 | Result is: yes
|
|---|
| 132 | ##########################################
|
|---|
| 133 |
|
|---|
| 134 | ============ Checking for kernel support of cmov ============
|
|---|
| 135 |
|
|---|
| 136 | #include <stdlib.h>
|
|---|
| 137 | #include <signal.h>
|
|---|
| 138 | void catch() { exit(1); }
|
|---|
| 139 | int main(void) {
|
|---|
| 140 | signal(SIGILL, catch);
|
|---|
| 141 | __asm__ volatile ("cmovb %%eax,%%ebx":::"memory"); return 0;
|
|---|
| 142 | }
|
|---|
| 143 |
|
|---|
| 144 | x86_64-pc-linux-gnu-gcc -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 145 |
|
|---|
| 146 |
|
|---|
| 147 | Result is: yes
|
|---|
| 148 | ##########################################
|
|---|
| 149 |
|
|---|
| 150 | ============ Checking for mtrr support ============
|
|---|
| 151 | Result is: yes
|
|---|
| 152 | ##########################################
|
|---|
| 153 |
|
|---|
| 154 | ============ Checking for GCC & CPU optimization abilities ============
|
|---|
| 155 |
|
|---|
| 156 | int main(void) { return 0; }
|
|---|
| 157 |
|
|---|
| 158 | x86_64-pc-linux-gnu-gcc -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -march=native
|
|---|
| 159 |
|
|---|
| 160 |
|
|---|
| 161 | Result is: native
|
|---|
| 162 | ##########################################
|
|---|
| 163 |
|
|---|
| 164 | ============ Checking for byte order ============
|
|---|
| 165 |
|
|---|
| 166 | short ascii_name[] = { (('M'<<8)|'P'),(('l'<<8)|'a'),(('y'<<8)|'e'),(('r'<<8)|'B'),
|
|---|
| 167 | (('i'<<8)|'g'),(('E'<<8)|'n'),(('d'<<8)|'i'),(('a'<<8)|'n'),0};
|
|---|
| 168 | int main(void) { return (int)ascii_name; }
|
|---|
| 169 |
|
|---|
| 170 | x86_64-pc-linux-gnu-gcc -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 171 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 172 | /tmp/mplayer-conf-7665-15034.c:3: warning: cast from pointer to integer of different size
|
|---|
| 173 |
|
|---|
| 174 |
|
|---|
| 175 | Result is: little-endian
|
|---|
| 176 | ##########################################
|
|---|
| 177 |
|
|---|
| 178 | ============ Checking for extern symbol prefix ============
|
|---|
| 179 |
|
|---|
| 180 | int ff_extern;
|
|---|
| 181 |
|
|---|
| 182 | x86_64-pc-linux-gnu-gcc -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -c
|
|---|
| 183 |
|
|---|
| 184 |
|
|---|
| 185 | Result is:
|
|---|
| 186 | ##########################################
|
|---|
| 187 |
|
|---|
| 188 | ============ Checking for assembler support of -pipe option ============
|
|---|
| 189 |
|
|---|
| 190 | int main(void) { return 0; }
|
|---|
| 191 |
|
|---|
| 192 | x86_64-pc-linux-gnu-gcc -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -pipe
|
|---|
| 193 |
|
|---|
| 194 |
|
|---|
| 195 | Result is: yes
|
|---|
| 196 | ##########################################
|
|---|
| 197 |
|
|---|
| 198 | ============ Checking for compiler support of named assembler arguments ============
|
|---|
| 199 | Result is: yes
|
|---|
| 200 | ##########################################
|
|---|
| 201 |
|
|---|
| 202 |
|
|---|
| 203 | int main(void) { return 0; }
|
|---|
| 204 |
|
|---|
| 205 | x86_64-pc-linux-gnu-gcc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -std=gnu99
|
|---|
| 206 |
|
|---|
| 207 |
|
|---|
| 208 |
|
|---|
| 209 | int main(void) { return 0; }
|
|---|
| 210 |
|
|---|
| 211 | x86_64-pc-linux-gnu-gcc -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -Wdeclaration-after-statement
|
|---|
| 212 |
|
|---|
| 213 |
|
|---|
| 214 |
|
|---|
| 215 | int main(void) { return 0; }
|
|---|
| 216 |
|
|---|
| 217 | x86_64-pc-linux-gnu-gcc -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -Wno-pointer-sign
|
|---|
| 218 |
|
|---|
| 219 |
|
|---|
| 220 |
|
|---|
| 221 | int main(void) { return 0; }
|
|---|
| 222 |
|
|---|
| 223 | x86_64-pc-linux-gnu-gcc -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -Wdisabled-optimization
|
|---|
| 224 |
|
|---|
| 225 |
|
|---|
| 226 |
|
|---|
| 227 | int main(void) { return 0; }
|
|---|
| 228 |
|
|---|
| 229 | x86_64-pc-linux-gnu-gcc -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -Wundef
|
|---|
| 230 |
|
|---|
| 231 |
|
|---|
| 232 |
|
|---|
| 233 | int main(void) { return 0; }
|
|---|
| 234 |
|
|---|
| 235 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -mno-omit-leaf-frame-pointer
|
|---|
| 236 |
|
|---|
| 237 |
|
|---|
| 238 | ============ Checking for .align is a power of two ============
|
|---|
| 239 |
|
|---|
| 240 | int main(void) { __asm__ (".align 3"); return 0; }
|
|---|
| 241 |
|
|---|
| 242 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 243 | /tmp/mplayer-conf-7665-15034.c: Assembler messages:
|
|---|
| 244 | /tmp/mplayer-conf-7665-15034.c:1: Error: alignment not a power of 2
|
|---|
| 245 |
|
|---|
| 246 |
|
|---|
| 247 | Result is: no
|
|---|
| 248 | ##########################################
|
|---|
| 249 |
|
|---|
| 250 | ============ Checking for 10 assembler operands ============
|
|---|
| 251 |
|
|---|
| 252 | int main(void) {
|
|---|
| 253 | int x=0;
|
|---|
| 254 | __asm__ volatile(
|
|---|
| 255 | ""
|
|---|
| 256 | :"+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x)
|
|---|
| 257 | );
|
|---|
| 258 | return 0;
|
|---|
| 259 | }
|
|---|
| 260 |
|
|---|
| 261 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 262 |
|
|---|
| 263 |
|
|---|
| 264 | Result is: yes
|
|---|
| 265 | ##########################################
|
|---|
| 266 |
|
|---|
| 267 | ============ Checking for ebx availability ============
|
|---|
| 268 |
|
|---|
| 269 | int main(void) {
|
|---|
| 270 | int x;
|
|---|
| 271 | __asm__ volatile(
|
|---|
| 272 | "xor %0, %0"
|
|---|
| 273 | :"=b"(x)
|
|---|
| 274 | // just adding ebx to clobber list seems unreliable with some
|
|---|
| 275 | // compilers, e.g. Haiku's gcc 2.95
|
|---|
| 276 | );
|
|---|
| 277 | return 0;
|
|---|
| 278 | }
|
|---|
| 279 |
|
|---|
| 280 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 281 |
|
|---|
| 282 |
|
|---|
| 283 | Result is: yes
|
|---|
| 284 | ##########################################
|
|---|
| 285 |
|
|---|
| 286 | ============ Checking for yasm ============
|
|---|
| 287 |
|
|---|
| 288 | pabsw xmm0, xmm0
|
|---|
| 289 |
|
|---|
| 290 | yasm -f elf -DARCH_X86_64 -m amd64 -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-19486-15034.S
|
|---|
| 291 |
|
|---|
| 292 |
|
|---|
| 293 | Result is: yasm
|
|---|
| 294 | ##########################################
|
|---|
| 295 |
|
|---|
| 296 | ============ Checking for bswap ============
|
|---|
| 297 | Result is: yes
|
|---|
| 298 | ##########################################
|
|---|
| 299 |
|
|---|
| 300 | ============ Checking for -lposix ============
|
|---|
| 301 |
|
|---|
| 302 | int main(void) { return 0; }
|
|---|
| 303 |
|
|---|
| 304 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lposix
|
|---|
| 305 | /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lposix
|
|---|
| 306 | collect2: ld returned 1 exit status
|
|---|
| 307 |
|
|---|
| 308 |
|
|---|
| 309 | Result is: no
|
|---|
| 310 | ##########################################
|
|---|
| 311 |
|
|---|
| 312 | ============ Checking for -lm ============
|
|---|
| 313 |
|
|---|
| 314 | int main(void) { return 0; }
|
|---|
| 315 |
|
|---|
| 316 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lm
|
|---|
| 317 |
|
|---|
| 318 |
|
|---|
| 319 | Result is: yes
|
|---|
| 320 | ##########################################
|
|---|
| 321 |
|
|---|
| 322 | ============ Checking for langinfo ============
|
|---|
| 323 |
|
|---|
| 324 | #include <langinfo.h>
|
|---|
| 325 | int main(void) { nl_langinfo(CODESET); return 0; }
|
|---|
| 326 |
|
|---|
| 327 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 328 |
|
|---|
| 329 |
|
|---|
| 330 | Result is: yes
|
|---|
| 331 | ##########################################
|
|---|
| 332 |
|
|---|
| 333 | ============ Checking for language ============
|
|---|
| 334 | Result is: messages: en - man pages: en - documentation: en
|
|---|
| 335 | ##########################################
|
|---|
| 336 |
|
|---|
| 337 | ============ Checking for enable sighandler ============
|
|---|
| 338 | Result is: yes
|
|---|
| 339 | ##########################################
|
|---|
| 340 |
|
|---|
| 341 | ============ Checking for runtime cpudetection ============
|
|---|
| 342 | Result is: no
|
|---|
| 343 | ##########################################
|
|---|
| 344 |
|
|---|
| 345 | ============ Checking for restrict keyword ============
|
|---|
| 346 |
|
|---|
| 347 | void foo(char * restrict p); int main(void) { return 0; }
|
|---|
| 348 |
|
|---|
| 349 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 350 |
|
|---|
| 351 |
|
|---|
| 352 | Result is: restrict
|
|---|
| 353 | ##########################################
|
|---|
| 354 |
|
|---|
| 355 | ============ Checking for __builtin_expect ============
|
|---|
| 356 |
|
|---|
| 357 | int foo(int a) {
|
|---|
| 358 | a = __builtin_expect(a, 10);
|
|---|
| 359 | return a == 10 ? 0 : 1;
|
|---|
| 360 | }
|
|---|
| 361 | int main(void) { return foo(10) && foo(0); }
|
|---|
| 362 |
|
|---|
| 363 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 364 |
|
|---|
| 365 |
|
|---|
| 366 | Result is: yes
|
|---|
| 367 | ##########################################
|
|---|
| 368 |
|
|---|
| 369 | ============ Checking for kstat ============
|
|---|
| 370 |
|
|---|
| 371 | #include <kstat.h>
|
|---|
| 372 | int main(void) { (void) kstat_open(); (void) kstat_close(0); return 0; }
|
|---|
| 373 |
|
|---|
| 374 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lkstat
|
|---|
| 375 | /tmp/mplayer-conf-7665-15034.c:1:19: error: kstat.h: No such file or directory
|
|---|
| 376 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 377 | /tmp/mplayer-conf-7665-15034.c:2: warning: implicit declaration of function 'kstat_open'
|
|---|
| 378 | /tmp/mplayer-conf-7665-15034.c:2: warning: implicit declaration of function 'kstat_close'
|
|---|
| 379 |
|
|---|
| 380 |
|
|---|
| 381 | Result is: no
|
|---|
| 382 | ##########################################
|
|---|
| 383 |
|
|---|
| 384 | ============ Checking for posix4 ============
|
|---|
| 385 |
|
|---|
| 386 | #include <time.h>
|
|---|
| 387 | int main(void) { (void) nanosleep(0, 0); return 0; }
|
|---|
| 388 |
|
|---|
| 389 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lposix4
|
|---|
| 390 | /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lposix4
|
|---|
| 391 | collect2: ld returned 1 exit status
|
|---|
| 392 |
|
|---|
| 393 |
|
|---|
| 394 | Result is: no
|
|---|
| 395 | ##########################################
|
|---|
| 396 |
|
|---|
| 397 | ============ Checking for llrint ============
|
|---|
| 398 |
|
|---|
| 399 | #include <math.h>
|
|---|
| 400 | int main(void) { long (*foo)(float); foo = llrint; (void)(*foo)(0.0); return 0; }
|
|---|
| 401 |
|
|---|
| 402 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -D_ISOC99_SOURCE -lm
|
|---|
| 403 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 404 | /tmp/mplayer-conf-7665-15034.c:2: warning: assignment from incompatible pointer type
|
|---|
| 405 |
|
|---|
| 406 |
|
|---|
| 407 | Result is: yes
|
|---|
| 408 | ##########################################
|
|---|
| 409 |
|
|---|
| 410 | ============ Checking for log2 ============
|
|---|
| 411 |
|
|---|
| 412 | #include <math.h>
|
|---|
| 413 | int main(void) { long (*foo)(float); foo = log2; (void)(*foo)(0.0); return 0; }
|
|---|
| 414 |
|
|---|
| 415 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -D_ISOC99_SOURCE -lm
|
|---|
| 416 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 417 | /tmp/mplayer-conf-7665-15034.c:2: warning: assignment from incompatible pointer type
|
|---|
| 418 |
|
|---|
| 419 |
|
|---|
| 420 | Result is: yes
|
|---|
| 421 | ##########################################
|
|---|
| 422 |
|
|---|
| 423 | ============ Checking for lrint ============
|
|---|
| 424 |
|
|---|
| 425 | #include <math.h>
|
|---|
| 426 | int main(void) { long (*foo)(float); foo = lrint; (void)(*foo)(0.0); return 0; }
|
|---|
| 427 |
|
|---|
| 428 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -D_ISOC99_SOURCE -lm
|
|---|
| 429 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 430 | /tmp/mplayer-conf-7665-15034.c:2: warning: assignment from incompatible pointer type
|
|---|
| 431 |
|
|---|
| 432 |
|
|---|
| 433 | Result is: yes
|
|---|
| 434 | ##########################################
|
|---|
| 435 |
|
|---|
| 436 | ============ Checking for lrintf ============
|
|---|
| 437 |
|
|---|
| 438 | #include <math.h>
|
|---|
| 439 | int main(void) { long (*foo)(float); foo = lrintf; (void)(*foo)(0.0); return 0; }
|
|---|
| 440 |
|
|---|
| 441 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -D_ISOC99_SOURCE -lm
|
|---|
| 442 |
|
|---|
| 443 |
|
|---|
| 444 | Result is: yes
|
|---|
| 445 | ##########################################
|
|---|
| 446 |
|
|---|
| 447 | ============ Checking for round ============
|
|---|
| 448 |
|
|---|
| 449 | #include <math.h>
|
|---|
| 450 | int main(void) { long (*foo)(float); foo = round; (void)(*foo)(0.0); return 0; }
|
|---|
| 451 |
|
|---|
| 452 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -D_ISOC99_SOURCE -lm
|
|---|
| 453 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 454 | /tmp/mplayer-conf-7665-15034.c:2: warning: assignment from incompatible pointer type
|
|---|
| 455 |
|
|---|
| 456 |
|
|---|
| 457 | Result is: yes
|
|---|
| 458 | ##########################################
|
|---|
| 459 |
|
|---|
| 460 | ============ Checking for roundf ============
|
|---|
| 461 |
|
|---|
| 462 | #include <math.h>
|
|---|
| 463 | int main(void) { long (*foo)(float); foo = roundf; (void)(*foo)(0.0); return 0; }
|
|---|
| 464 |
|
|---|
| 465 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -D_ISOC99_SOURCE -lm
|
|---|
| 466 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 467 | /tmp/mplayer-conf-7665-15034.c:2: warning: assignment from incompatible pointer type
|
|---|
| 468 |
|
|---|
| 469 |
|
|---|
| 470 | Result is: yes
|
|---|
| 471 | ##########################################
|
|---|
| 472 |
|
|---|
| 473 | ============ Checking for truncf ============
|
|---|
| 474 |
|
|---|
| 475 | #include <math.h>
|
|---|
| 476 | int main(void) { long (*foo)(float); foo = truncf; (void)(*foo)(0.0); return 0; }
|
|---|
| 477 |
|
|---|
| 478 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -D_ISOC99_SOURCE -lm
|
|---|
| 479 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 480 | /tmp/mplayer-conf-7665-15034.c:2: warning: assignment from incompatible pointer type
|
|---|
| 481 |
|
|---|
| 482 |
|
|---|
| 483 | Result is: yes
|
|---|
| 484 | ##########################################
|
|---|
| 485 |
|
|---|
| 486 | ============ Checking for mkstemp ============
|
|---|
| 487 |
|
|---|
| 488 | #include <stdlib.h>
|
|---|
| 489 | int main(void) { char a; mkstemp(&a); return 0; }
|
|---|
| 490 |
|
|---|
| 491 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 492 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 493 | /tmp/mplayer-conf-7665-15034.c:2: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result
|
|---|
| 494 |
|
|---|
| 495 |
|
|---|
| 496 | Result is: yes
|
|---|
| 497 | ##########################################
|
|---|
| 498 |
|
|---|
| 499 | ============ Checking for nanosleep ============
|
|---|
| 500 |
|
|---|
| 501 | #include <time.h>
|
|---|
| 502 | int main(void) { (void) nanosleep(0, 0); return 0; }
|
|---|
| 503 |
|
|---|
| 504 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 505 |
|
|---|
| 506 |
|
|---|
| 507 | Result is: yes
|
|---|
| 508 | ##########################################
|
|---|
| 509 |
|
|---|
| 510 | ============ Checking for socklib ============
|
|---|
| 511 |
|
|---|
| 512 | #include <netdb.h>
|
|---|
| 513 | #include <sys/socket.h>
|
|---|
| 514 | int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; }
|
|---|
| 515 |
|
|---|
| 516 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 517 |
|
|---|
| 518 |
|
|---|
| 519 |
|
|---|
| 520 | #include <winsock2.h>
|
|---|
| 521 | int main(void) { (void) gethostbyname(0); return 0; }
|
|---|
| 522 |
|
|---|
| 523 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lws2_32
|
|---|
| 524 | /tmp/mplayer-conf-7665-15034.c:1:22: error: winsock2.h: No such file or directory
|
|---|
| 525 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 526 | /tmp/mplayer-conf-7665-15034.c:2: warning: implicit declaration of function 'gethostbyname'
|
|---|
| 527 |
|
|---|
| 528 |
|
|---|
| 529 | Result is: yes
|
|---|
| 530 | ##########################################
|
|---|
| 531 |
|
|---|
| 532 | ============ Checking for arpa/inet.h ============
|
|---|
| 533 |
|
|---|
| 534 | #include <arpa/inet.h>
|
|---|
| 535 | int main(void) { return 0; }
|
|---|
| 536 |
|
|---|
| 537 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 538 |
|
|---|
| 539 |
|
|---|
| 540 | Result is: yes
|
|---|
| 541 | ##########################################
|
|---|
| 542 |
|
|---|
| 543 | ============ Checking for inet_pton() ============
|
|---|
| 544 |
|
|---|
| 545 | #include <sys/types.h>
|
|---|
| 546 | #include <sys/socket.h>
|
|---|
| 547 | #include <arpa/inet.h>
|
|---|
| 548 | int main(void) { (void) inet_pton(0, 0, 0); return 0; }
|
|---|
| 549 |
|
|---|
| 550 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 551 |
|
|---|
| 552 |
|
|---|
| 553 | Result is: yes
|
|---|
| 554 | ##########################################
|
|---|
| 555 |
|
|---|
| 556 | ============ Checking for inet_aton() ============
|
|---|
| 557 |
|
|---|
| 558 | #include <sys/types.h>
|
|---|
| 559 | #include <sys/socket.h>
|
|---|
| 560 | #include <arpa/inet.h>
|
|---|
| 561 | int main(void) { (void) inet_aton(0, 0); return 0; }
|
|---|
| 562 |
|
|---|
| 563 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 564 |
|
|---|
| 565 |
|
|---|
| 566 | Result is: yes
|
|---|
| 567 | ##########################################
|
|---|
| 568 |
|
|---|
| 569 | ============ Checking for socklen_t ============
|
|---|
| 570 |
|
|---|
| 571 | #include <sys/socket.h>
|
|---|
| 572 | int main(void) { socklen_t v = 0; return v; }
|
|---|
| 573 |
|
|---|
| 574 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 575 |
|
|---|
| 576 |
|
|---|
| 577 | Result is: yes
|
|---|
| 578 | ##########################################
|
|---|
| 579 |
|
|---|
| 580 | ============ Checking for closesocket() ============
|
|---|
| 581 |
|
|---|
| 582 | #include <winsock2.h>
|
|---|
| 583 | int main(void) { closesocket(~0); return 0; }
|
|---|
| 584 |
|
|---|
| 585 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 586 | /tmp/mplayer-conf-7665-15034.c:1:22: error: winsock2.h: No such file or directory
|
|---|
| 587 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 588 | /tmp/mplayer-conf-7665-15034.c:2: warning: implicit declaration of function 'closesocket'
|
|---|
| 589 |
|
|---|
| 590 |
|
|---|
| 591 | Result is: no
|
|---|
| 592 | ##########################################
|
|---|
| 593 |
|
|---|
| 594 | ============ Checking for network ============
|
|---|
| 595 | Result is: yes
|
|---|
| 596 | ##########################################
|
|---|
| 597 |
|
|---|
| 598 | ============ Checking for inet6 ============
|
|---|
| 599 |
|
|---|
| 600 | #include <sys/types.h>
|
|---|
| 601 | #if !defined(_WIN32) || defined(__CYGWIN__)
|
|---|
| 602 | #include <sys/socket.h>
|
|---|
| 603 | #include <netinet/in.h>
|
|---|
| 604 | #else
|
|---|
| 605 | #include <ws2tcpip.h>
|
|---|
| 606 | #endif
|
|---|
| 607 | int main(void) { struct sockaddr_in6 six; socket(AF_INET6, SOCK_STREAM, AF_INET6); return 0; }
|
|---|
| 608 |
|
|---|
| 609 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 610 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 611 | /tmp/mplayer-conf-7665-15034.c:8: warning: unused variable 'six'
|
|---|
| 612 |
|
|---|
| 613 |
|
|---|
| 614 | Result is: yes
|
|---|
| 615 | ##########################################
|
|---|
| 616 |
|
|---|
| 617 | ============ Checking for gethostbyname2 ============
|
|---|
| 618 |
|
|---|
| 619 | #include <sys/types.h>
|
|---|
| 620 | #include <sys/socket.h>
|
|---|
| 621 | #include <netdb.h>
|
|---|
| 622 | int main(void) { gethostbyname2("", AF_INET); return 0; }
|
|---|
| 623 |
|
|---|
| 624 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 625 |
|
|---|
| 626 |
|
|---|
| 627 | Result is: yes
|
|---|
| 628 | ##########################################
|
|---|
| 629 |
|
|---|
| 630 | ============ Checking for inttypes.h (required) ============
|
|---|
| 631 |
|
|---|
| 632 | #include <inttypes.h>
|
|---|
| 633 | int main(void) { return 0; }
|
|---|
| 634 |
|
|---|
| 635 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 636 |
|
|---|
| 637 |
|
|---|
| 638 | Result is: yes
|
|---|
| 639 | ##########################################
|
|---|
| 640 |
|
|---|
| 641 | ============ Checking for int_fastXY_t in inttypes.h ============
|
|---|
| 642 |
|
|---|
| 643 | #include <inttypes.h>
|
|---|
| 644 | int main(void) {
|
|---|
| 645 | volatile int_fast16_t v= 0;
|
|---|
| 646 | return v; }
|
|---|
| 647 |
|
|---|
| 648 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 649 |
|
|---|
| 650 |
|
|---|
| 651 | Result is: yes
|
|---|
| 652 | ##########################################
|
|---|
| 653 |
|
|---|
| 654 | ============ Checking for malloc.h ============
|
|---|
| 655 |
|
|---|
| 656 | #include <malloc.h>
|
|---|
| 657 | int main(void) { (void) malloc(0); return 0; }
|
|---|
| 658 |
|
|---|
| 659 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 660 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 661 | /tmp/mplayer-conf-7665-15034.c:2: warning: ignoring return value of 'malloc', declared with attribute warn_unused_result
|
|---|
| 662 |
|
|---|
| 663 |
|
|---|
| 664 | Result is: yes
|
|---|
| 665 | ##########################################
|
|---|
| 666 |
|
|---|
| 667 | ============ Checking for memalign() ============
|
|---|
| 668 |
|
|---|
| 669 | #include <malloc.h>
|
|---|
| 670 | int main(void) { (void) memalign(64, sizeof(char)); return 0; }
|
|---|
| 671 |
|
|---|
| 672 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 673 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 674 | /tmp/mplayer-conf-7665-15034.c:2: warning: ignoring return value of 'memalign', declared with attribute warn_unused_result
|
|---|
| 675 |
|
|---|
| 676 |
|
|---|
| 677 | Result is: yes
|
|---|
| 678 | ##########################################
|
|---|
| 679 |
|
|---|
| 680 | ============ Checking for posix_memalign() ============
|
|---|
| 681 |
|
|---|
| 682 | #define _XOPEN_SOURCE 600
|
|---|
| 683 | #include <stdlib.h>
|
|---|
| 684 | int main(void) { posix_memalign(NULL, 0, 0); }
|
|---|
| 685 |
|
|---|
| 686 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 687 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 688 | /tmp/mplayer-conf-7665-15034.c:3: warning: null argument where non-null required (argument 1)
|
|---|
| 689 | /tmp/mplayer-conf-7665-15034.c:3: warning: ignoring return value of 'posix_memalign', declared with attribute warn_unused_result
|
|---|
| 690 |
|
|---|
| 691 |
|
|---|
| 692 | Result is: yes
|
|---|
| 693 | ##########################################
|
|---|
| 694 |
|
|---|
| 695 | ============ Checking for alloca.h ============
|
|---|
| 696 |
|
|---|
| 697 | #include <alloca.h>
|
|---|
| 698 | int main(void) { (void) alloca(0); return 0; }
|
|---|
| 699 |
|
|---|
| 700 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 701 |
|
|---|
| 702 |
|
|---|
| 703 |
|
|---|
| 704 | #include <alloca.h>
|
|---|
| 705 | int main(void) { (void) alloca(0); return 0; }
|
|---|
| 706 |
|
|---|
| 707 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 708 |
|
|---|
| 709 |
|
|---|
| 710 | Result is: yes
|
|---|
| 711 | ##########################################
|
|---|
| 712 |
|
|---|
| 713 | ============ Checking for fastmemcpy ============
|
|---|
| 714 | Result is: yes
|
|---|
| 715 | ##########################################
|
|---|
| 716 |
|
|---|
| 717 | ============ Checking for mman.h ============
|
|---|
| 718 |
|
|---|
| 719 | #include <sys/types.h>
|
|---|
| 720 | #include <sys/mman.h>
|
|---|
| 721 | int main(void) { (void) mmap(0, 0, 0, 0, 0, 0); return 0; }
|
|---|
| 722 |
|
|---|
| 723 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 724 |
|
|---|
| 725 |
|
|---|
| 726 | Result is: yes
|
|---|
| 727 | ##########################################
|
|---|
| 728 |
|
|---|
| 729 |
|
|---|
| 730 | #include <sys/types.h>
|
|---|
| 731 | #include <sys/mman.h>
|
|---|
| 732 | int main(void) { void *p = MAP_FAILED; return 0; }
|
|---|
| 733 |
|
|---|
| 734 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 735 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 736 | /tmp/mplayer-conf-7665-15034.c:3: warning: unused variable 'p'
|
|---|
| 737 |
|
|---|
| 738 |
|
|---|
| 739 | ============ Checking for dynamic loader ============
|
|---|
| 740 |
|
|---|
| 741 | #include <stddef.h>
|
|---|
| 742 | #include <dlfcn.h>
|
|---|
| 743 | int main(void) { dlopen(NULL, 0); dlclose(NULL); dlsym(NULL, NULL); return 0; }
|
|---|
| 744 |
|
|---|
| 745 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 746 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 747 | /tmp/mplayer-conf-7665-15034.c:3: warning: null argument where non-null required (argument 1)
|
|---|
| 748 | /tmp/mplayer-conf-7665-15034.c:3: warning: null argument where non-null required (argument 2)
|
|---|
| 749 | /tmp/ccjAIm5I.o: In function `main':
|
|---|
| 750 | /tmp/mplayer-conf-7665-15034.c:3: undefined reference to `dlopen'
|
|---|
| 751 | /tmp/mplayer-conf-7665-15034.c:3: undefined reference to `dlclose'
|
|---|
| 752 | /tmp/mplayer-conf-7665-15034.c:3: undefined reference to `dlsym'
|
|---|
| 753 | collect2: ld returned 1 exit status
|
|---|
| 754 |
|
|---|
| 755 |
|
|---|
| 756 |
|
|---|
| 757 | #include <stddef.h>
|
|---|
| 758 | #include <dlfcn.h>
|
|---|
| 759 | int main(void) { dlopen(NULL, 0); dlclose(NULL); dlsym(NULL, NULL); return 0; }
|
|---|
| 760 |
|
|---|
| 761 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -ldl
|
|---|
| 762 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 763 | /tmp/mplayer-conf-7665-15034.c:3: warning: null argument where non-null required (argument 1)
|
|---|
| 764 | /tmp/mplayer-conf-7665-15034.c:3: warning: null argument where non-null required (argument 2)
|
|---|
| 765 |
|
|---|
| 766 |
|
|---|
| 767 | Result is: yes
|
|---|
| 768 | ##########################################
|
|---|
| 769 |
|
|---|
| 770 | ============ Checking for dynamic a/v plugins support ============
|
|---|
| 771 | Result is: no
|
|---|
| 772 | ##########################################
|
|---|
| 773 |
|
|---|
| 774 | ============ Checking for pthread ============
|
|---|
| 775 |
|
|---|
| 776 | #include <pthread.h>
|
|---|
| 777 | void* func(void *arg) { return arg; }
|
|---|
| 778 | int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
|
|---|
| 779 |
|
|---|
| 780 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -D_REENTRANT -lpthreadGC2
|
|---|
| 781 | /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreadGC2
|
|---|
| 782 | collect2: ld returned 1 exit status
|
|---|
| 783 |
|
|---|
| 784 |
|
|---|
| 785 |
|
|---|
| 786 | #include <pthread.h>
|
|---|
| 787 | void* func(void *arg) { return arg; }
|
|---|
| 788 | int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
|
|---|
| 789 |
|
|---|
| 790 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -D_REENTRANT
|
|---|
| 791 | /tmp/ccydxuIa.o: In function `main':
|
|---|
| 792 | /tmp/mplayer-conf-7665-15034.c:3: undefined reference to `pthread_create'
|
|---|
| 793 | collect2: ld returned 1 exit status
|
|---|
| 794 |
|
|---|
| 795 |
|
|---|
| 796 |
|
|---|
| 797 | #include <pthread.h>
|
|---|
| 798 | void* func(void *arg) { return arg; }
|
|---|
| 799 | int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
|
|---|
| 800 |
|
|---|
| 801 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -D_REENTRANT -lpthread
|
|---|
| 802 |
|
|---|
| 803 |
|
|---|
| 804 | Result is: yes (using -lpthread)
|
|---|
| 805 | ##########################################
|
|---|
| 806 |
|
|---|
| 807 | ============ Checking for w32threads ============
|
|---|
| 808 | Result is: no (using pthread instead)
|
|---|
| 809 | ##########################################
|
|---|
| 810 |
|
|---|
| 811 | ============ Checking for rpath ============
|
|---|
| 812 | Result is: no
|
|---|
| 813 | ##########################################
|
|---|
| 814 |
|
|---|
| 815 | ============ Checking for iconv ============
|
|---|
| 816 |
|
|---|
| 817 | #include <stdio.h>
|
|---|
| 818 | #include <unistd.h>
|
|---|
| 819 | #include <iconv.h>
|
|---|
| 820 | #define INBUFSIZE 1024
|
|---|
| 821 | #define OUTBUFSIZE 4096
|
|---|
| 822 |
|
|---|
| 823 | char inbuffer[INBUFSIZE];
|
|---|
| 824 | char outbuffer[OUTBUFSIZE];
|
|---|
| 825 |
|
|---|
| 826 | int main(void) {
|
|---|
| 827 | size_t numread;
|
|---|
| 828 | iconv_t icdsc;
|
|---|
| 829 | char *tocode="UTF-8";
|
|---|
| 830 | char *fromcode="cp1250";
|
|---|
| 831 | if ((icdsc = iconv_open(tocode, fromcode)) != (iconv_t)(-1)) {
|
|---|
| 832 | while ((numread = read(0, inbuffer, INBUFSIZE))) {
|
|---|
| 833 | char *iptr=inbuffer;
|
|---|
| 834 | char *optr=outbuffer;
|
|---|
| 835 | size_t inleft=numread;
|
|---|
| 836 | size_t outleft=OUTBUFSIZE;
|
|---|
| 837 | if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft)
|
|---|
| 838 | != (size_t)(-1)) {
|
|---|
| 839 | write(1, outbuffer, OUTBUFSIZE - outleft);
|
|---|
| 840 | }
|
|---|
| 841 | }
|
|---|
| 842 | if (iconv_close(icdsc) == -1)
|
|---|
| 843 | ;
|
|---|
| 844 | }
|
|---|
| 845 | return 0;
|
|---|
| 846 | }
|
|---|
| 847 |
|
|---|
| 848 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lm
|
|---|
| 849 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 850 | /tmp/mplayer-conf-7665-15034.c:21: warning: passing argument 2 of 'iconv' from incompatible pointer type
|
|---|
| 851 | /usr/include/iconv.h:43: note: expected 'char ** restrict' but argument is of type 'const char **'
|
|---|
| 852 | /tmp/mplayer-conf-7665-15034.c:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result
|
|---|
| 853 |
|
|---|
| 854 |
|
|---|
| 855 | Result is: yes
|
|---|
| 856 | ##########################################
|
|---|
| 857 |
|
|---|
| 858 | ============ Checking for soundcard.h ============
|
|---|
| 859 |
|
|---|
| 860 | #include <sys/soundcard.h>
|
|---|
| 861 | int main(void) { return 0; }
|
|---|
| 862 |
|
|---|
| 863 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 864 |
|
|---|
| 865 |
|
|---|
| 866 | Result is: yes (sys/soundcard.h)
|
|---|
| 867 | ##########################################
|
|---|
| 868 |
|
|---|
| 869 | ============ Checking for sys/dvdio.h ============
|
|---|
| 870 |
|
|---|
| 871 | #include <unistd.h>
|
|---|
| 872 | #include <sys/dvdio.h>
|
|---|
| 873 | int main(void) { return 0; }
|
|---|
| 874 |
|
|---|
| 875 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 876 | /tmp/mplayer-conf-7665-15034.c:2:23: error: sys/dvdio.h: No such file or directory
|
|---|
| 877 |
|
|---|
| 878 |
|
|---|
| 879 | Result is: no
|
|---|
| 880 | ##########################################
|
|---|
| 881 |
|
|---|
| 882 | ============ Checking for sys/cdio.h ============
|
|---|
| 883 |
|
|---|
| 884 | #include <unistd.h>
|
|---|
| 885 | #include <sys/cdio.h>
|
|---|
| 886 | int main(void) { return 0; }
|
|---|
| 887 |
|
|---|
| 888 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 889 | /tmp/mplayer-conf-7665-15034.c:2:22: error: sys/cdio.h: No such file or directory
|
|---|
| 890 |
|
|---|
| 891 |
|
|---|
| 892 | Result is: no
|
|---|
| 893 | ##########################################
|
|---|
| 894 |
|
|---|
| 895 | ============ Checking for linux/cdrom.h ============
|
|---|
| 896 |
|
|---|
| 897 | #include <sys/types.h>
|
|---|
| 898 | #include <linux/cdrom.h>
|
|---|
| 899 | int main(void) { return 0; }
|
|---|
| 900 |
|
|---|
| 901 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 902 |
|
|---|
| 903 |
|
|---|
| 904 | Result is: yes
|
|---|
| 905 | ##########################################
|
|---|
| 906 |
|
|---|
| 907 | ============ Checking for dvd.h ============
|
|---|
| 908 |
|
|---|
| 909 | #include <dvd.h>
|
|---|
| 910 | int main(void) { return 0; }
|
|---|
| 911 |
|
|---|
| 912 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 913 | /tmp/mplayer-conf-7665-15034.c:1:17: error: dvd.h: No such file or directory
|
|---|
| 914 |
|
|---|
| 915 |
|
|---|
| 916 | Result is: no
|
|---|
| 917 | ##########################################
|
|---|
| 918 |
|
|---|
| 919 | ============ Checking for termcap ============
|
|---|
| 920 |
|
|---|
| 921 | #include <stddef.h>
|
|---|
| 922 | #include <term.h>
|
|---|
| 923 | int main(void) { tgetent(NULL, NULL); return 0; }
|
|---|
| 924 |
|
|---|
| 925 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lncurses
|
|---|
| 926 |
|
|---|
| 927 |
|
|---|
| 928 | Result is: yes (using -lncurses)
|
|---|
| 929 | ##########################################
|
|---|
| 930 |
|
|---|
| 931 | ============ Checking for termios ============
|
|---|
| 932 |
|
|---|
| 933 | #include <sys/termios.h>
|
|---|
| 934 | int main(void) { return 0; }
|
|---|
| 935 |
|
|---|
| 936 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 937 |
|
|---|
| 938 |
|
|---|
| 939 | Result is: yes (using sys/termios.h)
|
|---|
| 940 | ##########################################
|
|---|
| 941 |
|
|---|
| 942 | ============ Checking for shm ============
|
|---|
| 943 |
|
|---|
| 944 | #include <sys/types.h>
|
|---|
| 945 | #include <sys/shm.h>
|
|---|
| 946 | int main(void) { shmget(0, 0, 0); shmat(0, 0, 0); shmctl(0, 0, 0); return 0; }
|
|---|
| 947 |
|
|---|
| 948 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 949 |
|
|---|
| 950 |
|
|---|
| 951 | Result is: yes
|
|---|
| 952 | ##########################################
|
|---|
| 953 |
|
|---|
| 954 | ============ Checking for strsep() ============
|
|---|
| 955 |
|
|---|
| 956 | #include <string.h>
|
|---|
| 957 | int main(void) { char *s = "Hello, world!"; (void) strsep(&s, ","); return 0; }
|
|---|
| 958 |
|
|---|
| 959 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 960 |
|
|---|
| 961 |
|
|---|
| 962 | Result is: yes
|
|---|
| 963 | ##########################################
|
|---|
| 964 |
|
|---|
| 965 | ============ Checking for vsscanf() ============
|
|---|
| 966 |
|
|---|
| 967 | #define _ISOC99_SOURCE
|
|---|
| 968 | #include <stdarg.h>
|
|---|
| 969 | #include <stdio.h>
|
|---|
| 970 | int main(void) { vsscanf(0, 0, 0); return 0; }
|
|---|
| 971 |
|
|---|
| 972 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 973 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 974 | /tmp/mplayer-conf-7665-15034.c:4: warning: null argument where non-null required (argument 2)
|
|---|
| 975 | /tmp/mplayer-conf-7665-15034.c:4: warning: too many arguments for format
|
|---|
| 976 | /tmp/mplayer-conf-7665-15034.c:4: warning: too many arguments for format
|
|---|
| 977 |
|
|---|
| 978 |
|
|---|
| 979 | Result is: yes
|
|---|
| 980 | ##########################################
|
|---|
| 981 |
|
|---|
| 982 | ============ Checking for swab() ============
|
|---|
| 983 |
|
|---|
| 984 | #define _XOPEN_SOURCE 600
|
|---|
| 985 | #include <unistd.h>
|
|---|
| 986 | int main(void) { swab(0, 0, 0); return 0; }
|
|---|
| 987 |
|
|---|
| 988 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 989 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 990 | /tmp/mplayer-conf-7665-15034.c:3: warning: null argument where non-null required (argument 1)
|
|---|
| 991 | /tmp/mplayer-conf-7665-15034.c:3: warning: null argument where non-null required (argument 2)
|
|---|
| 992 |
|
|---|
| 993 |
|
|---|
| 994 | Result is: yes
|
|---|
| 995 | ##########################################
|
|---|
| 996 |
|
|---|
| 997 | ============ Checking for POSIX select() ============
|
|---|
| 998 |
|
|---|
| 999 | #include <stdio.h>
|
|---|
| 1000 | #include <stdlib.h>
|
|---|
| 1001 | #include <sys/types.h>
|
|---|
| 1002 | #include <string.h>
|
|---|
| 1003 | #include <sys/time.h>
|
|---|
| 1004 | #include <unistd.h>
|
|---|
| 1005 | int main(void) {int nfds = 1; fd_set readfds; struct timeval timeout; select(nfds,&readfds,NULL,NULL,&timeout); return 0; }
|
|---|
| 1006 |
|
|---|
| 1007 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 1008 |
|
|---|
| 1009 |
|
|---|
| 1010 | Result is: yes
|
|---|
| 1011 | ##########################################
|
|---|
| 1012 |
|
|---|
| 1013 | ============ Checking for audio select() ============
|
|---|
| 1014 | Result is: yes
|
|---|
| 1015 | ##########################################
|
|---|
| 1016 |
|
|---|
| 1017 | ============ Checking for gettimeofday() ============
|
|---|
| 1018 |
|
|---|
| 1019 | #include <stdio.h>
|
|---|
| 1020 | #include <sys/time.h>
|
|---|
| 1021 | int main(void) {struct timeval tv_start; gettimeofday(&tv_start, NULL); return 0; }
|
|---|
| 1022 |
|
|---|
| 1023 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 1024 |
|
|---|
| 1025 |
|
|---|
| 1026 | Result is: yes
|
|---|
| 1027 | ##########################################
|
|---|
| 1028 |
|
|---|
| 1029 | ============ Checking for glob() ============
|
|---|
| 1030 |
|
|---|
| 1031 | #include <stdio.h>
|
|---|
| 1032 | #include <glob.h>
|
|---|
| 1033 | int main(void) { glob_t gg; glob("filename",0,NULL,&gg); return 0; }
|
|---|
| 1034 |
|
|---|
| 1035 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 1036 |
|
|---|
| 1037 |
|
|---|
| 1038 | Result is: yes
|
|---|
| 1039 | ##########################################
|
|---|
| 1040 |
|
|---|
| 1041 | ============ Checking for setenv() ============
|
|---|
| 1042 |
|
|---|
| 1043 | #include <stdlib.h>
|
|---|
| 1044 | int main(void) { setenv("","",0); return 0; }
|
|---|
| 1045 |
|
|---|
| 1046 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 1047 |
|
|---|
| 1048 |
|
|---|
| 1049 | Result is: yes
|
|---|
| 1050 | ##########################################
|
|---|
| 1051 |
|
|---|
| 1052 | ============ Checking for sys/sysinfo.h ============
|
|---|
| 1053 |
|
|---|
| 1054 | #include <sys/sysinfo.h>
|
|---|
| 1055 | int main(void) {
|
|---|
| 1056 | struct sysinfo s_info;
|
|---|
| 1057 | sysinfo(&s_info);
|
|---|
| 1058 | return 0;
|
|---|
| 1059 | }
|
|---|
| 1060 |
|
|---|
| 1061 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 1062 |
|
|---|
| 1063 |
|
|---|
| 1064 | Result is: yes
|
|---|
| 1065 | ##########################################
|
|---|
| 1066 |
|
|---|
| 1067 | ============ Checking for Apple IR ============
|
|---|
| 1068 |
|
|---|
| 1069 | #include <linux/types.h>
|
|---|
| 1070 | #include <linux/input.h>
|
|---|
| 1071 | int main(void) {
|
|---|
| 1072 | struct input_event ev;
|
|---|
| 1073 | struct input_id id;
|
|---|
| 1074 | return 0;
|
|---|
| 1075 | }
|
|---|
| 1076 |
|
|---|
| 1077 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 1078 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 1079 | /tmp/mplayer-conf-7665-15034.c:5: warning: unused variable 'id'
|
|---|
| 1080 | /tmp/mplayer-conf-7665-15034.c:4: warning: unused variable 'ev'
|
|---|
| 1081 |
|
|---|
| 1082 |
|
|---|
| 1083 | Result is: yes
|
|---|
| 1084 | ##########################################
|
|---|
| 1085 |
|
|---|
| 1086 | ============ Checking for pkg-config ============
|
|---|
| 1087 | Result is: yes
|
|---|
| 1088 | ##########################################
|
|---|
| 1089 |
|
|---|
| 1090 | ============ Checking for Samba support (libsmbclient) ============
|
|---|
| 1091 | Result is: no
|
|---|
| 1092 | ##########################################
|
|---|
| 1093 |
|
|---|
| 1094 | ============ Checking for tdfxfb ============
|
|---|
| 1095 | Result is: no
|
|---|
| 1096 | ##########################################
|
|---|
| 1097 |
|
|---|
| 1098 | ============ Checking for s3fb ============
|
|---|
| 1099 | Result is: no
|
|---|
| 1100 | ##########################################
|
|---|
| 1101 |
|
|---|
| 1102 | ============ Checking for wii ============
|
|---|
| 1103 | Result is: no
|
|---|
| 1104 | ##########################################
|
|---|
| 1105 |
|
|---|
| 1106 | ============ Checking for tdfxvid ============
|
|---|
| 1107 | Result is: no
|
|---|
| 1108 | ##########################################
|
|---|
| 1109 |
|
|---|
| 1110 | ============ Checking for xvr100 ============
|
|---|
| 1111 |
|
|---|
| 1112 | #include <unistd.h>
|
|---|
| 1113 | #include <sys/fbio.h>
|
|---|
| 1114 | #include <sys/visual_io.h>
|
|---|
| 1115 | int main(void) {
|
|---|
| 1116 | struct vis_identifier ident;
|
|---|
| 1117 | struct fbgattr attr;
|
|---|
| 1118 | ioctl(0, VIS_GETIDENTIFIER, &ident);
|
|---|
| 1119 | ioctl(0, FBIOGATTR, &attr);
|
|---|
| 1120 | return 0;
|
|---|
| 1121 | }
|
|---|
| 1122 |
|
|---|
| 1123 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 1124 | /tmp/mplayer-conf-7665-15034.c:2:22: error: sys/fbio.h: No such file or directory
|
|---|
| 1125 | /tmp/mplayer-conf-7665-15034.c:3:27: error: sys/visual_io.h: No such file or directory
|
|---|
| 1126 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 1127 | /tmp/mplayer-conf-7665-15034.c:5: error: storage size of 'ident' isn't known
|
|---|
| 1128 | /tmp/mplayer-conf-7665-15034.c:6: error: storage size of 'attr' isn't known
|
|---|
| 1129 | /tmp/mplayer-conf-7665-15034.c:7: warning: implicit declaration of function 'ioctl'
|
|---|
| 1130 | /tmp/mplayer-conf-7665-15034.c:7: error: 'VIS_GETIDENTIFIER' undeclared (first use in this function)
|
|---|
| 1131 | /tmp/mplayer-conf-7665-15034.c:7: error: (Each undeclared identifier is reported only once
|
|---|
| 1132 | /tmp/mplayer-conf-7665-15034.c:7: error: for each function it appears in.)
|
|---|
| 1133 | /tmp/mplayer-conf-7665-15034.c:8: error: 'FBIOGATTR' undeclared (first use in this function)
|
|---|
| 1134 | /tmp/mplayer-conf-7665-15034.c:6: warning: unused variable 'attr'
|
|---|
| 1135 | /tmp/mplayer-conf-7665-15034.c:5: warning: unused variable 'ident'
|
|---|
| 1136 |
|
|---|
| 1137 |
|
|---|
| 1138 | Result is: no
|
|---|
| 1139 | ##########################################
|
|---|
| 1140 |
|
|---|
| 1141 | ============ Checking for tga ============
|
|---|
| 1142 | Result is: no
|
|---|
| 1143 | ##########################################
|
|---|
| 1144 |
|
|---|
| 1145 | ============ Checking for md5sum support ============
|
|---|
| 1146 | Result is: no
|
|---|
| 1147 | ##########################################
|
|---|
| 1148 |
|
|---|
| 1149 | ============ Checking for yuv4mpeg support ============
|
|---|
| 1150 | Result is: yes
|
|---|
| 1151 | ##########################################
|
|---|
| 1152 |
|
|---|
| 1153 | ============ Checking for bl ============
|
|---|
| 1154 | Result is: no
|
|---|
| 1155 | ##########################################
|
|---|
| 1156 |
|
|---|
| 1157 | ============ Checking for DirectFB ============
|
|---|
| 1158 | Result is: no
|
|---|
| 1159 | ##########################################
|
|---|
| 1160 |
|
|---|
| 1161 | ============ Checking for X11 headers presence ============
|
|---|
| 1162 | Result is: yes
|
|---|
| 1163 | ##########################################
|
|---|
| 1164 |
|
|---|
| 1165 | ============ Checking for X11 ============
|
|---|
| 1166 |
|
|---|
| 1167 | #include <X11/Xlib.h>
|
|---|
| 1168 | #include <X11/Xutil.h>
|
|---|
| 1169 | int main(void) { (void) XCreateWindow(0,0,0,0,0,0,0,0,0,0,0,0); return 0; }
|
|---|
| 1170 |
|
|---|
| 1171 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lXext -lX11 -lpthread
|
|---|
| 1172 |
|
|---|
| 1173 |
|
|---|
| 1174 | Result is: yes
|
|---|
| 1175 | ##########################################
|
|---|
| 1176 |
|
|---|
| 1177 | ============ Checking for Xss screensaver extensions ============
|
|---|
| 1178 |
|
|---|
| 1179 | #include <X11/Xlib.h>
|
|---|
| 1180 | #include <X11/extensions/scrnsaver.h>
|
|---|
| 1181 | int main(void) { XScreenSaverSuspend(NULL, True); return 0; }
|
|---|
| 1182 |
|
|---|
| 1183 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lXext -lX11 -lpthread -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lXss
|
|---|
| 1184 |
|
|---|
| 1185 |
|
|---|
| 1186 | Result is: yes
|
|---|
| 1187 | ##########################################
|
|---|
| 1188 |
|
|---|
| 1189 | ============ Checking for DPMS ============
|
|---|
| 1190 |
|
|---|
| 1191 | #include <X11/Xmd.h>
|
|---|
| 1192 | #include <X11/Xlib.h>
|
|---|
| 1193 | #include <X11/Xutil.h>
|
|---|
| 1194 | #include <X11/Xatom.h>
|
|---|
| 1195 | #include <X11/extensions/dpms.h>
|
|---|
| 1196 | int main(void) { (void) DPMSQueryExtension(0, 0, 0); return 0; }
|
|---|
| 1197 |
|
|---|
| 1198 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lXext -lX11 -lpthread -lXss -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lXdpms
|
|---|
| 1199 | /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lXdpms
|
|---|
| 1200 | collect2: ld returned 1 exit status
|
|---|
| 1201 |
|
|---|
| 1202 |
|
|---|
| 1203 |
|
|---|
| 1204 | #include <X11/Xlib.h>
|
|---|
| 1205 | #include <X11/extensions/dpms.h>
|
|---|
| 1206 | int main(void) { (void) DPMSQueryExtension(0, 0, 0); return 0; }
|
|---|
| 1207 |
|
|---|
| 1208 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lXext -lX11 -lpthread -lXss -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lXext
|
|---|
| 1209 |
|
|---|
| 1210 |
|
|---|
| 1211 | Result is: yes (using Xdpms 4)
|
|---|
| 1212 | ##########################################
|
|---|
| 1213 |
|
|---|
| 1214 | ============ Checking for Xv ============
|
|---|
| 1215 |
|
|---|
| 1216 | #include <X11/Xlib.h>
|
|---|
| 1217 | #include <X11/extensions/Xvlib.h>
|
|---|
| 1218 | int main(void) {
|
|---|
| 1219 | (void) XvGetPortAttribute(0, 0, 0, 0);
|
|---|
| 1220 | (void) XvQueryPortAttributes(0, 0, 0);
|
|---|
| 1221 | return 0; }
|
|---|
| 1222 |
|
|---|
| 1223 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lXext -lX11 -lpthread -lXss -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lXv
|
|---|
| 1224 |
|
|---|
| 1225 |
|
|---|
| 1226 | Result is: yes
|
|---|
| 1227 | ##########################################
|
|---|
| 1228 |
|
|---|
| 1229 | ============ Checking for XvMC ============
|
|---|
| 1230 |
|
|---|
| 1231 | #include <X11/Xlib.h>
|
|---|
| 1232 | #include <X11/extensions/Xvlib.h>
|
|---|
| 1233 | #include <X11/extensions/XvMClib.h>
|
|---|
| 1234 | int main(void) {
|
|---|
| 1235 | (void) XvMCQueryExtension(0,0,0);
|
|---|
| 1236 | (void) XvMCCreateContext(0,0,0,0,0,0,0);
|
|---|
| 1237 | return 0; }
|
|---|
| 1238 |
|
|---|
| 1239 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lXext -lX11 -lpthread -lXss -lXv -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lXvMC -lXvMCW
|
|---|
| 1240 |
|
|---|
| 1241 |
|
|---|
| 1242 | Result is: yes (using XvMCW)
|
|---|
| 1243 | ##########################################
|
|---|
| 1244 |
|
|---|
| 1245 | ============ Checking for VDPAU ============
|
|---|
| 1246 | Result is: no
|
|---|
| 1247 | ##########################################
|
|---|
| 1248 |
|
|---|
| 1249 | ============ Checking for Xinerama ============
|
|---|
| 1250 | Result is: no
|
|---|
| 1251 | ##########################################
|
|---|
| 1252 |
|
|---|
| 1253 | ============ Checking for Xxf86vm ============
|
|---|
| 1254 |
|
|---|
| 1255 | #include <X11/Xlib.h>
|
|---|
| 1256 | #include <X11/extensions/xf86vmode.h>
|
|---|
| 1257 | int main(void) { (void) XF86VidModeQueryExtension(0, 0, 0); return 0; }
|
|---|
| 1258 |
|
|---|
| 1259 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lXxf86vm
|
|---|
| 1260 |
|
|---|
| 1261 |
|
|---|
| 1262 | Result is: yes
|
|---|
| 1263 | ##########################################
|
|---|
| 1264 |
|
|---|
| 1265 | ============ Checking for XF86keysym ============
|
|---|
| 1266 |
|
|---|
| 1267 | #include <X11/Xlib.h>
|
|---|
| 1268 | #include <X11/XF86keysym.h>
|
|---|
| 1269 | int main(void) { return XF86XK_AudioPause; }
|
|---|
| 1270 |
|
|---|
| 1271 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 1272 |
|
|---|
| 1273 |
|
|---|
| 1274 | Result is: yes
|
|---|
| 1275 | ##########################################
|
|---|
| 1276 |
|
|---|
| 1277 | ============ Checking for DGA ============
|
|---|
| 1278 | Result is: no
|
|---|
| 1279 | ##########################################
|
|---|
| 1280 |
|
|---|
| 1281 | ============ Checking for 3dfx ============
|
|---|
| 1282 | Result is: no
|
|---|
| 1283 | ##########################################
|
|---|
| 1284 |
|
|---|
| 1285 | ============ Checking for VIDIX ============
|
|---|
| 1286 | Result is: no
|
|---|
| 1287 | ##########################################
|
|---|
| 1288 |
|
|---|
| 1289 | ============ Checking for /dev/mga_vid ============
|
|---|
| 1290 | Result is: no
|
|---|
| 1291 | ##########################################
|
|---|
| 1292 |
|
|---|
| 1293 | ============ Checking for xmga ============
|
|---|
| 1294 | Result is: no
|
|---|
| 1295 | ##########################################
|
|---|
| 1296 |
|
|---|
| 1297 | ============ Checking for GGI ============
|
|---|
| 1298 | Result is: no
|
|---|
| 1299 | ##########################################
|
|---|
| 1300 |
|
|---|
| 1301 | ============ Checking for GGI extension: libggiwmh ============
|
|---|
| 1302 |
|
|---|
| 1303 | #include <ggi/ggi.h>
|
|---|
| 1304 | #include <ggi/wmh.h>
|
|---|
| 1305 | int main(void) { ggiInit(); ggiWmhInit(); return 0; }
|
|---|
| 1306 |
|
|---|
| 1307 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lggi -lggiwmh
|
|---|
| 1308 | /tmp/mplayer-conf-7665-15034.c:1:21: error: ggi/ggi.h: No such file or directory
|
|---|
| 1309 | /tmp/mplayer-conf-7665-15034.c:2:21: error: ggi/wmh.h: No such file or directory
|
|---|
| 1310 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 1311 | /tmp/mplayer-conf-7665-15034.c:3: warning: implicit declaration of function 'ggiInit'
|
|---|
| 1312 | /tmp/mplayer-conf-7665-15034.c:3: warning: implicit declaration of function 'ggiWmhInit'
|
|---|
| 1313 |
|
|---|
| 1314 |
|
|---|
| 1315 | Result is: no
|
|---|
| 1316 | ##########################################
|
|---|
| 1317 |
|
|---|
| 1318 | ============ Checking for AA ============
|
|---|
| 1319 | Result is: no
|
|---|
| 1320 | ##########################################
|
|---|
| 1321 |
|
|---|
| 1322 | ============ Checking for CACA ============
|
|---|
| 1323 | Result is: no
|
|---|
| 1324 | ##########################################
|
|---|
| 1325 |
|
|---|
| 1326 | ============ Checking for SVGAlib ============
|
|---|
| 1327 |
|
|---|
| 1328 | #include <vga.h>
|
|---|
| 1329 | int main(void) { return 0; }
|
|---|
| 1330 |
|
|---|
| 1331 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lvga -lm
|
|---|
| 1332 | /tmp/mplayer-conf-7665-15034.c:1:17: error: vga.h: No such file or directory
|
|---|
| 1333 |
|
|---|
| 1334 |
|
|---|
| 1335 | Result is: no
|
|---|
| 1336 | ##########################################
|
|---|
| 1337 |
|
|---|
| 1338 | ============ Checking for FBDev ============
|
|---|
| 1339 | Result is: no
|
|---|
| 1340 | ##########################################
|
|---|
| 1341 |
|
|---|
| 1342 | ============ Checking for DVB ============
|
|---|
| 1343 | Result is: no
|
|---|
| 1344 | ##########################################
|
|---|
| 1345 |
|
|---|
| 1346 | ============ Checking for DVB HEAD ============
|
|---|
| 1347 | Result is: no
|
|---|
| 1348 | ##########################################
|
|---|
| 1349 |
|
|---|
| 1350 | ============ Checking for OpenGL ============
|
|---|
| 1351 |
|
|---|
| 1352 | #ifdef GL_WIN32
|
|---|
| 1353 | #include <windows.h>
|
|---|
| 1354 | #include <GL/gl.h>
|
|---|
| 1355 | #else
|
|---|
| 1356 | #include <GL/gl.h>
|
|---|
| 1357 | #include <X11/Xlib.h>
|
|---|
| 1358 | #include <GL/glx.h>
|
|---|
| 1359 | #endif
|
|---|
| 1360 | int main(void) {
|
|---|
| 1361 | #ifdef GL_WIN32
|
|---|
| 1362 | HDC dc;
|
|---|
| 1363 | wglCreateContext(dc);
|
|---|
| 1364 | #else
|
|---|
| 1365 | glXCreateContext(NULL, NULL, NULL, True);
|
|---|
| 1366 | #endif
|
|---|
| 1367 | glFinish();
|
|---|
| 1368 | return 0;
|
|---|
| 1369 | }
|
|---|
| 1370 |
|
|---|
| 1371 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lGL -lm
|
|---|
| 1372 |
|
|---|
| 1373 |
|
|---|
| 1374 | Result is: yes
|
|---|
| 1375 | ##########################################
|
|---|
| 1376 |
|
|---|
| 1377 | ============ Checking for PNG support ============
|
|---|
| 1378 |
|
|---|
| 1379 | #include <png.h>
|
|---|
| 1380 | #include <string.h>
|
|---|
| 1381 | int main(void) {
|
|---|
| 1382 | printf("png.h : %s\n", PNG_LIBPNG_VER_STRING);
|
|---|
| 1383 | printf("libpng: %s\n", png_libpng_ver);
|
|---|
| 1384 | return strcmp(PNG_LIBPNG_VER_STRING, png_libpng_ver);
|
|---|
| 1385 | }
|
|---|
| 1386 |
|
|---|
| 1387 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lpng -lz -lm
|
|---|
| 1388 |
|
|---|
| 1389 |
|
|---|
| 1390 | png.h : 1.2.38
|
|---|
| 1391 | libpng: 1.2.38
|
|---|
| 1392 | Result is: yes
|
|---|
| 1393 | ##########################################
|
|---|
| 1394 |
|
|---|
| 1395 | ============ Checking for MNG support ============
|
|---|
| 1396 |
|
|---|
| 1397 | #include <libmng.h>
|
|---|
| 1398 | int main(void) {
|
|---|
| 1399 | const char * p_ver = mng_version_text();
|
|---|
| 1400 | return !p_ver || p_ver[0] == 0;
|
|---|
| 1401 | }
|
|---|
| 1402 |
|
|---|
| 1403 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lmng -lz -lm
|
|---|
| 1404 |
|
|---|
| 1405 |
|
|---|
| 1406 | Result is: yes
|
|---|
| 1407 | ##########################################
|
|---|
| 1408 |
|
|---|
| 1409 | ============ Checking for JPEG support ============
|
|---|
| 1410 |
|
|---|
| 1411 | #include <stdio.h>
|
|---|
| 1412 | #include <stdlib.h>
|
|---|
| 1413 | #include <setjmp.h>
|
|---|
| 1414 | #include <string.h>
|
|---|
| 1415 | #include <jpeglib.h>
|
|---|
| 1416 | int main(void) { return 0; }
|
|---|
| 1417 |
|
|---|
| 1418 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lmng -lz -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -ljpeg -lm
|
|---|
| 1419 |
|
|---|
| 1420 |
|
|---|
| 1421 | Result is: yes
|
|---|
| 1422 | ##########################################
|
|---|
| 1423 |
|
|---|
| 1424 | ============ Checking for PNM support ============
|
|---|
| 1425 | Result is: yes
|
|---|
| 1426 | ##########################################
|
|---|
| 1427 |
|
|---|
| 1428 | ============ Checking for GIF support ============
|
|---|
| 1429 | Result is: no
|
|---|
| 1430 | ##########################################
|
|---|
| 1431 |
|
|---|
| 1432 | ============ Checking for VESA support ============
|
|---|
| 1433 |
|
|---|
| 1434 | #include <vbe.h>
|
|---|
| 1435 | int main(void) { vbeVersion(); return 0; }
|
|---|
| 1436 |
|
|---|
| 1437 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lvbe -llrmi
|
|---|
| 1438 | /tmp/mplayer-conf-7665-15034.c:1:17: error: vbe.h: No such file or directory
|
|---|
| 1439 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 1440 | /tmp/mplayer-conf-7665-15034.c:2: warning: implicit declaration of function 'vbeVersion'
|
|---|
| 1441 |
|
|---|
| 1442 |
|
|---|
| 1443 | Result is: no
|
|---|
| 1444 | ##########################################
|
|---|
| 1445 |
|
|---|
| 1446 | ============ Checking for SDL ============
|
|---|
| 1447 | ./configure: line 5145: sdl-config: command not found
|
|---|
| 1448 | ./configure: line 5147: sdl11-config: command not found
|
|---|
| 1449 | Result is: no
|
|---|
| 1450 | ##########################################
|
|---|
| 1451 |
|
|---|
| 1452 | ============ Checking for DXR2 ============
|
|---|
| 1453 |
|
|---|
| 1454 | #include <dxr2ioctl.h>
|
|---|
| 1455 | int main(void) { return 0; }
|
|---|
| 1456 |
|
|---|
| 1457 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 1458 | /tmp/mplayer-conf-7665-15034.c:1:23: error: dxr2ioctl.h: No such file or directory
|
|---|
| 1459 |
|
|---|
| 1460 |
|
|---|
| 1461 |
|
|---|
| 1462 | #include <dxr2ioctl.h>
|
|---|
| 1463 | int main(void) { return 0; }
|
|---|
| 1464 |
|
|---|
| 1465 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -I/usr/local/include/dxr2
|
|---|
| 1466 | /tmp/mplayer-conf-7665-15034.c:1:23: error: dxr2ioctl.h: No such file or directory
|
|---|
| 1467 |
|
|---|
| 1468 |
|
|---|
| 1469 |
|
|---|
| 1470 | #include <dxr2ioctl.h>
|
|---|
| 1471 | int main(void) { return 0; }
|
|---|
| 1472 |
|
|---|
| 1473 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -I/usr/include/dxr2
|
|---|
| 1474 | /tmp/mplayer-conf-7665-15034.c:1:23: error: dxr2ioctl.h: No such file or directory
|
|---|
| 1475 |
|
|---|
| 1476 |
|
|---|
| 1477 | Result is: no
|
|---|
| 1478 | ##########################################
|
|---|
| 1479 |
|
|---|
| 1480 | ============ Checking for DXR3/H+ ============
|
|---|
| 1481 | Result is: no
|
|---|
| 1482 | ##########################################
|
|---|
| 1483 |
|
|---|
| 1484 | ============ Checking for IVTV TV-Out (pre linux-2.6.24) ============
|
|---|
| 1485 | Result is: no
|
|---|
| 1486 | ##########################################
|
|---|
| 1487 |
|
|---|
| 1488 | ============ Checking for V4L2 MPEG Decoder ============
|
|---|
| 1489 |
|
|---|
| 1490 | #include <stdlib.h>
|
|---|
| 1491 | #include <inttypes.h>
|
|---|
| 1492 | #include <linux/types.h>
|
|---|
| 1493 | #include <linux/videodev2.h>
|
|---|
| 1494 | #include <linux/version.h>
|
|---|
| 1495 | int main(void) {
|
|---|
| 1496 | #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22)
|
|---|
| 1497 | #error kernel headers too old, need 2.6.22
|
|---|
| 1498 | bad_kernel_version();
|
|---|
| 1499 | #endif
|
|---|
| 1500 | struct v4l2_ext_controls ctrls;
|
|---|
| 1501 | ctrls.ctrl_class = V4L2_CTRL_CLASS_MPEG;
|
|---|
| 1502 | return 0;
|
|---|
| 1503 | }
|
|---|
| 1504 |
|
|---|
| 1505 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 1506 |
|
|---|
| 1507 |
|
|---|
| 1508 | Result is: yes
|
|---|
| 1509 | ##########################################
|
|---|
| 1510 |
|
|---|
| 1511 | ============ Checking for OSS Audio ============
|
|---|
| 1512 | Result is: no
|
|---|
| 1513 | ##########################################
|
|---|
| 1514 |
|
|---|
| 1515 | ============ Checking for aRts ============
|
|---|
| 1516 | Result is: no
|
|---|
| 1517 | ##########################################
|
|---|
| 1518 |
|
|---|
| 1519 | ============ Checking for EsounD ============
|
|---|
| 1520 | Result is: no
|
|---|
| 1521 | ##########################################
|
|---|
| 1522 |
|
|---|
| 1523 | ============ Checking for NAS ============
|
|---|
| 1524 | Result is: no
|
|---|
| 1525 | ##########################################
|
|---|
| 1526 |
|
|---|
| 1527 | ============ Checking for pulse ============
|
|---|
| 1528 | Result is: no
|
|---|
| 1529 | ##########################################
|
|---|
| 1530 |
|
|---|
| 1531 | ============ Checking for JACK ============
|
|---|
| 1532 | Result is: no
|
|---|
| 1533 | ##########################################
|
|---|
| 1534 |
|
|---|
| 1535 | ============ Checking for OpenAL ============
|
|---|
| 1536 | Result is: no
|
|---|
| 1537 | ##########################################
|
|---|
| 1538 |
|
|---|
| 1539 | ============ Checking for ALSA audio ============
|
|---|
| 1540 |
|
|---|
| 1541 | #include <sys/time.h>
|
|---|
| 1542 | #include <sys/asoundlib.h>
|
|---|
| 1543 | #if !((SND_LIB_MAJOR == 0) && (SND_LIB_MINOR == 5))
|
|---|
| 1544 | #error "alsa version != 0.5.x"
|
|---|
| 1545 | #endif
|
|---|
| 1546 | int main(void) { return 0; }
|
|---|
| 1547 |
|
|---|
| 1548 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lasound -ldl -lpthread
|
|---|
| 1549 | In file included from /tmp/mplayer-conf-7665-15034.c:2:
|
|---|
| 1550 | /usr/include/sys/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead.
|
|---|
| 1551 | /tmp/mplayer-conf-7665-15034.c:4:2: error: #error "alsa version != 0.5.x"
|
|---|
| 1552 |
|
|---|
| 1553 |
|
|---|
| 1554 |
|
|---|
| 1555 | #include <sys/time.h>
|
|---|
| 1556 | #include <sys/asoundlib.h>
|
|---|
| 1557 | #if !((SND_LIB_MAJOR == 0) && (SND_LIB_MINOR == 9))
|
|---|
| 1558 | #error "alsa version != 0.9.x"
|
|---|
| 1559 | #endif
|
|---|
| 1560 | int main(void) { return 0; }
|
|---|
| 1561 |
|
|---|
| 1562 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lasound -ldl -lpthread
|
|---|
| 1563 | In file included from /tmp/mplayer-conf-7665-15034.c:2:
|
|---|
| 1564 | /usr/include/sys/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead.
|
|---|
| 1565 | /tmp/mplayer-conf-7665-15034.c:4:2: error: #error "alsa version != 0.9.x"
|
|---|
| 1566 |
|
|---|
| 1567 |
|
|---|
| 1568 |
|
|---|
| 1569 | #include <sys/time.h>
|
|---|
| 1570 | #include <alsa/asoundlib.h>
|
|---|
| 1571 | #if !((SND_LIB_MAJOR == 0) && (SND_LIB_MINOR == 9))
|
|---|
| 1572 | #error "alsa version != 0.9.x"
|
|---|
| 1573 | #endif
|
|---|
| 1574 | int main(void) { return 0; }
|
|---|
| 1575 |
|
|---|
| 1576 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lasound -ldl -lpthread
|
|---|
| 1577 | /tmp/mplayer-conf-7665-15034.c:4:2: error: #error "alsa version != 0.9.x"
|
|---|
| 1578 |
|
|---|
| 1579 |
|
|---|
| 1580 |
|
|---|
| 1581 | #include <sys/time.h>
|
|---|
| 1582 | #include <sys/asoundlib.h>
|
|---|
| 1583 | #if !((SND_LIB_MAJOR == 1) && (SND_LIB_MINOR == 0))
|
|---|
| 1584 | #error "alsa version != 1.0.x"
|
|---|
| 1585 | #endif
|
|---|
| 1586 | int main(void) { return 0; }
|
|---|
| 1587 |
|
|---|
| 1588 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lasound -ldl -lpthread
|
|---|
| 1589 | In file included from /tmp/mplayer-conf-7665-15034.c:2:
|
|---|
| 1590 | /usr/include/sys/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead.
|
|---|
| 1591 |
|
|---|
| 1592 |
|
|---|
| 1593 |
|
|---|
| 1594 | #include <sys/time.h>
|
|---|
| 1595 | #include <alsa/asoundlib.h>
|
|---|
| 1596 | #if !((SND_LIB_MAJOR == 1) && (SND_LIB_MINOR == 0))
|
|---|
| 1597 | #error "alsa version != 1.0.x"
|
|---|
| 1598 | #endif
|
|---|
| 1599 | int main(void) { return 0; }
|
|---|
| 1600 |
|
|---|
| 1601 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lasound -ldl -lpthread
|
|---|
| 1602 |
|
|---|
| 1603 |
|
|---|
| 1604 | Result is: yes (using alsa 1.0.x and alsa/asoundlib.h)
|
|---|
| 1605 | ##########################################
|
|---|
| 1606 |
|
|---|
| 1607 | ============ Checking for Sun audio ============
|
|---|
| 1608 |
|
|---|
| 1609 | #include <sys/types.h>
|
|---|
| 1610 | #include <sys/audioio.h>
|
|---|
| 1611 | int main(void) { audio_info_t info; AUDIO_INITINFO(&info); return 0; }
|
|---|
| 1612 |
|
|---|
| 1613 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 1614 | /tmp/mplayer-conf-7665-15034.c:2:25: error: sys/audioio.h: No such file or directory
|
|---|
| 1615 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 1616 | /tmp/mplayer-conf-7665-15034.c:3: error: 'audio_info_t' undeclared (first use in this function)
|
|---|
| 1617 | /tmp/mplayer-conf-7665-15034.c:3: error: (Each undeclared identifier is reported only once
|
|---|
| 1618 | /tmp/mplayer-conf-7665-15034.c:3: error: for each function it appears in.)
|
|---|
| 1619 | /tmp/mplayer-conf-7665-15034.c:3: error: expected ';' before 'info'
|
|---|
| 1620 | /tmp/mplayer-conf-7665-15034.c:3: warning: implicit declaration of function 'AUDIO_INITINFO'
|
|---|
| 1621 | /tmp/mplayer-conf-7665-15034.c:3: error: 'info' undeclared (first use in this function)
|
|---|
| 1622 |
|
|---|
| 1623 |
|
|---|
| 1624 | Result is: no
|
|---|
| 1625 | ##########################################
|
|---|
| 1626 |
|
|---|
| 1627 | ============ Checking for VCD support ============
|
|---|
| 1628 | Result is: yes
|
|---|
| 1629 | ##########################################
|
|---|
| 1630 |
|
|---|
| 1631 | ============ Checking for dvdread ============
|
|---|
| 1632 | Result is: yes (internal)
|
|---|
| 1633 | ##########################################
|
|---|
| 1634 |
|
|---|
| 1635 | ============ Checking for internal libdvdcss ============
|
|---|
| 1636 | Result is: yes
|
|---|
| 1637 | ##########################################
|
|---|
| 1638 |
|
|---|
| 1639 | ============ Checking for cdparanoia ============
|
|---|
| 1640 | Result is: no
|
|---|
| 1641 | ##########################################
|
|---|
| 1642 |
|
|---|
| 1643 | ============ Checking for libcdio ============
|
|---|
| 1644 |
|
|---|
| 1645 | #include <stdio.h>
|
|---|
| 1646 | #include <cdio/version.h>
|
|---|
| 1647 | #include <cdio/cdda.h>
|
|---|
| 1648 | #include <cdio/paranoia.h>
|
|---|
| 1649 | int main(void) {
|
|---|
| 1650 | void *test = cdda_verbose_set;
|
|---|
| 1651 | printf("%s\n", CDIO_VERSION);
|
|---|
| 1652 | return test == (void *)1;
|
|---|
| 1653 | }
|
|---|
| 1654 |
|
|---|
| 1655 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lcdio_cdda -lcdio -lcdio_paranoia -lm
|
|---|
| 1656 |
|
|---|
| 1657 |
|
|---|
| 1658 | Result is: yes
|
|---|
| 1659 | ##########################################
|
|---|
| 1660 |
|
|---|
| 1661 | ============ Checking for bitmap font support ============
|
|---|
| 1662 | Result is: yes
|
|---|
| 1663 | ##########################################
|
|---|
| 1664 |
|
|---|
| 1665 | ============ Checking for freetype >= 2.0.9 ============
|
|---|
| 1666 |
|
|---|
| 1667 | #include <stdio.h>
|
|---|
| 1668 | #include <ft2build.h>
|
|---|
| 1669 | #include FT_FREETYPE_H
|
|---|
| 1670 | #if ((FREETYPE_MAJOR < 2) || ((FREETYPE_MINOR == 0) && (FREETYPE_PATCH < 9)))
|
|---|
| 1671 | #error "Need FreeType 2.0.9 or newer"
|
|---|
| 1672 | #endif
|
|---|
| 1673 | int main(void) {
|
|---|
| 1674 | FT_Library library;
|
|---|
| 1675 | FT_Int major=-1,minor=-1,patch=-1;
|
|---|
| 1676 | int err=FT_Init_FreeType(&library);
|
|---|
| 1677 | if (err) {
|
|---|
| 1678 | printf("Couldn't initialize freetype2 lib, err code: %d\n",err);
|
|---|
| 1679 | exit(err);
|
|---|
| 1680 | }
|
|---|
| 1681 | FT_Library_Version(library,&major,&minor,&patch); // in v2.1.0+ only :(((
|
|---|
| 1682 | printf("freetype2 header version: %d.%d.%d library version: %d.%d.%d\n",
|
|---|
| 1683 | FREETYPE_MAJOR,FREETYPE_MINOR,FREETYPE_PATCH,
|
|---|
| 1684 | (int)major,(int)minor,(int)patch );
|
|---|
| 1685 | if (major!=FREETYPE_MAJOR || minor!=FREETYPE_MINOR) {
|
|---|
| 1686 | printf("Library and header version mismatch! Fix it in your distribution!\n");
|
|---|
| 1687 | exit(1);
|
|---|
| 1688 | }
|
|---|
| 1689 | return 0;
|
|---|
| 1690 | }
|
|---|
| 1691 |
|
|---|
| 1692 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -I/usr/include/freetype2 -lfreetype -lz
|
|---|
| 1693 |
|
|---|
| 1694 |
|
|---|
| 1695 | freetype2 header version: 2.3.9 library version: 2.3.9
|
|---|
| 1696 | Result is: yes
|
|---|
| 1697 | ##########################################
|
|---|
| 1698 |
|
|---|
| 1699 | ============ Checking for fontconfig ============
|
|---|
| 1700 |
|
|---|
| 1701 | #include <stdio.h>
|
|---|
| 1702 | #include <stdlib.h>
|
|---|
| 1703 | #include <fontconfig/fontconfig.h>
|
|---|
| 1704 | int main(void) {
|
|---|
| 1705 | int err = FcInit();
|
|---|
| 1706 | if (err == FcFalse) {
|
|---|
| 1707 | printf("Couldn't initialize fontconfig lib\n");
|
|---|
| 1708 | exit(err);
|
|---|
| 1709 | }
|
|---|
| 1710 | return 0;
|
|---|
| 1711 | }
|
|---|
| 1712 |
|
|---|
| 1713 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lfontconfig
|
|---|
| 1714 |
|
|---|
| 1715 |
|
|---|
| 1716 | Result is: yes
|
|---|
| 1717 | ##########################################
|
|---|
| 1718 |
|
|---|
| 1719 | ============ Checking for SSA/ASS support ============
|
|---|
| 1720 |
|
|---|
| 1721 | #include <ft2build.h>
|
|---|
| 1722 | #include FT_FREETYPE_H
|
|---|
| 1723 | #if ((FREETYPE_MAJOR < 2) || (FREETYPE_MINOR < 1) || ((FREETYPE_MINOR == 1) && (FREETYPE_PATCH < 8)))
|
|---|
| 1724 | #error "Need FreeType 2.1.8 or newer"
|
|---|
| 1725 | #endif
|
|---|
| 1726 | int main(void) { return 0; }
|
|---|
| 1727 |
|
|---|
| 1728 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -I/usr/include/freetype2 -lfreetype -lz
|
|---|
| 1729 |
|
|---|
| 1730 |
|
|---|
| 1731 | Result is: yes
|
|---|
| 1732 | ##########################################
|
|---|
| 1733 |
|
|---|
| 1734 | ============ Checking for fribidi with charsets ============
|
|---|
| 1735 | Result is: no
|
|---|
| 1736 | ##########################################
|
|---|
| 1737 |
|
|---|
| 1738 | ============ Checking for ENCA ============
|
|---|
| 1739 |
|
|---|
| 1740 | #include <sys/types.h>
|
|---|
| 1741 | #include <enca.h>
|
|---|
| 1742 | int main(void) {
|
|---|
| 1743 | const char **langs;
|
|---|
| 1744 | size_t langcnt;
|
|---|
| 1745 | langs = enca_get_languages(&langcnt);
|
|---|
| 1746 | return 0;
|
|---|
| 1747 | }
|
|---|
| 1748 |
|
|---|
| 1749 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lenca -lm
|
|---|
| 1750 |
|
|---|
| 1751 |
|
|---|
| 1752 | Result is: yes
|
|---|
| 1753 | ##########################################
|
|---|
| 1754 |
|
|---|
| 1755 | ============ Checking for zlib ============
|
|---|
| 1756 |
|
|---|
| 1757 | #include <zlib.h>
|
|---|
| 1758 | int main(void) { (void) inflate(0, Z_NO_FLUSH); return 0; }
|
|---|
| 1759 |
|
|---|
| 1760 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lz
|
|---|
| 1761 |
|
|---|
| 1762 |
|
|---|
| 1763 | Result is: yes
|
|---|
| 1764 | ##########################################
|
|---|
| 1765 |
|
|---|
| 1766 | ============ Checking for bzlib ============
|
|---|
| 1767 |
|
|---|
| 1768 | #include <bzlib.h>
|
|---|
| 1769 | int main(void) { BZ2_bzlibVersion(); return 0; }
|
|---|
| 1770 |
|
|---|
| 1771 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lbz2
|
|---|
| 1772 |
|
|---|
| 1773 |
|
|---|
| 1774 | Result is: yes
|
|---|
| 1775 | ##########################################
|
|---|
| 1776 |
|
|---|
| 1777 | ============ Checking for RTC ============
|
|---|
| 1778 |
|
|---|
| 1779 | #include <sys/ioctl.h>
|
|---|
| 1780 | #ifdef __linux__
|
|---|
| 1781 | #include <linux/rtc.h>
|
|---|
| 1782 | #else
|
|---|
| 1783 | #include <rtc.h>
|
|---|
| 1784 | #define RTC_PIE_ON RTCIO_PIE_ON
|
|---|
| 1785 | #endif
|
|---|
| 1786 | int main(void) { return RTC_PIE_ON; }
|
|---|
| 1787 |
|
|---|
| 1788 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 1789 |
|
|---|
| 1790 |
|
|---|
| 1791 | Result is: yes
|
|---|
| 1792 | ##########################################
|
|---|
| 1793 |
|
|---|
| 1794 | ============ Checking for liblzo2 support ============
|
|---|
| 1795 | Result is: no
|
|---|
| 1796 | ##########################################
|
|---|
| 1797 |
|
|---|
| 1798 | ============ Checking for mad support ============
|
|---|
| 1799 | Result is: no
|
|---|
| 1800 | ##########################################
|
|---|
| 1801 |
|
|---|
| 1802 | ============ Checking for Twolame ============
|
|---|
| 1803 |
|
|---|
| 1804 | #include <twolame.h>
|
|---|
| 1805 | int main(void) { twolame_init(); return 0; }
|
|---|
| 1806 |
|
|---|
| 1807 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -ltwolame -lm
|
|---|
| 1808 |
|
|---|
| 1809 |
|
|---|
| 1810 | Result is: yes
|
|---|
| 1811 | ##########################################
|
|---|
| 1812 |
|
|---|
| 1813 | ============ Checking for Toolame ============
|
|---|
| 1814 | Result is: no (disabled by twolame)
|
|---|
| 1815 | ##########################################
|
|---|
| 1816 |
|
|---|
| 1817 | ============ Checking for OggVorbis support ============
|
|---|
| 1818 | Result is: yes (internal Tremor)
|
|---|
| 1819 | ##########################################
|
|---|
| 1820 |
|
|---|
| 1821 | ============ Checking for libspeex (version >= 1.1 required) ============
|
|---|
| 1822 |
|
|---|
| 1823 | #include <speex/speex.h>
|
|---|
| 1824 | int main(void) { SpeexBits bits; void *dec; speex_decode_int(dec, &bits, dec); return 0; }
|
|---|
| 1825 |
|
|---|
| 1826 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -ltwolame -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lspeex -lm
|
|---|
| 1827 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 1828 | /tmp/mplayer-conf-7665-15034.c:2: warning: 'dec' is used uninitialized in this function
|
|---|
| 1829 |
|
|---|
| 1830 |
|
|---|
| 1831 | Result is: yes
|
|---|
| 1832 | ##########################################
|
|---|
| 1833 |
|
|---|
| 1834 | ============ Checking for OggTheora support ============
|
|---|
| 1835 |
|
|---|
| 1836 | #include <theora/theora.h>
|
|---|
| 1837 | #include <string.h>
|
|---|
| 1838 | int main(void) {
|
|---|
| 1839 | /* Theora is in flux, make sure that all interface routines and datatypes
|
|---|
| 1840 | * exist and work the way we expect it, so we don't break MPlayer. */
|
|---|
| 1841 | ogg_packet op;
|
|---|
| 1842 | theora_comment tc;
|
|---|
| 1843 | theora_info inf;
|
|---|
| 1844 | theora_state st;
|
|---|
| 1845 | yuv_buffer yuv;
|
|---|
| 1846 | int r;
|
|---|
| 1847 | double t;
|
|---|
| 1848 |
|
|---|
| 1849 | theora_info_init(&inf);
|
|---|
| 1850 | theora_comment_init(&tc);
|
|---|
| 1851 |
|
|---|
| 1852 | return 0;
|
|---|
| 1853 |
|
|---|
| 1854 | /* we don't want to execute this kind of nonsense; just for making sure
|
|---|
| 1855 | * that compilation works... */
|
|---|
| 1856 | memset(&op, 0, sizeof(op));
|
|---|
| 1857 | r = theora_decode_header(&inf, &tc, &op);
|
|---|
| 1858 | r = theora_decode_init(&st, &inf);
|
|---|
| 1859 | t = theora_granule_time(&st, op.granulepos);
|
|---|
| 1860 | r = theora_decode_packetin(&st, &op);
|
|---|
| 1861 | r = theora_decode_YUVout(&st, &yuv);
|
|---|
| 1862 | theora_clear(&st);
|
|---|
| 1863 |
|
|---|
| 1864 | return 0;
|
|---|
| 1865 | }
|
|---|
| 1866 |
|
|---|
| 1867 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -ltwolame -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -ltheora -logg
|
|---|
| 1868 |
|
|---|
| 1869 |
|
|---|
| 1870 | Result is: yes
|
|---|
| 1871 | ##########################################
|
|---|
| 1872 |
|
|---|
| 1873 | ============ Checking for internal mp3lib support ============
|
|---|
| 1874 | Result is: yes
|
|---|
| 1875 | ##########################################
|
|---|
| 1876 |
|
|---|
| 1877 | ============ Checking for liba52 support ============
|
|---|
| 1878 | Result is: yes (internal)
|
|---|
| 1879 | ##########################################
|
|---|
| 1880 |
|
|---|
| 1881 | ============ Checking for internal libmpeg2 support ============
|
|---|
| 1882 | Result is: yes
|
|---|
| 1883 | ##########################################
|
|---|
| 1884 |
|
|---|
| 1885 | ============ Checking for libdca support ============
|
|---|
| 1886 |
|
|---|
| 1887 | #include <inttypes.h>
|
|---|
| 1888 | #include <dts.h>
|
|---|
| 1889 | int main(void) { dts_init(0); return 0; }
|
|---|
| 1890 |
|
|---|
| 1891 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -ltwolame -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -ldts -lm
|
|---|
| 1892 |
|
|---|
| 1893 |
|
|---|
| 1894 | Result is: yes
|
|---|
| 1895 | ##########################################
|
|---|
| 1896 |
|
|---|
| 1897 | ============ Checking for libmpcdec (musepack, version >= 1.2.1 required) ============
|
|---|
| 1898 | Result is: no
|
|---|
| 1899 | ##########################################
|
|---|
| 1900 |
|
|---|
| 1901 | ============ Checking for FAAC support ============
|
|---|
| 1902 |
|
|---|
| 1903 | #include <inttypes.h>
|
|---|
| 1904 | #include <faac.h>
|
|---|
| 1905 | int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; }
|
|---|
| 1906 |
|
|---|
| 1907 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -ltwolame -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -O4 -lfaac -lm
|
|---|
| 1908 |
|
|---|
| 1909 |
|
|---|
| 1910 | Result is: yes (in libavcodec: yes)
|
|---|
| 1911 | ##########################################
|
|---|
| 1912 |
|
|---|
| 1913 | ============ Checking for FAAD2 support ============
|
|---|
| 1914 | Result is: yes (internal fixed-point)
|
|---|
| 1915 | ##########################################
|
|---|
| 1916 |
|
|---|
| 1917 | ============ Checking for LADSPA plugin support ============
|
|---|
| 1918 | Result is: no
|
|---|
| 1919 | ##########################################
|
|---|
| 1920 |
|
|---|
| 1921 | ============ Checking for libbs2b audio filter support ============
|
|---|
| 1922 |
|
|---|
| 1923 | #include <bs2b.h>
|
|---|
| 1924 | #if BS2B_VERSION_MAJOR < 3
|
|---|
| 1925 | #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 1926 | #endif
|
|---|
| 1927 | int main(void) {
|
|---|
| 1928 | t_bs2bdp filter;
|
|---|
| 1929 | filter=bs2b_open();
|
|---|
| 1930 | bs2b_close(filter);
|
|---|
| 1931 | return 0;
|
|---|
| 1932 | }
|
|---|
| 1933 |
|
|---|
| 1934 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lm -lbs2b
|
|---|
| 1935 | /tmp/mplayer-conf-7665-15034.c:1:18: error: bs2b.h: No such file or directory
|
|---|
| 1936 | /tmp/mplayer-conf-7665-15034.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
|
|---|
| 1937 | /tmp/mplayer-conf-7665-15034.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 1938 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 1939 | /tmp/mplayer-conf-7665-15034.c:6: error: 't_bs2bdp' undeclared (first use in this function)
|
|---|
| 1940 | /tmp/mplayer-conf-7665-15034.c:6: error: (Each undeclared identifier is reported only once
|
|---|
| 1941 | /tmp/mplayer-conf-7665-15034.c:6: error: for each function it appears in.)
|
|---|
| 1942 | /tmp/mplayer-conf-7665-15034.c:6: error: expected ';' before 'filter'
|
|---|
| 1943 | /tmp/mplayer-conf-7665-15034.c:7: error: 'filter' undeclared (first use in this function)
|
|---|
| 1944 | /tmp/mplayer-conf-7665-15034.c:7: warning: implicit declaration of function 'bs2b_open'
|
|---|
| 1945 | /tmp/mplayer-conf-7665-15034.c:8: warning: implicit declaration of function 'bs2b_close'
|
|---|
| 1946 |
|
|---|
| 1947 |
|
|---|
| 1948 |
|
|---|
| 1949 | #include <bs2b.h>
|
|---|
| 1950 | #if BS2B_VERSION_MAJOR < 3
|
|---|
| 1951 | #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 1952 | #endif
|
|---|
| 1953 | int main(void) {
|
|---|
| 1954 | t_bs2bdp filter;
|
|---|
| 1955 | filter=bs2b_open();
|
|---|
| 1956 | bs2b_close(filter);
|
|---|
| 1957 | return 0;
|
|---|
| 1958 | }
|
|---|
| 1959 |
|
|---|
| 1960 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -I/usr/include/bs2b -lm -lbs2b
|
|---|
| 1961 | /tmp/mplayer-conf-7665-15034.c:1:18: error: bs2b.h: No such file or directory
|
|---|
| 1962 | /tmp/mplayer-conf-7665-15034.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
|
|---|
| 1963 | /tmp/mplayer-conf-7665-15034.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 1964 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 1965 | /tmp/mplayer-conf-7665-15034.c:6: error: 't_bs2bdp' undeclared (first use in this function)
|
|---|
| 1966 | /tmp/mplayer-conf-7665-15034.c:6: error: (Each undeclared identifier is reported only once
|
|---|
| 1967 | /tmp/mplayer-conf-7665-15034.c:6: error: for each function it appears in.)
|
|---|
| 1968 | /tmp/mplayer-conf-7665-15034.c:6: error: expected ';' before 'filter'
|
|---|
| 1969 | /tmp/mplayer-conf-7665-15034.c:7: error: 'filter' undeclared (first use in this function)
|
|---|
| 1970 | /tmp/mplayer-conf-7665-15034.c:7: warning: implicit declaration of function 'bs2b_open'
|
|---|
| 1971 | /tmp/mplayer-conf-7665-15034.c:8: warning: implicit declaration of function 'bs2b_close'
|
|---|
| 1972 |
|
|---|
| 1973 |
|
|---|
| 1974 |
|
|---|
| 1975 | #include <bs2b.h>
|
|---|
| 1976 | #if BS2B_VERSION_MAJOR < 3
|
|---|
| 1977 | #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 1978 | #endif
|
|---|
| 1979 | int main(void) {
|
|---|
| 1980 | t_bs2bdp filter;
|
|---|
| 1981 | filter=bs2b_open();
|
|---|
| 1982 | bs2b_close(filter);
|
|---|
| 1983 | return 0;
|
|---|
| 1984 | }
|
|---|
| 1985 |
|
|---|
| 1986 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -I/usr/local/include -lm -lbs2b
|
|---|
| 1987 | /tmp/mplayer-conf-7665-15034.c:1:18: error: bs2b.h: No such file or directory
|
|---|
| 1988 | /tmp/mplayer-conf-7665-15034.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
|
|---|
| 1989 | /tmp/mplayer-conf-7665-15034.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 1990 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 1991 | /tmp/mplayer-conf-7665-15034.c:6: error: 't_bs2bdp' undeclared (first use in this function)
|
|---|
| 1992 | /tmp/mplayer-conf-7665-15034.c:6: error: (Each undeclared identifier is reported only once
|
|---|
| 1993 | /tmp/mplayer-conf-7665-15034.c:6: error: for each function it appears in.)
|
|---|
| 1994 | /tmp/mplayer-conf-7665-15034.c:6: error: expected ';' before 'filter'
|
|---|
| 1995 | /tmp/mplayer-conf-7665-15034.c:7: error: 'filter' undeclared (first use in this function)
|
|---|
| 1996 | /tmp/mplayer-conf-7665-15034.c:7: warning: implicit declaration of function 'bs2b_open'
|
|---|
| 1997 | /tmp/mplayer-conf-7665-15034.c:8: warning: implicit declaration of function 'bs2b_close'
|
|---|
| 1998 |
|
|---|
| 1999 |
|
|---|
| 2000 |
|
|---|
| 2001 | #include <bs2b.h>
|
|---|
| 2002 | #if BS2B_VERSION_MAJOR < 3
|
|---|
| 2003 | #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 2004 | #endif
|
|---|
| 2005 | int main(void) {
|
|---|
| 2006 | t_bs2bdp filter;
|
|---|
| 2007 | filter=bs2b_open();
|
|---|
| 2008 | bs2b_close(filter);
|
|---|
| 2009 | return 0;
|
|---|
| 2010 | }
|
|---|
| 2011 |
|
|---|
| 2012 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -I/usr/local/include/bs2b -lm -lbs2b
|
|---|
| 2013 | /tmp/mplayer-conf-7665-15034.c:1:18: error: bs2b.h: No such file or directory
|
|---|
| 2014 | /tmp/mplayer-conf-7665-15034.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
|
|---|
| 2015 | /tmp/mplayer-conf-7665-15034.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
|
|---|
| 2016 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 2017 | /tmp/mplayer-conf-7665-15034.c:6: error: 't_bs2bdp' undeclared (first use in this function)
|
|---|
| 2018 | /tmp/mplayer-conf-7665-15034.c:6: error: (Each undeclared identifier is reported only once
|
|---|
| 2019 | /tmp/mplayer-conf-7665-15034.c:6: error: for each function it appears in.)
|
|---|
| 2020 | /tmp/mplayer-conf-7665-15034.c:6: error: expected ';' before 'filter'
|
|---|
| 2021 | /tmp/mplayer-conf-7665-15034.c:7: error: 'filter' undeclared (first use in this function)
|
|---|
| 2022 | /tmp/mplayer-conf-7665-15034.c:7: warning: implicit declaration of function 'bs2b_open'
|
|---|
| 2023 | /tmp/mplayer-conf-7665-15034.c:8: warning: implicit declaration of function 'bs2b_close'
|
|---|
| 2024 |
|
|---|
| 2025 |
|
|---|
| 2026 | Result is: no
|
|---|
| 2027 | ##########################################
|
|---|
| 2028 |
|
|---|
| 2029 | ============ Checking for Win32 codecs ============
|
|---|
| 2030 | Result is: no
|
|---|
| 2031 | ##########################################
|
|---|
| 2032 |
|
|---|
| 2033 | ============ Checking for XAnim codecs ============
|
|---|
| 2034 | Result is: no
|
|---|
| 2035 | ##########################################
|
|---|
| 2036 |
|
|---|
| 2037 | ============ Checking for RealPlayer codecs ============
|
|---|
| 2038 | Result is: yes (using /usr/lib64/codecs)
|
|---|
| 2039 | ##########################################
|
|---|
| 2040 |
|
|---|
| 2041 | ============ Checking for QuickTime codecs ============
|
|---|
| 2042 | Result is: auto
|
|---|
| 2043 | ##########################################
|
|---|
| 2044 |
|
|---|
| 2045 | ============ Checking for Nemesi Streaming Media libraries ============
|
|---|
| 2046 | Result is: no
|
|---|
| 2047 | ##########################################
|
|---|
| 2048 |
|
|---|
| 2049 | ============ Checking for LIVE555 Streaming Media libraries ============
|
|---|
| 2050 |
|
|---|
| 2051 | #include <liveMedia.hh>
|
|---|
| 2052 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2053 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2054 | #endif
|
|---|
| 2055 | int main(void) { return 0; }
|
|---|
| 2056 |
|
|---|
| 2057 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -Ilibdvdread4/liveMedia/include -Ilibdvdread4/UsageEnvironment/include -Ilibdvdread4/groupsock/include -lstdc++
|
|---|
| 2058 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2059 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2060 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2061 | /tmp/mplayer-conf-28464-15034.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 2062 | /tmp/mplayer-conf-28464-15034.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
|
|---|
| 2063 | /tmp/mplayer-conf-28464-15034.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2064 |
|
|---|
| 2065 |
|
|---|
| 2066 |
|
|---|
| 2067 | #include <liveMedia.hh>
|
|---|
| 2068 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2069 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2070 | #endif
|
|---|
| 2071 | int main(void) { return 0; }
|
|---|
| 2072 |
|
|---|
| 2073 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -I./liveMedia/include -I./UsageEnvironment/include -I./groupsock/include -lstdc++
|
|---|
| 2074 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2075 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2076 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2077 | /tmp/mplayer-conf-28464-15034.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 2078 | /tmp/mplayer-conf-28464-15034.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
|
|---|
| 2079 | /tmp/mplayer-conf-28464-15034.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2080 |
|
|---|
| 2081 |
|
|---|
| 2082 |
|
|---|
| 2083 | #include <liveMedia.hh>
|
|---|
| 2084 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2085 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2086 | #endif
|
|---|
| 2087 | int main(void) { return 0; }
|
|---|
| 2088 |
|
|---|
| 2089 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -march=k8/liveMedia/include -march=k8/UsageEnvironment/include -march=k8/groupsock/include -lstdc++
|
|---|
| 2090 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2091 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2092 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2093 | /tmp/mplayer-conf-28464-15034.cpp:1: error: bad value (k8/groupsock/include) for -march= switch
|
|---|
| 2094 |
|
|---|
| 2095 |
|
|---|
| 2096 |
|
|---|
| 2097 | #include <liveMedia.hh>
|
|---|
| 2098 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2099 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2100 | #endif
|
|---|
| 2101 | int main(void) { return 0; }
|
|---|
| 2102 |
|
|---|
| 2103 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -O2/liveMedia/include -O2/UsageEnvironment/include -O2/groupsock/include -lstdc++
|
|---|
| 2104 | cc1plus: error: invalid option argument '-O2/liveMedia/include'
|
|---|
| 2105 | cc1plus: error: invalid option argument '-O2/UsageEnvironment/include'
|
|---|
| 2106 | cc1plus: error: invalid option argument '-O2/groupsock/include'
|
|---|
| 2107 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2108 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2109 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2110 |
|
|---|
| 2111 |
|
|---|
| 2112 |
|
|---|
| 2113 | #include <liveMedia.hh>
|
|---|
| 2114 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2115 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2116 | #endif
|
|---|
| 2117 | int main(void) { return 0; }
|
|---|
| 2118 |
|
|---|
| 2119 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -pipe/liveMedia/include -pipe/UsageEnvironment/include -pipe/groupsock/include -lstdc++
|
|---|
| 2120 | x86_64-pc-linux-gnu-gcc: unrecognized option '-pipe/liveMedia/include'
|
|---|
| 2121 | x86_64-pc-linux-gnu-gcc: unrecognized option '-pipe/UsageEnvironment/include'
|
|---|
| 2122 | x86_64-pc-linux-gnu-gcc: unrecognized option '-pipe/groupsock/include'
|
|---|
| 2123 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2124 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2125 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2126 | /tmp/mplayer-conf-28464-15034.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 2127 | /tmp/mplayer-conf-28464-15034.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
|
|---|
| 2128 | /tmp/mplayer-conf-28464-15034.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2129 |
|
|---|
| 2130 |
|
|---|
| 2131 |
|
|---|
| 2132 | #include <liveMedia.hh>
|
|---|
| 2133 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2134 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2135 | #endif
|
|---|
| 2136 | int main(void) { return 0; }
|
|---|
| 2137 |
|
|---|
| 2138 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -ggdb/liveMedia/include -ggdb/UsageEnvironment/include -ggdb/groupsock/include -lstdc++
|
|---|
| 2139 | cc1plus: error: unrecognised debug output level "/liveMedia/include"
|
|---|
| 2140 | cc1plus: error: unrecognised debug output level "/UsageEnvironment/include"
|
|---|
| 2141 | cc1plus: error: unrecognised debug output level "/groupsock/include"
|
|---|
| 2142 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2143 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2144 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2145 |
|
|---|
| 2146 |
|
|---|
| 2147 |
|
|---|
| 2148 | #include <liveMedia.hh>
|
|---|
| 2149 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2150 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2151 | #endif
|
|---|
| 2152 | int main(void) { return 0; }
|
|---|
| 2153 |
|
|---|
| 2154 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -D__STDC_LIMIT_MACROS/liveMedia/include -D__STDC_LIMIT_MACROS/UsageEnvironment/include -D__STDC_LIMIT_MACROS/groupsock/include -lstdc++
|
|---|
| 2155 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2156 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2157 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2158 | <command-line>: warning: missing whitespace after the macro name
|
|---|
| 2159 | <command-line>: warning: "__STDC_LIMIT_MACROS" redefined
|
|---|
| 2160 | <command-line>: warning: this is the location of the previous definition
|
|---|
| 2161 | <command-line>: warning: missing whitespace after the macro name
|
|---|
| 2162 | <command-line>: warning: "__STDC_LIMIT_MACROS" redefined
|
|---|
| 2163 | <command-line>: warning: this is the location of the previous definition
|
|---|
| 2164 | <command-line>: warning: missing whitespace after the macro name
|
|---|
| 2165 | <command-line>: warning: "__STDC_LIMIT_MACROS" redefined
|
|---|
| 2166 | <command-line>: warning: this is the location of the previous definition
|
|---|
| 2167 | /tmp/mplayer-conf-28464-15034.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 2168 | /tmp/mplayer-conf-28464-15034.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
|
|---|
| 2169 | /tmp/mplayer-conf-28464-15034.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2170 |
|
|---|
| 2171 |
|
|---|
| 2172 |
|
|---|
| 2173 | #include <liveMedia.hh>
|
|---|
| 2174 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2175 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2176 | #endif
|
|---|
| 2177 | int main(void) { return 0; }
|
|---|
| 2178 |
|
|---|
| 2179 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -D_REENTRANT/liveMedia/include -D_REENTRANT/UsageEnvironment/include -D_REENTRANT/groupsock/include -lstdc++
|
|---|
| 2180 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2181 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2182 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2183 | <command-line>: warning: missing whitespace after the macro name
|
|---|
| 2184 | <command-line>: warning: "_REENTRANT" redefined
|
|---|
| 2185 | <command-line>: warning: this is the location of the previous definition
|
|---|
| 2186 | <command-line>: warning: missing whitespace after the macro name
|
|---|
| 2187 | <command-line>: warning: "_REENTRANT" redefined
|
|---|
| 2188 | <command-line>: warning: this is the location of the previous definition
|
|---|
| 2189 | <command-line>: warning: missing whitespace after the macro name
|
|---|
| 2190 | <command-line>: warning: "_REENTRANT" redefined
|
|---|
| 2191 | <command-line>: warning: this is the location of the previous definition
|
|---|
| 2192 | /tmp/mplayer-conf-28464-15034.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 2193 | /tmp/mplayer-conf-28464-15034.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
|
|---|
| 2194 | /tmp/mplayer-conf-28464-15034.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2195 |
|
|---|
| 2196 |
|
|---|
| 2197 |
|
|---|
| 2198 | #include <liveMedia.hh>
|
|---|
| 2199 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2200 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2201 | #endif
|
|---|
| 2202 | int main(void) { return 0; }
|
|---|
| 2203 |
|
|---|
| 2204 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -I/usr/include/freetype2/liveMedia/include -I/usr/include/freetype2/UsageEnvironment/include -I/usr/include/freetype2/groupsock/include -lstdc++
|
|---|
| 2205 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2206 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2207 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2208 | /tmp/mplayer-conf-28464-15034.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 2209 | /tmp/mplayer-conf-28464-15034.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
|
|---|
| 2210 | /tmp/mplayer-conf-28464-15034.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2211 |
|
|---|
| 2212 |
|
|---|
| 2213 |
|
|---|
| 2214 | #include <liveMedia.hh>
|
|---|
| 2215 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2216 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2217 | #endif
|
|---|
| 2218 | int main(void) { return 0; }
|
|---|
| 2219 |
|
|---|
| 2220 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -I/usr/lib64/live/liveMedia/include -I/usr/lib64/live/UsageEnvironment/include -I/usr/lib64/live/groupsock/include -lstdc++
|
|---|
| 2221 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2222 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2223 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2224 | /tmp/mplayer-conf-28464-15034.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 2225 | /tmp/mplayer-conf-28464-15034.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
|
|---|
| 2226 | /tmp/mplayer-conf-28464-15034.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2227 |
|
|---|
| 2228 |
|
|---|
| 2229 |
|
|---|
| 2230 | #include <liveMedia.hh>
|
|---|
| 2231 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2232 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2233 | #endif
|
|---|
| 2234 | int main(void) { return 0; }
|
|---|
| 2235 |
|
|---|
| 2236 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -I/usr/lib/live/liveMedia/include -I/usr/lib/live/UsageEnvironment/include -I/usr/lib/live/groupsock/include -lstdc++
|
|---|
| 2237 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2238 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2239 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2240 | /tmp/mplayer-conf-28464-15034.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 2241 | /tmp/mplayer-conf-28464-15034.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
|
|---|
| 2242 | /tmp/mplayer-conf-28464-15034.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2243 |
|
|---|
| 2244 |
|
|---|
| 2245 |
|
|---|
| 2246 | #include <liveMedia.hh>
|
|---|
| 2247 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2248 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2249 | #endif
|
|---|
| 2250 | int main(void) { return 0; }
|
|---|
| 2251 |
|
|---|
| 2252 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -I/usr/lib64/live/liveMedia/include -I/usr/lib64/live/UsageEnvironment/include -I/usr/lib64/live/groupsock/include -lstdc++
|
|---|
| 2253 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2254 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2255 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2256 | /tmp/mplayer-conf-28464-15034.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 2257 | /tmp/mplayer-conf-28464-15034.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
|
|---|
| 2258 | /tmp/mplayer-conf-28464-15034.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2259 |
|
|---|
| 2260 |
|
|---|
| 2261 |
|
|---|
| 2262 | #include <liveMedia.hh>
|
|---|
| 2263 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2264 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2265 | #endif
|
|---|
| 2266 | int main(void) { return 0; }
|
|---|
| 2267 |
|
|---|
| 2268 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -I/usr/local/live/liveMedia/include -I/usr/local/live/UsageEnvironment/include -I/usr/local/live/groupsock/include -lstdc++
|
|---|
| 2269 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2270 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2271 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2272 | /tmp/mplayer-conf-28464-15034.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 2273 | /tmp/mplayer-conf-28464-15034.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
|
|---|
| 2274 | /tmp/mplayer-conf-28464-15034.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2275 |
|
|---|
| 2276 |
|
|---|
| 2277 |
|
|---|
| 2278 | #include <liveMedia.hh>
|
|---|
| 2279 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2280 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2281 | #endif
|
|---|
| 2282 | int main(void) { return 0; }
|
|---|
| 2283 |
|
|---|
| 2284 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -I/usr/local/lib/live/liveMedia/include -I/usr/local/lib/live/UsageEnvironment/include -I/usr/local/lib/live/groupsock/include -lstdc++
|
|---|
| 2285 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2286 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2287 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2288 | /tmp/mplayer-conf-28464-15034.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 2289 | /tmp/mplayer-conf-28464-15034.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
|
|---|
| 2290 | /tmp/mplayer-conf-28464-15034.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2291 |
|
|---|
| 2292 |
|
|---|
| 2293 |
|
|---|
| 2294 | #include <liveMedia.hh>
|
|---|
| 2295 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 2296 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 2297 | #endif
|
|---|
| 2298 | int main(void) { return 0; }
|
|---|
| 2299 |
|
|---|
| 2300 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-28464-15034.cpp -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/groupsock -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -lstdc++
|
|---|
| 2301 | cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
|
|---|
| 2302 | cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
|
|---|
| 2303 | cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
|
|---|
| 2304 |
|
|---|
| 2305 |
|
|---|
| 2306 | Result is: yes (using distribution version)
|
|---|
| 2307 | ##########################################
|
|---|
| 2308 |
|
|---|
| 2309 | ============ Checking for FFmpeg libavutil ============
|
|---|
| 2310 | Result is: yes (static)
|
|---|
| 2311 | ##########################################
|
|---|
| 2312 |
|
|---|
| 2313 | ============ Checking for FFmpeg libavcodec ============
|
|---|
| 2314 | Result is: yes (static)
|
|---|
| 2315 | ##########################################
|
|---|
| 2316 |
|
|---|
| 2317 | ============ Checking for FFmpeg libavformat ============
|
|---|
| 2318 | Result is: yes (static)
|
|---|
| 2319 | ##########################################
|
|---|
| 2320 |
|
|---|
| 2321 | ============ Checking for FFmpeg libpostproc ============
|
|---|
| 2322 | Result is: yes (static)
|
|---|
| 2323 | ##########################################
|
|---|
| 2324 |
|
|---|
| 2325 | ============ Checking for FFmpeg libswscale ============
|
|---|
| 2326 | Result is: yes (static)
|
|---|
| 2327 | ##########################################
|
|---|
| 2328 |
|
|---|
| 2329 | ============ Checking for libopencore_amr narrowband ============
|
|---|
| 2330 | Result is: no
|
|---|
| 2331 | ##########################################
|
|---|
| 2332 |
|
|---|
| 2333 | ============ Checking for libopencore_amr wideband ============
|
|---|
| 2334 | Result is: no
|
|---|
| 2335 | ##########################################
|
|---|
| 2336 |
|
|---|
| 2337 | ============ Checking for libdv-0.9.5+ ============
|
|---|
| 2338 |
|
|---|
| 2339 | #include <libdv/dv.h>
|
|---|
| 2340 | int main(void) { dv_encoder_t* enc=dv_encoder_new(1,1,1); return 0; }
|
|---|
| 2341 |
|
|---|
| 2342 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -ldv -lpthread -lm
|
|---|
| 2343 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 2344 | /tmp/mplayer-conf-7665-15034.c:2: warning: unused variable 'enc'
|
|---|
| 2345 |
|
|---|
| 2346 |
|
|---|
| 2347 | Result is: yes
|
|---|
| 2348 | ##########################################
|
|---|
| 2349 |
|
|---|
| 2350 | ============ Checking for Xvid ============
|
|---|
| 2351 |
|
|---|
| 2352 | #include <xvid.h>
|
|---|
| 2353 | int main(void) { xvid_global(0, 0, 0, 0); return 0; }
|
|---|
| 2354 |
|
|---|
| 2355 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lxvidcore -lm
|
|---|
| 2356 |
|
|---|
| 2357 |
|
|---|
| 2358 | Result is: yes
|
|---|
| 2359 | ##########################################
|
|---|
| 2360 |
|
|---|
| 2361 | ============ Checking for Xvid two pass plugin ============
|
|---|
| 2362 |
|
|---|
| 2363 | #include <xvid.h>
|
|---|
| 2364 | int main(void) { xvid_plugin_2pass2_t s; s.vbv_size=0; return 0; }
|
|---|
| 2365 |
|
|---|
| 2366 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 2367 |
|
|---|
| 2368 |
|
|---|
| 2369 | Result is: yes
|
|---|
| 2370 | ##########################################
|
|---|
| 2371 |
|
|---|
| 2372 | ============ Checking for x264 ============
|
|---|
| 2373 |
|
|---|
| 2374 | #include <inttypes.h>
|
|---|
| 2375 | #include <x264.h>
|
|---|
| 2376 | #if X264_BUILD < 76
|
|---|
| 2377 | #error We do not support old versions of x264. Get the latest from git.
|
|---|
| 2378 | #endif
|
|---|
| 2379 | int main(void) { x264_encoder_open((void*)0); return 0; }
|
|---|
| 2380 |
|
|---|
| 2381 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lx264 -lpthread
|
|---|
| 2382 | /tmp/mplayer-conf-7665-15034.c:4:2: error: #error We do not support old versions of x264. Get the latest from git.
|
|---|
| 2383 |
|
|---|
| 2384 |
|
|---|
| 2385 |
|
|---|
| 2386 | #include <inttypes.h>
|
|---|
| 2387 | #include <x264.h>
|
|---|
| 2388 | #if X264_BUILD < 76
|
|---|
| 2389 | #error We do not support old versions of x264. Get the latest from git.
|
|---|
| 2390 | #endif
|
|---|
| 2391 | int main(void) { x264_encoder_open((void*)0); return 0; }
|
|---|
| 2392 |
|
|---|
| 2393 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lx264 -lpthread -lm
|
|---|
| 2394 | /tmp/mplayer-conf-7665-15034.c:4:2: error: #error We do not support old versions of x264. Get the latest from git.
|
|---|
| 2395 |
|
|---|
| 2396 |
|
|---|
| 2397 | Result is: no (in libavcodec: no)
|
|---|
| 2398 | ##########################################
|
|---|
| 2399 |
|
|---|
| 2400 | ============ Checking for libdirac ============
|
|---|
| 2401 |
|
|---|
| 2402 | #include <libdirac_encoder/dirac_encoder.h>
|
|---|
| 2403 | #include <libdirac_decoder/dirac_parser.h>
|
|---|
| 2404 | int main(void)
|
|---|
| 2405 | {
|
|---|
| 2406 | dirac_encoder_context_t enc_ctx;
|
|---|
| 2407 | dirac_decoder_t *dec_handle;
|
|---|
| 2408 | dirac_encoder_context_init(&enc_ctx, VIDEO_FORMAT_SD_576I50);
|
|---|
| 2409 | dec_handle = dirac_decoder_init(0);
|
|---|
| 2410 | if (dec_handle)
|
|---|
| 2411 | dirac_decoder_close(dec_handle);
|
|---|
| 2412 | return 0;
|
|---|
| 2413 | }
|
|---|
| 2414 |
|
|---|
| 2415 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -I/usr/include/dirac -ldirac_encoder -ldirac_decoder -lstdc++
|
|---|
| 2416 |
|
|---|
| 2417 |
|
|---|
| 2418 | Result is: yes
|
|---|
| 2419 | ##########################################
|
|---|
| 2420 |
|
|---|
| 2421 | ============ Checking for libschroedinger ============
|
|---|
| 2422 |
|
|---|
| 2423 | #include <schroedinger/schro.h>
|
|---|
| 2424 | int main(void) { schro_init(); return 0; }
|
|---|
| 2425 |
|
|---|
| 2426 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/dirac -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -ldirac_encoder -ldirac_decoder -lstdc++ -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -I/usr/include/schroedinger-1.0 -I/usr/include/liboil-0.3 -lschroedinger-1.0 -lpthread -loil-0.3 -lm -lrt
|
|---|
| 2427 |
|
|---|
| 2428 |
|
|---|
| 2429 | Result is: yes
|
|---|
| 2430 | ##########################################
|
|---|
| 2431 |
|
|---|
| 2432 | ============ Checking for libnut ============
|
|---|
| 2433 | Result is: no
|
|---|
| 2434 | ##########################################
|
|---|
| 2435 |
|
|---|
| 2436 | ============ Checking for zr ============
|
|---|
| 2437 | Result is: no
|
|---|
| 2438 | ##########################################
|
|---|
| 2439 |
|
|---|
| 2440 | ============ Checking for mencoder ============
|
|---|
| 2441 | Result is: no
|
|---|
| 2442 | ##########################################
|
|---|
| 2443 |
|
|---|
| 2444 | ============ Checking for UnRAR executable ============
|
|---|
| 2445 | Result is: yes
|
|---|
| 2446 | ##########################################
|
|---|
| 2447 |
|
|---|
| 2448 | ============ Checking for TV interface ============
|
|---|
| 2449 | Result is: yes
|
|---|
| 2450 | ##########################################
|
|---|
| 2451 |
|
|---|
| 2452 | ============ Checking for DirectShow TV interface ============
|
|---|
| 2453 | Result is: no
|
|---|
| 2454 | ##########################################
|
|---|
| 2455 |
|
|---|
| 2456 | ============ Checking for Video 4 Linux TV interface ============
|
|---|
| 2457 |
|
|---|
| 2458 | #include <stdlib.h>
|
|---|
| 2459 | #include <linux/videodev.h>
|
|---|
| 2460 | int main(void) { return 0; }
|
|---|
| 2461 |
|
|---|
| 2462 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/dirac -I/usr/include/schroedinger-1.0 -I/usr/include/liboil-0.3 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -ldirac_encoder -ldirac_decoder -lstdc++ -lschroedinger-1.0 -lpthread -loil-0.3 -lm -lrt -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 2463 |
|
|---|
| 2464 |
|
|---|
| 2465 | Result is: yes
|
|---|
| 2466 | ##########################################
|
|---|
| 2467 |
|
|---|
| 2468 | ============ Checking for Video 4 Linux 2 TV interface ============
|
|---|
| 2469 |
|
|---|
| 2470 | #include <stdlib.h>
|
|---|
| 2471 | #include <linux/types.h>
|
|---|
| 2472 | #include <linux/videodev2.h>
|
|---|
| 2473 | int main(void) { return 0; }
|
|---|
| 2474 |
|
|---|
| 2475 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/dirac -I/usr/include/schroedinger-1.0 -I/usr/include/liboil-0.3 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -ldirac_encoder -ldirac_decoder -lstdc++ -lschroedinger-1.0 -lpthread -loil-0.3 -lm -lrt -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c
|
|---|
| 2476 |
|
|---|
| 2477 |
|
|---|
| 2478 | Result is: yes
|
|---|
| 2479 | ##########################################
|
|---|
| 2480 |
|
|---|
| 2481 | ============ Checking for TV teletext interface ============
|
|---|
| 2482 | Result is: no
|
|---|
| 2483 | ##########################################
|
|---|
| 2484 |
|
|---|
| 2485 | ============ Checking for Radio interface ============
|
|---|
| 2486 | Result is: no
|
|---|
| 2487 | ##########################################
|
|---|
| 2488 |
|
|---|
| 2489 | ============ Checking for Capture for Radio interface ============
|
|---|
| 2490 | Result is: no
|
|---|
| 2491 | ##########################################
|
|---|
| 2492 |
|
|---|
| 2493 | ============ Checking for Video 4 Linux 2 Radio interface ============
|
|---|
| 2494 | Result is: no
|
|---|
| 2495 | ##########################################
|
|---|
| 2496 |
|
|---|
| 2497 | ============ Checking for Video 4 Linux Radio interface ============
|
|---|
| 2498 | Result is: no
|
|---|
| 2499 | ##########################################
|
|---|
| 2500 |
|
|---|
| 2501 | ============ Checking for Video 4 Linux 2 MPEG PVR interface ============
|
|---|
| 2502 | Result is: no
|
|---|
| 2503 | ##########################################
|
|---|
| 2504 |
|
|---|
| 2505 | ============ Checking for ftp ============
|
|---|
| 2506 | Result is: no
|
|---|
| 2507 | ##########################################
|
|---|
| 2508 |
|
|---|
| 2509 | ============ Checking for vstream client ============
|
|---|
| 2510 |
|
|---|
| 2511 | #include <vstream-client.h>
|
|---|
| 2512 | void vstream_error(const char *format, ... ) {}
|
|---|
| 2513 | int main(void) { vstream_start(); return 0; }
|
|---|
| 2514 |
|
|---|
| 2515 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/dirac -I/usr/include/schroedinger-1.0 -I/usr/include/liboil-0.3 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -ldirac_encoder -ldirac_decoder -lstdc++ -lschroedinger-1.0 -lpthread -loil-0.3 -lm -lrt -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -lvstream-client
|
|---|
| 2516 | /tmp/mplayer-conf-7665-15034.c:1:28: error: vstream-client.h: No such file or directory
|
|---|
| 2517 | /tmp/mplayer-conf-7665-15034.c: In function 'main':
|
|---|
| 2518 | /tmp/mplayer-conf-7665-15034.c:3: warning: implicit declaration of function 'vstream_start'
|
|---|
| 2519 |
|
|---|
| 2520 |
|
|---|
| 2521 | Result is: no
|
|---|
| 2522 | ##########################################
|
|---|
| 2523 |
|
|---|
| 2524 | ============ Checking for OSD menu ============
|
|---|
| 2525 | Result is: yes
|
|---|
| 2526 | ##########################################
|
|---|
| 2527 |
|
|---|
| 2528 | ============ Checking for Subtitles sorting ============
|
|---|
| 2529 | Result is: yes
|
|---|
| 2530 | ##########################################
|
|---|
| 2531 |
|
|---|
| 2532 | ============ Checking for XMMS inputplugin support ============
|
|---|
| 2533 | Result is: no
|
|---|
| 2534 | ##########################################
|
|---|
| 2535 |
|
|---|
| 2536 | ============ Checking for GUI ============
|
|---|
| 2537 | ============ Checking for automatic gdb attach ============
|
|---|
| 2538 | Result is: no
|
|---|
| 2539 | ##########################################
|
|---|
| 2540 |
|
|---|
| 2541 | ============ Checking for compiler support for noexecstack ============
|
|---|
| 2542 |
|
|---|
| 2543 | int main(void) { return 0; }
|
|---|
| 2544 |
|
|---|
| 2545 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/dirac -I/usr/include/schroedinger-1.0 -I/usr/include/liboil-0.3 -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -ldirac_encoder -ldirac_decoder -lstdc++ -lschroedinger-1.0 -lpthread -loil-0.3 -lm -lrt -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -Wl,-z,noexecstack
|
|---|
| 2546 |
|
|---|
| 2547 |
|
|---|
| 2548 | Result is: yes
|
|---|
| 2549 | ##########################################
|
|---|
| 2550 |
|
|---|
| 2551 | ============ Checking for joystick ============
|
|---|
| 2552 | Result is: no
|
|---|
| 2553 | ##########################################
|
|---|
| 2554 |
|
|---|
| 2555 | ============ Checking for lirc ============
|
|---|
| 2556 |
|
|---|
| 2557 | #include <lirc/lirc_client.h>
|
|---|
| 2558 | int main(void) { return 0; }
|
|---|
| 2559 |
|
|---|
| 2560 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/dirac -I/usr/include/schroedinger-1.0 -I/usr/include/liboil-0.3 -Wl,-z,noexecstack -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -ldirac_encoder -ldirac_decoder -lstdc++ -lschroedinger-1.0 -lpthread -loil-0.3 -lm -lrt -lpthread -ldl -rdynamic -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -llirc_client
|
|---|
| 2561 |
|
|---|
| 2562 |
|
|---|
| 2563 | Result is: yes
|
|---|
| 2564 | ##########################################
|
|---|
| 2565 |
|
|---|
| 2566 | ============ Checking for lircc ============
|
|---|
| 2567 |
|
|---|
| 2568 | #include <lirc/lircc.h>
|
|---|
| 2569 | int main(void) { return 0; }
|
|---|
| 2570 |
|
|---|
| 2571 | x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -march=k8 -O2 -pipe -ggdb -D__STDC_LIMIT_MACROS -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/dirac -I/usr/include/schroedinger-1.0 -I/usr/include/liboil-0.3 -Wl,-z,noexecstack -ffast-math -lncurses -lpng -lz -lmng -lz -ljpeg -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lz -lfontconfig -lenca -lz -lbz2 -lspeex -ltheora -logg -ldts -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -ldirac_encoder -ldirac_decoder -lstdc++ -lschroedinger-1.0 -lpthread -loil-0.3 -lm -lrt -lpthread -ldl -rdynamic -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXxf86vm -lGL -ldl -lfaac -llirc_client -ltwolame -lfaac -o /tmp/mplayer-conf-28310-15034 /tmp/mplayer-conf-7665-15034.c -llircc
|
|---|
| 2572 | /tmp/mplayer-conf-7665-15034.c:1:24: error: lirc/lircc.h: No such file or directory
|
|---|
| 2573 |
|
|---|
| 2574 |
|
|---|
| 2575 | Result is: no
|
|---|
| 2576 | ##########################################
|
|---|
| 2577 |
|
|---|
| 2578 | ============ Checking for DVD support (libdvdnav) ============
|
|---|
| 2579 | Result is: yes (internal)
|
|---|
| 2580 | ##########################################
|
|---|
| 2581 |
|
|---|