| 1 | make -C ffmpeg libavcodec/libavcodec.a
|
|---|
| 2 | CC libavcodec/x86/dsputil_mmx.o
|
|---|
| 3 | CC libavcodec/xface.o
|
|---|
| 4 | CC libavcodec/xbmenc.o
|
|---|
| 5 | CC libavcodec/xfacedec.o
|
|---|
| 6 | libavcodec/xbmenc.c:41:21: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 7 | buf += snprintf(buf, 32, "#define image_width %u\n", avctx->width);
|
|---|
| 8 | ^~~
|
|---|
| 9 | /usr/include/secure/_stdio.h:56:29: note: expanded from macro 'snprintf'
|
|---|
| 10 | __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
|
|---|
| 11 | ^
|
|---|
| 12 | libavcodec/xbmenc.c:42:21: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 13 | buf += snprintf(buf, 33, "#define image_height %u\n", avctx->height);
|
|---|
| 14 | ^~~
|
|---|
| 15 | /usr/include/secure/_stdio.h:56:29: note: expanded from macro 'snprintf'
|
|---|
| 16 | __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
|
|---|
| 17 | ^
|
|---|
| 18 | libavcodec/xbmenc.c:43:21: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 19 | buf += snprintf(buf, 40, "static unsigned char image_bits[] = {\n");
|
|---|
| 20 | ^~~
|
|---|
| 21 | /usr/include/secure/_stdio.h:56:29: note: expanded from macro 'snprintf'
|
|---|
| 22 | __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
|
|---|
| 23 | ^
|
|---|
| 24 | libavcodec/xbmenc.c:46:29: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 25 | buf += snprintf(buf, 7, " 0x%02X,", ff_reverse[*ptr++]);
|
|---|
| 26 | ^~~
|
|---|
| 27 | /usr/include/secure/_stdio.h:56:29: note: expanded from macro 'snprintf'
|
|---|
| 28 | __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
|
|---|
| 29 | ^
|
|---|
| 30 | libavcodec/xbmenc.c:48:25: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 31 | buf += snprintf(buf, 2, "\n");
|
|---|
| 32 | ^~~
|
|---|
| 33 | /usr/include/secure/_stdio.h:56:29: note: expanded from macro 'snprintf'
|
|---|
| 34 | __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
|
|---|
| 35 | ^
|
|---|
| 36 | libavcodec/xbmenc.c:50:21: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 37 | buf += snprintf(buf, 5, " };\n");
|
|---|
| 38 | ^~~
|
|---|
| 39 | /usr/include/secure/_stdio.h:56:29: note: expanded from macro 'snprintf'
|
|---|
| 40 | __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
|
|---|
| 41 | ^
|
|---|
| 42 | libavcodec/xfacedec.c:144:9: warning: assigning to 'char *' from 'uint8_t [2304]' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 43 | buf = xface->bitmap;
|
|---|
| 44 | ^ ~~~~~~~~~~~~~
|
|---|
| 45 | libavcodec/xfacedec.c:158:9: warning: assigning to 'char *' from 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 46 | buf = frame->data[0];
|
|---|
| 47 | ^ ~~~~~~~~~~~~~~
|
|---|
| 48 | 6 warnings generated.
|
|---|
| 49 | CC libavcodec/xfaceenc.o
|
|---|
| 50 | CC libavcodec/xiph.o
|
|---|
| 51 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc00_mmxext'
|
|---|
| 52 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 53 | ^
|
|---|
| 54 | libavcodec/x86/dsputil_mmx.c:1328:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 55 | c->PFX ## _pixels_tab[IDX][ 0] = PREFIX ## PFX ## SIZE ## _mc00_ ## CPU; \
|
|---|
| 56 | ^
|
|---|
| 57 | <scratch space>:199:1: note: expanded from macro 'avg_qpel'
|
|---|
| 58 | avg_qpel16_mc00_mmxext
|
|---|
| 59 | ^
|
|---|
| 60 | 2 warnings generated.
|
|---|
| 61 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc10_mmxext'
|
|---|
| 62 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 63 | ^
|
|---|
| 64 | libavcodec/x86/dsputil_mmx.c:1329:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 65 | c->PFX ## _pixels_tab[IDX][ 1] = PREFIX ## PFX ## SIZE ## _mc10_ ## CPU; \
|
|---|
| 66 | ^
|
|---|
| 67 | <scratch space>:199:1: note: expanded from macro 'avg_qpel'
|
|---|
| 68 | avg_qpel16_mc10_mmxext
|
|---|
| 69 | ^
|
|---|
| 70 | CC libavcodec/xl.o
|
|---|
| 71 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc20_mmxext'
|
|---|
| 72 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 73 | ^
|
|---|
| 74 | libavcodec/x86/dsputil_mmx.c:1330:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 75 | c->PFX ## _pixels_tab[IDX][ 2] = PREFIX ## PFX ## SIZE ## _mc20_ ## CPU; \
|
|---|
| 76 | ^
|
|---|
| 77 | <scratch space>:199:1: note: expanded from macro 'avg_qpel'
|
|---|
| 78 | avg_qpel16_mc20_mmxext
|
|---|
| 79 | ^
|
|---|
| 80 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc30_mmxext'
|
|---|
| 81 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 82 | ^
|
|---|
| 83 | libavcodec/x86/dsputil_mmx.c:1331:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 84 | c->PFX ## _pixels_tab[IDX][ 3] = PREFIX ## PFX ## SIZE ## _mc30_ ## CPU; \
|
|---|
| 85 | ^
|
|---|
| 86 | <scratch space>:199:1: note: expanded from macro 'avg_qpel'
|
|---|
| 87 | avg_qpel16_mc30_mmxext
|
|---|
| 88 | ^
|
|---|
| 89 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc01_mmxext'
|
|---|
| 90 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 91 | ^
|
|---|
| 92 | libavcodec/x86/dsputil_mmx.c:1332:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 93 | c->PFX ## _pixels_tab[IDX][ 4] = PREFIX ## PFX ## SIZE ## _mc01_ ## CPU; \
|
|---|
| 94 | ^
|
|---|
| 95 | <scratch space>:199:1: note: expanded from macro 'avg_qpel'
|
|---|
| 96 | avg_qpel16_mc01_mmxext
|
|---|
| 97 | ^
|
|---|
| 98 | libavcodec/xfaceenc.c:184:18: warning: passing 'uint8_t [2304]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 99 | encode_block(xface->bitmap, 16, 16, 0, &pq);
|
|---|
| 100 | ^~~~~~~~~~~~~
|
|---|
| 101 | libavcodec/xfaceenc.c:107:32: note: passing argument to parameter 'bitmap' here
|
|---|
| 102 | static void encode_block(char *bitmap, int w, int h, int level, ProbRangesQueue *pq)
|
|---|
| 103 | ^
|
|---|
| 104 | libavcodec/xfaceenc.c:185:18: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 105 | encode_block(xface->bitmap + 16, 16, 16, 0, &pq);
|
|---|
| 106 | ^~~~~~~~~~~~~~~~~~
|
|---|
| 107 | libavcodec/xfaceenc.c:107:32: note: passing argument to parameter 'bitmap' here
|
|---|
| 108 | static void encode_block(char *bitmap, int w, int h, int level, ProbRangesQueue *pq)
|
|---|
| 109 | ^
|
|---|
| 110 | libavcodec/xfaceenc.c:186:18: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 111 | encode_block(xface->bitmap + 32, 16, 16, 0, &pq);
|
|---|
| 112 | ^~~~~~~~~~~~~~~~~~
|
|---|
| 113 | libavcodec/xfaceenc.c:107:32: note: passing argument to parameter 'bitmap' here
|
|---|
| 114 | static void encode_block(char *bitmap, int w, int h, int level, ProbRangesQueue *pq)
|
|---|
| 115 | ^
|
|---|
| 116 | libavcodec/xfaceenc.c:187:18: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 117 | encode_block(xface->bitmap + XFACE_WIDTH * 16, 16, 16, 0, &pq);
|
|---|
| 118 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 119 | libavcodec/xfaceenc.c:107:32: note: passing argument to parameter 'bitmap' here
|
|---|
| 120 | static void encode_block(char *bitmap, int w, int h, int level, ProbRangesQueue *pq)
|
|---|
| 121 | ^
|
|---|
| 122 | libavcodec/xfaceenc.c:188:18: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 123 | encode_block(xface->bitmap + XFACE_WIDTH * 16 + 16, 16, 16, 0, &pq);
|
|---|
| 124 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 125 | libavcodec/xfaceenc.cl107vcodec/x86/dsputil_mmx.c:3283: 0n te: pearor: sssei nogf aurngduemcelnatr etdo ipdaernatmetefri e'rb i'tamvagp_'q pheelr1e6
|
|---|
| 126 | _mc11_mmseatic void encode_block(char *bitmap, int w, int h, int level, ProbRangesQueue *pq)
|
|---|
| 127 | x t ^
|
|---|
| 128 | '
|
|---|
| 129 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 130 | ^
|
|---|
| 131 | libavcodec/x86/dsputi:_mmx.c:1133:148:: wnote: : peaxspsainndge d' ufirnotm8 _mta c*r'o ('aSkEaT _'QuPnEsLi_gFnUeNdC Sc'h
|
|---|
| 132 | ar *') to parameter of ty e c->PFX ## _pixels_tab[IDX][ 5] = PREFIX ## PFX ## SIZE ## _mc11_ ## CPU; \
|
|---|
| 133 | ' h ^ar *< cratch space>:o1n9:e1r:t sn te: bepwaenedne dp ofirnotme rmsa ctroo i'natvegg_eqrp etly'p
|
|---|
| 134 | es wvg_qpel16_mc11_mmxext
|
|---|
| 135 | i^t
|
|---|
| 136 | h different sign [-Wpointer-sign]
|
|---|
| 137 | encode_block(xface->bitmap + XFACE_WIDTH * 16 + 32, 16, 16, 0, &pq);
|
|---|
| 138 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 139 | libavcodec/xfaceenc.c:107:32: note: passing argument to parameter 'bitmap' here
|
|---|
| 140 | static void encode_block(char *bitmap, int w, int h, int level, ProbRangesQueue *pq)
|
|---|
| 141 | ^
|
|---|
| 142 | libavcodec/xfaceenc.c:190:18: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 143 | encode_block(xface->bitmap + XFACE_WIDTH * 32, 16, 16, 0, &pq);
|
|---|
| 144 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 145 | libavcodec/xfaceenc.c:107:32: note: passing argument to parameter 'bitmap' here
|
|---|
| 146 | static void encode_block(char *bitmap, int w, int h, int level, ProbRangesQueue *pq)
|
|---|
| 147 | ^
|
|---|
| 148 | libavcodec/xfaceenc.c:191:18: warning: passing 'uint8Ct libavcodec/xsubdec.o
|
|---|
| 149 | *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 150 | encode_block(xface->bitmap + XFACE_WIDTH * 32 + 16, 16, 16, 0, &pq);
|
|---|
| 151 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 152 | libavcodec/xfaceenc.c:107:32: note: passing argument to parameter 'bitmap' here
|
|---|
| 153 | static void encode_block(char *bitmap, int w, int h, int level, ProbRangesQueue *pq)
|
|---|
| 154 | ^
|
|---|
| 155 | libavcodec/xfaceenc.c:192:18: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 156 | encode_block(xface->bitmap + XFACE_WIDTH * 32 + 32, 16, 16, 0, &pq);
|
|---|
| 157 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 158 | libavcodec/xfaceenc.c:107:32: note: passing argument to parameter 'bitmap' here
|
|---|
| 159 | static void encode_block(char *bitmap, int w, int h, int level, ProbRangesQueue *pq)
|
|---|
| 160 | ^
|
|---|
| 161 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc21_mmxext'
|
|---|
| 162 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 163 | ^
|
|---|
| 164 | libavcodec/x86/dsputil_mmx.c:1334:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 165 | c->PFX ## _pixels_tab[IDX][ 6] = PREFIX ## PFX ## SIZE ## _mc21_ ## CPU; \
|
|---|
| 166 | ^
|
|---|
| 167 | <scratch space>:199:1: note: expanded from macro 'avg_qpel'
|
|---|
| 168 | avg_qpel16_mc21_mmxext
|
|---|
| 169 | ^
|
|---|
| 170 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc31_mmxext'
|
|---|
| 171 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 172 | ^
|
|---|
| 173 | libavcodec/x86/dsputil_mmx.c:1335:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 174 | c->PFX ## _pixels_tab[IDX][ 7] = PREFIX ## PFX ## SIZE ## _mc31_ ## CPU; \
|
|---|
| 175 | ^
|
|---|
| 176 | <scratch space>:199:1: note: expanded from macro 'avg_qpel'
|
|---|
| 177 | avg_qpel16_mc31_mmxext
|
|---|
| 178 | ^
|
|---|
| 179 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc02_mmxext'
|
|---|
| 180 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 181 | ^
|
|---|
| 182 | libavcodec/x86/dsputil_mmx.c:1336:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 183 | c->PFX ## _pixels_tab[IDX][ 8] = PREFIX ## PFX ## SIZE ## _mc02_ ## CPU; \
|
|---|
| 184 | ^
|
|---|
| 185 | <scratch space>:199:1: note: expanded from macro 'avg_qpel'
|
|---|
| 186 | avg_qpel16_mc02_mmxext
|
|---|
| 187 | ^
|
|---|
| 188 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc12_mmxext'
|
|---|
| 189 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 190 | ^
|
|---|
| 191 | libavcodec/x86/dsputil_mmx.c:1337:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 192 | c->PFX ## _pixels_tab[IDX][ 9] = PREFIX ## PFX ## SIZE ## _mc12_ ## CPU; \
|
|---|
| 193 | ^
|
|---|
| 194 | <scratch space>:199:1: note: expanded from macro 'avg_qpel'
|
|---|
| 195 | avg_qpel16_mc12_mmxext
|
|---|
| 196 | ^
|
|---|
| 197 | CC libavcodec/xsubenc.o
|
|---|
| 198 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc22_mmxext'
|
|---|
| 199 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 200 | ^
|
|---|
| 201 | libavcodec/x86/dsputil_mmx.c:1338:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 202 | c->PFX ## _pixels_tab[IDX][10] = PREFIX ## PFX ## SIZE ## _mc22_ ## CPU; \
|
|---|
| 203 | ^
|
|---|
| 204 | <scratch space>:199:1: note: expanded from macro 'avg_qpel'
|
|---|
| 205 | avg_qpel16_mc22_mmxext
|
|---|
| 206 | ^
|
|---|
| 207 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc32_mmxext'
|
|---|
| 208 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 209 | ^
|
|---|
| 210 | libavcodec/x86/dsputil_mmx.c:1339:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 211 | c->PFX ## _pixels_tab[IDX][11] = PREFIX ## PFX ## SIZE ## _mc32_ ## CPU; \
|
|---|
| 212 | ^
|
|---|
| 213 | <scratch space>:2:1: note: expanded from macro 'avg_qpel'
|
|---|
| 214 | avg_qpel16_mc32_mmxext
|
|---|
| 215 | ^
|
|---|
| 216 | 9 warnings generated.
|
|---|
| 217 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc03_mmxext'
|
|---|
| 218 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 219 | ^
|
|---|
| 220 | libavcodec/x86/dsputil_mmx.c:1340:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 221 | c->PFX ## _pixels_tab[IDX][12] = PREFIX ## PFX ## SIZE ## _mc03_ ## CPU; \
|
|---|
| 222 | ^
|
|---|
| 223 | <scratch space>:2:1: note: expanded from macro 'avg_qpel'
|
|---|
| 224 | avg_qpel16_mc03_mmxext
|
|---|
| 225 | ^
|
|---|
| 226 | CC libavcodec/xwddec.o
|
|---|
| 227 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc13_mmxext'
|
|---|
| 228 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 229 | ^
|
|---|
| 230 | libavcodec/x86/dsputil_mmx.c:1341:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 231 | c->PFX ## _pixels_tab[IDX][13] = PREFIX ## PFX ## SIZE ## _mc13_ ## CPU; \
|
|---|
| 232 | ^
|
|---|
| 233 | <scratch space>:2:1: note: expanded from macro 'avg_qpel'
|
|---|
| 234 | avg_qpel16_mc13_mmxext
|
|---|
| 235 | ^
|
|---|
| 236 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc23_mmxext'
|
|---|
| 237 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 238 | ^
|
|---|
| 239 | libavcodec/x86/dsputil_mmx.c:1342:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 240 | c->PFX ## _pixels_tab[IDX][14] = PREFIX ## PFX ## SIZE ## _mc23_ ## CPU; \
|
|---|
| 241 | ^
|
|---|
| 242 | <scratch space>:2:1: note: expanded from macro 'avg_qpel'
|
|---|
| 243 | avg_qpel16_mc23_mmxext
|
|---|
| 244 | ^
|
|---|
| 245 | libavcodec/x86/dsputil_mmx.c:1383:20: error: use of undeclared identifier 'avg_qpel16_mc33_mmxext'
|
|---|
| 246 | SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );
|
|---|
| 247 | ^
|
|---|
| 248 | libavcodec/x86/dsputil_mmx.c:1343:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 249 | c->PFX ## _pixels_tab[IDX][15] = PREFIX ## PFX ## SIZE ## _mc33_ ## CPU; \
|
|---|
| 250 | ^
|
|---|
| 251 | <scratch space>:2:1: note: expanded from macro 'avg_qpel'
|
|---|
| 252 | avg_qpel16_mc33_mmxext
|
|---|
| 253 | ^
|
|---|
| 254 | libavcodec/x86/dsputil_mmx.c:1384:20: error: use of undeclared identifier 'avg_qpel8_mc00_mmxext'
|
|---|
| 255 | SET_QPEL_FUNCS(avg_qpel, 1, 8, mmxext, );
|
|---|
| 256 | ^
|
|---|
| 257 | libavcodec/x86/dsputil_mmx.c:1328:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 258 | c->PFX ## _pixels_tab[IDX][ 0] = PREFIX ## PFX ## SIZE ## _mc00_ ## CPU; \
|
|---|
| 259 | ^
|
|---|
| 260 | <scratch space>:2:1: note: expanded from macro 'avg_qpel'
|
|---|
| 261 | avg_qpel8_mc00_mmxext
|
|---|
| 262 | ^
|
|---|
| 263 | libavcodec/xsubenc.c:153:14: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 264 | snprintf(buf, 28,
|
|---|
| 265 | ^~~
|
|---|
| 266 | /usr/include/secure/_stdio.h:56:29: note: expanded from macro 'snprintf'
|
|---|
| 267 | __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
|
|---|
| 268 | ^
|
|---|
| 269 | libavcodec/x86/dsputil_mmx.c:1384:20: error: use of undeclared identifier 'avg_qpel8_mc10_mmxext'
|
|---|
| 270 | SET_QPEL_FUNCS(avg_qpel, 1, 8, mmxext, );
|
|---|
| 271 | ^
|
|---|
| 272 | libavcodec/x86/dsputil_mmx.c:1329:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 273 | c->PFX ## _pixels_tab[IDX][ 1] = PREFIX ## PFX ## SIZE ## _mc10_ ## CPU; \
|
|---|
| 274 | ^
|
|---|
| 275 | <scratch space>:2:1: note: expanded from macro 'avg_qpel'
|
|---|
| 276 | avg_qpel8_mc10_mmxext
|
|---|
| 277 | ^
|
|---|
| 278 | libavcodec/x86/dsputil_mmx.c:1384:20: error: use of undeclared identifier 'avg_qpel8_mc20_mmxext'
|
|---|
| 279 | SET_QPEL_FUNCS(avg_qpel, 1, 8, mmxext, );
|
|---|
| 280 | ^
|
|---|
| 281 | libavcodec/x86/dsputil_mmx.c:1330:48: note: expanded from macro 'SET_QPEL_FUNCS'
|
|---|
| 282 | c->PFX ## _pixels_tab[IDX][ 2] = PREFIX ## PFX ## SIZE ## _mc20_ ## CPU; \
|
|---|
| 283 | ^
|
|---|
| 284 | <scratch space>:2:1: note: expanded from macro 'avg_qpel'
|
|---|
| 285 | avg_qpel8_mc20_mmxext
|
|---|
| 286 | ^
|
|---|
| 287 | CC libavcodec/xwdenc.o
|
|---|
| 288 | fatal error: too many errors emitted, stopping now [-ferror-limit=]
|
|---|
| 289 | 20 errors generated.
|
|---|
| 290 | make[1]: *** [libavcodec/x86/dsputil_mmx.o] Error 1
|
|---|
| 291 | make[1]: *** Waiting for unfinished jobs....
|
|---|
| 292 | 1 warning generated.
|
|---|
| 293 | libavcodec/xwdenc.c:181:33: warning: passing 'char [11]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
|
|---|
| 294 | bytestream_put_buffer(&buf, WINDOW_NAME, WINDOW_NAME_SIZE);
|
|---|
| 295 | ^~~~~~~~~~~
|
|---|
| 296 | libavcodec/xwdenc.c:30:29: note: expanded from macro 'WINDOW_NAME'
|
|---|
| 297 | #define WINDOW_NAME "lavcxwdenc"
|
|---|
| 298 | ^~~~~~~~~~~~
|
|---|
| 299 | libavcodec/bytestream.h:338:67: note: passing argument to parameter 'src' here
|
|---|
| 300 | const uint8_t *src,
|
|---|
| 301 | ^
|
|---|
| 302 | 1 warning generated.
|
|---|
| 303 | make: *** [ffmpeg/libavcodec/libavcodec.a] Error 2
|
|---|