Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 154.74 KB | None | 0 0
  1.  
  2. $  debuild -uc -us
  3. dpkg-buildpackage -rfakeroot -us -uc
  4. dpkg-buildpackage: info: source package libsdl2
  5. dpkg-buildpackage: info: source version 2.0.8
  6. dpkg-buildpackage: info: source distribution UNRELEASED
  7. dpkg-buildpackage: info: source changed by Sam Lantinga <slouken@libsdl.org>
  8. dpkg-source --before-build SDL
  9. dpkg-buildpackage: info: host architecture amd64
  10. fakeroot debian/rules clean
  11. dh clean --parallel
  12. debian/rules override_dh_auto_clean
  13. make[1]: Entering directory '/home/stu/projects/external/libsdl/SDL'
  14. dh_auto_clean -Bbuilddir/all
  15. rm -f debian/examples.tar.gz
  16. make[1]: Leaving directory '/home/stu/projects/external/libsdl/SDL'
  17. dh_clean -O--parallel
  18. dpkg-source -b SDL
  19. dpkg-source: info: using source format '3.0 (native)'
  20. dpkg-source: info: building libsdl2 in libsdl2_2.0.8.tar.xz
  21. dpkg-source: info: building libsdl2 in libsdl2_2.0.8.dsc
  22. debian/rules build
  23. dh build --parallel
  24. dh_update_autotools_config -O--parallel
  25. debian/rules override_dh_auto_configure
  26. make[1]: Entering directory '/home/stu/projects/external/libsdl/SDL'
  27. dh_auto_configure -Bbuilddir/all -- --disable-rpath --disable-video-directfb --disable-nas --disable-esd --disable-arts --disable-alsa-shared --disable-pulseaudio-shared --disable-x11-shared
  28. ../../configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --disable-rpath --disable-video-directfb --disable-nas --disable-esd --disable-arts --disable-alsa-shared --disable-pulseaudio-shared --disable-x11-shared
  29. configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode
  30. checking build system type... x86_64-pc-linux-gnu
  31. checking host system type... x86_64-pc-linux-gnu
  32. checking how to print strings... printf
  33. checking for gcc... gcc
  34. checking whether the C compiler works... yes
  35. checking for C compiler default output file name... a.out
  36. checking for suffix of executables...
  37. checking whether we are cross compiling... no
  38. checking for suffix of object files... o
  39. checking whether we are using the GNU C compiler... yes
  40. checking whether gcc accepts -g... yes
  41. checking for gcc option to accept ISO C89... none needed
  42. checking for a sed that does not truncate output... /bin/sed
  43. checking for grep that handles long lines and -e... /bin/grep
  44. checking for egrep... /bin/grep -E
  45. checking for fgrep... /bin/grep -F
  46. checking for ld used by gcc... /usr/bin/ld
  47. checking if the linker (/usr/bin/ld) is GNU ld... yes
  48. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  49. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  50. checking whether ln -s works... yes
  51. checking the maximum length of command line arguments... 1572864
  52. checking whether the shell understands some XSI constructs... yes
  53. checking whether the shell understands "+="... yes
  54. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  55. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  56. checking for /usr/bin/ld option to reload object files... -r
  57. checking for objdump... objdump
  58. checking how to recognize dependent libraries... pass_all
  59. checking for dlltool... no
  60. checking how to associate runtime and link libraries... printf %s\n
  61. checking for ar... ar
  62. checking for archiver @FILE support... @
  63. checking for strip... strip
  64. checking for ranlib... ranlib
  65. checking for gawk... gawk
  66. checking command to parse /usr/bin/nm -B output from gcc object... ok
  67. checking for sysroot... no
  68. checking for mt... mt
  69. checking if mt is a manifest tool... no
  70. checking how to run the C preprocessor... gcc -E
  71. checking for ANSI C header files... yes
  72. checking for sys/types.h... yes
  73. checking for sys/stat.h... yes
  74. checking for stdlib.h... yes
  75. checking for string.h... yes
  76. checking for memory.h... yes
  77. checking for strings.h... yes
  78. checking for inttypes.h... yes
  79. checking for stdint.h... yes
  80. checking for unistd.h... yes
  81. checking for dlfcn.h... yes
  82. checking for objdir... .libs
  83. checking if gcc supports -fno-rtti -fno-exceptions... no
  84. checking for gcc option to produce PIC... -fPIC -DPIC
  85. checking if gcc PIC flag -fPIC -DPIC works... yes
  86. checking if gcc static flag -static works... yes
  87. checking if gcc supports -c -o file.o... yes
  88. checking if gcc supports -c -o file.o... (cached) yes
  89. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  90. checking whether -lc should be explicitly linked in... no
  91. checking dynamic linker characteristics... GNU/Linux ld.so
  92. checking how to hardcode library paths into programs... immediate
  93. checking whether stripping libraries is possible... yes
  94. checking if libtool supports shared libraries... yes
  95. checking whether to build shared libraries... yes
  96. checking whether to build static libraries... yes
  97. checking for gcc... (cached) gcc
  98. checking whether we are using the GNU C compiler... (cached) yes
  99. checking whether gcc accepts -g... (cached) yes
  100. checking for gcc option to accept ISO C89... (cached) none needed
  101. checking for g++... g++
  102. checking whether we are using the GNU C++ compiler... yes
  103. checking whether g++ accepts -g... yes
  104. checking how to run the C++ preprocessor... g++ -E
  105. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  106. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  107. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  108. checking for g++ option to produce PIC... -fPIC -DPIC
  109. checking if g++ PIC flag -fPIC -DPIC works... yes
  110. checking if g++ static flag -static works... yes
  111. checking if g++ supports -c -o file.o... yes
  112. checking if g++ supports -c -o file.o... (cached) yes
  113. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  114. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  115. checking how to hardcode library paths into programs... immediate
  116. checking for a BSD-compatible install... /usr/bin/install -c
  117. checking whether make sets $(MAKE)... yes
  118. checking for windres... no
  119. checking for an ANSI C-conforming const... yes
  120. checking for inline... inline
  121. checking for working volatile... yes
  122. checking for linker option --no-undefined... yes
  123. checking for ANSI C header files... (cached) yes
  124. checking for sys/types.h... (cached) yes
  125. checking stdio.h usability... yes
  126. checking stdio.h presence... yes
  127. checking for stdio.h... yes
  128. checking for stdlib.h... (cached) yes
  129. checking stddef.h usability... yes
  130. checking stddef.h presence... yes
  131. checking for stddef.h... yes
  132. checking stdarg.h usability... yes
  133. checking stdarg.h presence... yes
  134. checking for stdarg.h... yes
  135. checking malloc.h usability... yes
  136. checking malloc.h presence... yes
  137. checking for malloc.h... yes
  138. checking for memory.h... (cached) yes
  139. checking for string.h... (cached) yes
  140. checking for strings.h... (cached) yes
  141. checking wchar.h usability... yes
  142. checking wchar.h presence... yes
  143. checking for wchar.h... yes
  144. checking for inttypes.h... (cached) yes
  145. checking for stdint.h... (cached) yes
  146. checking limits.h usability... yes
  147. checking limits.h presence... yes
  148. checking for limits.h... yes
  149. checking ctype.h usability... yes
  150. checking ctype.h presence... yes
  151. checking for ctype.h... yes
  152. checking math.h usability... yes
  153. checking math.h presence... yes
  154. checking for math.h... yes
  155. checking float.h usability... yes
  156. checking float.h presence... yes
  157. checking for float.h... yes
  158. checking iconv.h usability... yes
  159. checking iconv.h presence... yes
  160. checking for iconv.h... yes
  161. checking signal.h usability... yes
  162. checking signal.h presence... yes
  163. checking for signal.h... yes
  164. checking for size_t... yes
  165. checking for M_PI in math.h... yes
  166. checking for working alloca.h... yes
  167. checking for alloca... yes
  168. checking for working memcmp... yes
  169. checking for working strtod... yes
  170. checking for mprotect... yes
  171. checking for malloc... yes
  172. checking for calloc... yes
  173. checking for realloc... yes
  174. checking for free... yes
  175. checking for getenv... yes
  176. checking for setenv... yes
  177. checking for putenv... yes
  178. checking for unsetenv... yes
  179. checking for qsort... yes
  180. checking for abs... yes
  181. checking for bcopy... yes
  182. checking for memset... yes
  183. checking for memcpy... yes
  184. checking for memmove... yes
  185. checking for wcslen... yes
  186. checking for wcscmp... yes
  187. checking for strlen... yes
  188. checking for strlcpy... no
  189. checking for strlcat... no
  190. checking for _strrev... no
  191. checking for _strupr... no
  192. checking for _strlwr... no
  193. checking for strchr... yes
  194. checking for strrchr... yes
  195. checking for strstr... yes
  196. checking for itoa... no
  197. checking for _ltoa... no
  198. checking for _uitoa... no
  199. checking for _ultoa... no
  200. checking for strtol... yes
  201. checking for strtoul... yes
  202. checking for _i64toa... no
  203. checking for _ui64toa... no
  204. checking for strtoll... yes
  205. checking for strtoull... yes
  206. checking for atoi... yes
  207. checking for atof... yes
  208. checking for strcmp... yes
  209. checking for strncmp... yes
  210. checking for _stricmp... no
  211. checking for strcasecmp... yes
  212. checking for _strnicmp... no
  213. checking for strncasecmp... yes
  214. checking for vsscanf... yes
  215. checking for vsnprintf... yes
  216. checking for fopen64... yes
  217. checking for fseeko... yes
  218. checking for fseeko64... yes
  219. checking for sigaction... yes
  220. checking for setjmp... yes
  221. checking for nanosleep... yes
  222. checking for sysconf... yes
  223. checking for sysctlbyname... no
  224. checking for getauxval... yes
  225. checking for poll... yes
  226. checking for pow in -lm... yes
  227. checking for acos... yes
  228. checking for acosf... yes
  229. checking for asin... yes
  230. checking for asinf... yes
  231. checking for atan... yes
  232. checking for atanf... yes
  233. checking for atan2... yes
  234. checking for atan2f... yes
  235. checking for ceil... yes
  236. checking for ceilf... yes
  237. checking for copysign... yes
  238. checking for copysignf... yes
  239. checking for cos... yes
  240. checking for cosf... yes
  241. checking for fabs... yes
  242. checking for fabsf... yes
  243. checking for floor... yes
  244. checking for floorf... yes
  245. checking for fmod... yes
  246. checking for fmodf... yes
  247. checking for log... yes
  248. checking for logf... yes
  249. checking for pow... yes
  250. checking for powf... yes
  251. checking for scalbn... yes
  252. checking for scalbnf... yes
  253. checking for sin... yes
  254. checking for sinf... yes
  255. checking for sqrt... yes
  256. checking for sqrtf... yes
  257. checking for tan... yes
  258. checking for tanf... yes
  259. checking for iconv_open in -liconv... no
  260. checking for iconv... yes
  261. checking for struct sigaction.sa_sigaction... yes
  262. checking libunwind.h usability... no
  263. checking libunwind.h presence... no
  264. checking for libunwind.h... no
  265. checking for GCC builtin atomic operations... yes
  266. checking for GCC -mmmx option... yes
  267. checking for GCC -m3dnow option... yes
  268. checking for GCC -msse option... yes
  269. checking for GCC -msse2 option... yes
  270. checking for GCC -msse3 option... yes
  271. checking for Altivec with GCC altivec.h and -maltivec option... no
  272. checking for Altivec with GCC -maltivec option... no
  273. checking for Altivec with GCC altivec.h and -faltivec option... no
  274. checking for Altivec with GCC -faltivec option... no
  275. checking for GCC -Wall option... yes
  276. checking for necessary GCC -Wno-multichar option... no
  277. checking for GCC -fvisibility=hidden option... yes
  278. checking for GCC -Wdeclaration-after-statement option... yes
  279. checking for dlopen... yes
  280. checking for dlopen in -lc... no
  281. checking for dlopen in -ldl... yes
  282. checking for OSS audio support... yes
  283. checking for ALSA CFLAGS...
  284. checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
  285. checking for libasound headers version >= 1.0.11... found.
  286. checking for snd_ctl_open in -lasound... yes
  287. checking for pkg-config... /usr/bin/pkg-config
  288. checking for PulseAudio 0.9 support... yes
  289. checking for pkg-config... (cached) /usr/bin/pkg-config
  290. checking for JACK 0.125 support... no
  291. checking sndio.h usability... no
  292. checking sndio.h presence... no
  293. checking for sndio.h... no
  294. checking for sio_open in -lsndio... no
  295. checking for sndio audio support... no
  296. checking samplerate.h usability... no
  297. checking samplerate.h presence... no
  298. checking for samplerate.h... no
  299. checking for Raspberry Pi... no
  300. checking for X... libraries , headers
  301. checking for gethostbyname... yes
  302. checking for connect... yes
  303. checking for remove... yes
  304. checking for shmat... yes
  305. checking for IceConnectionNumber in -lICE... no
  306. checking for X11/extensions/Xext.h... yes
  307. checking for const parameter to XextAddDisplay... yes
  308. checking for XGenericEvent... yes
  309. checking for XkbKeycodeToKeysym in -lX11... yes
  310. checking for X11/Xcursor/Xcursor.h... yes
  311. checking for XcursorImageCreate in -lXcursor... yes
  312. checking for X11/extensions/Xdbe.h... yes
  313. checking for X11/extensions/Xinerama.h... yes
  314. checking for XineramaQueryExtension in -lXinerama... yes
  315. checking for X11/extensions/XInput2.h... yes
  316. checking for XOpenDevice in -lXi... yes
  317. checking for xinput2 multitouch... yes
  318. checking for XRRQueryExtension in -lXrandr... yes
  319. checking for X11/extensions/scrnsaver.h... yes
  320. checking for XScreenSaverSuspend in -lXss... yes
  321. checking for X11/extensions/shape.h... yes
  322. checking for X11/extensions/xf86vmode.h... yes
  323. checking for XF86VidModeQueryVersion in -lXxf86vm... yes
  324. checking for OpenGL (GLX) support... yes
  325. checking for EGL support... yes
  326. checking for OpenGL ES v1 headers... no
  327. checking for OpenGL ES v2 headers... yes
  328. checking for pkg-config... (cached) /usr/bin/pkg-config
  329. checking for Mir support... no
  330. checking for pkg-config... (cached) /usr/bin/pkg-config
  331. checking for Wayland support... no
  332. checking libudev.h usability... yes
  333. checking libudev.h presence... yes
  334. checking for libudev.h... yes
  335. -- dynamic udev -> libudev.so.1
  336. checking for pkg-config... (cached) /usr/bin/pkg-config
  337. checking dbus/dbus.h usability... yes
  338. checking dbus/dbus.h presence... no
  339. configure: WARNING: dbus/dbus.h: accepted by the compiler, rejected by the preprocessor!
  340. configure: WARNING: dbus/dbus.h: proceeding with the compiler's result
  341. checking for dbus/dbus.h... yes
  342. checking for pkg-config... (cached) /usr/bin/pkg-config
  343. checking ibus-1.0/ibus.h usability... yes
  344. checking ibus-1.0/ibus.h presence... no
  345. configure: WARNING: ibus-1.0/ibus.h: accepted by the compiler, rejected by the preprocessor!
  346. configure: WARNING: ibus-1.0/ibus.h: proceeding with the compiler's result
  347. checking for ibus-1.0/ibus.h... yes
  348. checking sys/inotify.h usability... yes
  349. checking sys/inotify.h presence... yes
  350. checking for sys/inotify.h... yes
  351. checking for pkg-config... (cached) /usr/bin/pkg-config
  352. checking fcitx/frontend.h usability... yes
  353. checking fcitx/frontend.h presence... yes
  354. checking for fcitx/frontend.h... yes
  355. checking for Linux 2.4 unified input interface... yes
  356. checking for Linux kd.h... yes
  357. checking for Touchscreen library support... no
  358. checking for pthreads... yes
  359. checking for recursive mutexes... yes
  360. checking for pthread semaphores... yes
  361. checking for sem_timedwait... yes
  362. checking for pthread_np.h... no
  363. checking for pthread_setname_np... yes
  364. checking for pthread_set_name_np... no
  365. checking for clock_gettime in -lrt... yes
  366. checking linux/version.h usability... yes
  367. checking linux/version.h presence... yes
  368. checking for linux/version.h... yes
  369. checking for Vivante VDK API... no
  370. checking for Vivante FB API... no
  371. configure: creating ./config.status
  372. config.status: creating Makefile
  373. config.status: creating sdl2-config
  374. config.status: creating sdl2-config.cmake
  375. config.status: creating SDL2.spec
  376. config.status: creating sdl2.pc
  377. config.status: creating include/SDL_config.h
  378. config.status: executing libtool commands
  379. config.status: executing sdl2_config commands
  380. config.status: executing summary commands
  381. SDL2 Configure Summary:
  382. Building Shared Libraries
  383. Building Static Libraries
  384. Enabled modules : atomic audio video render events joystick haptic power filesystem threads timers file loadso cpuinfo assembly
  385. Assembly Math : mmx 3dnow sse sse2 sse3
  386. Audio drivers : disk dummy oss alsa pulse
  387. Video drivers : dummy x11 opengl opengl_es2 vulkan
  388. X11 libraries : xcursor xdbe xinerama xinput2 xinput2_multitouch xrandr xscrnsaver xshape xvidmode
  389. Input drivers : linuxev linuxkd
  390. Using libsamplerate : NO
  391. Using libudev : YES
  392. Using dbus : YES
  393. Using ime : YES
  394. Using ibus : YES
  395. Using fcitx : YES
  396. configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode
  397. make[1]: Leaving directory '/home/stu/projects/external/libsdl/SDL'
  398. debian/rules override_dh_auto_build
  399. make[1]: Entering directory '/home/stu/projects/external/libsdl/SDL'
  400. dh_auto_build -Bbuilddir/all
  401. make -j4
  402. make[2]: Entering directory '/home/stu/projects/external/libsdl/SDL/builddir/all'
  403. /bin/bash ../../build-scripts/mkinstalldirs build
  404. /bin/bash ../../build-scripts/updaterev.sh
  405. Warning, configure is out of date, please re-run autogen.sh
  406. CC build/SDL_assert.lo
  407. mkdir -p -- build
  408. CC build/SDL_dataqueue.lo
  409. CC build/SDL_error.lo
  410. CC build/SDL_hints.lo
  411. CC build/SDL_log.lo
  412. CC build/SDL_atomic.lo
  413. CC build/SDL_spinlock.lo
  414. CC build/SDL_audio.lo
  415. CC build/SDL_audiocvt.lo
  416. CC build/SDL_audiodev.lo
  417. CC build/SDL_audiotypecvt.lo
  418. CC build/SDL_mixer.lo
  419. CC build/SDL_wave.lo
  420. CC build/SDL_cpuinfo.lo
  421. CC build/SDL_dynapi.lo
  422. CC build/SDL_clipboardevents.lo
  423. CC build/SDL_dropevents.lo
  424. CC build/SDL_events.lo
  425. CC build/SDL_gesture.lo
  426. CC build/SDL_keyboard.lo
  427. CC build/SDL_mouse.lo
  428. CC build/SDL_quit.lo
  429. CC build/SDL_touch.lo
  430. CC build/SDL_windowevents.lo
  431. CC build/SDL_rwops.lo
  432. CC build/SDL_haptic.lo
  433. CC build/SDL_gamecontroller.lo
  434. CC build/SDL_joystick.lo
  435. CC build/e_atan2.lo
  436. CC build/e_fmod.lo
  437. CC build/e_log.lo
  438. CC build/e_pow.lo
  439. CC build/e_rem_pio2.lo
  440. CC build/e_sqrt.lo
  441. CC build/k_cos.lo
  442. CC build/k_rem_pio2.lo
  443. CC build/k_sin.lo
  444. /home/stu/projects/external/libsdl/SDL/src/libm/k_rem_pio2.c: In function '__kernel_rem_pio2':
  445. /home/stu/projects/external/libsdl/SDL/src/libm/k_rem_pio2.c:170:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  446. for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; q[i] = fw;
  447. ^~~
  448. /home/stu/projects/external/libsdl/SDL/src/libm/k_rem_pio2.c:170:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  449. for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; q[i] = fw;
  450. ^
  451. CC build/k_tan.lo
  452. CC build/s_atan.lo
  453. CC build/s_copysign.lo
  454. CC build/s_cos.lo
  455. CC build/s_fabs.lo
  456. CC build/s_floor.lo
  457. CC build/s_scalbn.lo
  458. CC build/s_sin.lo
  459. CC build/s_tan.lo
  460. CC build/SDL_power.lo
  461. CC build/SDL_d3dmath.lo
  462. CC build/SDL_render.lo
  463. CC build/SDL_yuv_sw.lo
  464. CC build/SDL_render_d3d.lo
  465. CC build/SDL_shaders_d3d.lo
  466. CC build/SDL_render_d3d11.lo
  467. CC build/SDL_shaders_d3d11.lo
  468. CC build/SDL_render_gl.lo
  469. CC build/SDL_shaders_gl.lo
  470. CC build/SDL_render_gles.lo
  471. CC build/SDL_render_gles2.lo
  472. CC build/SDL_shaders_gles2.lo
  473. CC build/SDL_render_psp.lo
  474. CC build/SDL_blendfillrect.lo
  475. CC build/SDL_blendline.lo
  476. CC build/SDL_blendpoint.lo
  477. CC build/SDL_drawline.lo
  478. CC build/SDL_drawpoint.lo
  479. CC build/SDL_render_sw.lo
  480. CC build/SDL_rotate.lo
  481. CC build/SDL_getenv.lo
  482. CC build/SDL_iconv.lo
  483. CC build/SDL_malloc.lo
  484. CC build/SDL_qsort.lo
  485. CC build/SDL_stdlib.lo
  486. CC build/SDL_string.lo
  487. CC build/SDL_thread.lo
  488. CC build/SDL_timer.lo
  489. CC build/SDL_RLEaccel.lo
  490. CC build/SDL_blit.lo
  491. CC build/SDL_blit_0.lo
  492. CC build/SDL_blit_1.lo
  493. CC build/SDL_blit_A.lo
  494. CC build/SDL_blit_N.lo
  495. CC build/SDL_blit_auto.lo
  496. CC build/SDL_blit_copy.lo
  497. CC build/SDL_blit_slow.lo
  498. CC build/SDL_bmp.lo
  499. CC build/SDL_clipboard.lo
  500. CC build/SDL_egl.lo
  501. CC build/SDL_fillrect.lo
  502. CC build/SDL_pixels.lo
  503. CC build/SDL_rect.lo
  504. CC build/SDL_shape.lo
  505. CC build/SDL_stretch.lo
  506. CC build/SDL_surface.lo
  507. CC build/SDL_video.lo
  508. CC build/SDL_vulkan_utils.lo
  509. CC build/SDL_yuv.lo
  510. /home/stu/projects/external/libsdl/SDL/src/video/SDL_yuv.c: In function 'GetYUVPlanes.isra.0':
  511. /home/stu/projects/external/libsdl/SDL/src/video/SDL_yuv.c:172:29: warning: 'pitches[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
  512. *uv_stride = pitches[1];
  513. ~~~~~~~^~~
  514. /home/stu/projects/external/libsdl/SDL/src/video/SDL_yuv.c:135:12: warning: 'planes[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
  515. *v = planes[2];
  516. ~~~^~~~~~~~~~~
  517. /home/stu/projects/external/libsdl/SDL/src/video/SDL_yuv.c:171:17: warning: 'planes[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
  518. *u = *v + 1;
  519. ~~~^~~
  520. CC build/yuv_rgb.lo
  521. In file included from /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.c:5:0:
  522. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:30:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  523. uint32_t width, uint32_t height,
  524. ^~~~~~~~
  525. __uint128_t
  526. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:30:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  527. uint32_t width, uint32_t height,
  528. ^~~~~~~~
  529. __uint128_t
  530. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:31:8: error: unknown type name 'uint8_t'
  531. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  532. ^~~~~~~
  533. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:31:26: error: unknown type name 'uint8_t'
  534. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  535. ^~~~~~~
  536. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:31:44: error: unknown type name 'uint8_t'
  537. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  538. ^~~~~~~
  539. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:31:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  540. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  541. ^~~~~~~~
  542. __uint128_t
  543. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:31:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  544. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  545. ^~~~~~~~
  546. __uint128_t
  547. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:32:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  548. uint8_t *rgb, uint32_t rgb_stride,
  549. ^~~~~~~
  550. __uint128_t
  551. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:32:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  552. uint8_t *rgb, uint32_t rgb_stride,
  553. ^~~~~~~~
  554. __uint128_t
  555. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:36:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  556. uint32_t width, uint32_t height,
  557. ^~~~~~~~
  558. __uint128_t
  559. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:36:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  560. uint32_t width, uint32_t height,
  561. ^~~~~~~~
  562. __uint128_t
  563. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:37:8: error: unknown type name 'uint8_t'
  564. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  565. ^~~~~~~
  566. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:37:26: error: unknown type name 'uint8_t'
  567. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  568. ^~~~~~~
  569. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:37:44: error: unknown type name 'uint8_t'
  570. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  571. ^~~~~~~
  572. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:37:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  573. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  574. ^~~~~~~~
  575. __uint128_t
  576. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:37:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  577. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  578. ^~~~~~~~
  579. __uint128_t
  580. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:38:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  581. uint8_t *rgb, uint32_t rgb_stride,
  582. ^~~~~~~
  583. __uint128_t
  584. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:38:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  585. uint8_t *rgb, uint32_t rgb_stride,
  586. ^~~~~~~~
  587. __uint128_t
  588. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:42:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  589. uint32_t width, uint32_t height,
  590. ^~~~~~~~
  591. __uint128_t
  592. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:42:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  593. uint32_t width, uint32_t height,
  594. ^~~~~~~~
  595. __uint128_t
  596. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:43:8: error: unknown type name 'uint8_t'
  597. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  598. ^~~~~~~
  599. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:43:26: error: unknown type name 'uint8_t'
  600. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  601. ^~~~~~~
  602. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:43:44: error: unknown type name 'uint8_t'
  603. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  604. ^~~~~~~
  605. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:43:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  606. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  607. ^~~~~~~~
  608. __uint128_t
  609. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:43:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  610. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  611. ^~~~~~~~
  612. __uint128_t
  613. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:44:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  614. uint8_t *rgb, uint32_t rgb_stride,
  615. ^~~~~~~
  616. __uint128_t
  617. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:44:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  618. uint8_t *rgb, uint32_t rgb_stride,
  619. ^~~~~~~~
  620. __uint128_t
  621. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:48:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  622. uint32_t width, uint32_t height,
  623. ^~~~~~~~
  624. __uint128_t
  625. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:48:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  626. uint32_t width, uint32_t height,
  627. ^~~~~~~~
  628. __uint128_t
  629. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:49:8: error: unknown type name 'uint8_t'
  630. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  631. ^~~~~~~
  632. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:49:26: error: unknown type name 'uint8_t'
  633. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  634. ^~~~~~~
  635. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:49:44: error: unknown type name 'uint8_t'
  636. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  637. ^~~~~~~
  638. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:49:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  639. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  640. ^~~~~~~~
  641. __uint128_t
  642. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:49:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  643. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  644. ^~~~~~~~
  645. __uint128_t
  646. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:50:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  647. uint8_t *rgb, uint32_t rgb_stride,
  648. ^~~~~~~
  649. __uint128_t
  650. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:50:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  651. uint8_t *rgb, uint32_t rgb_stride,
  652. ^~~~~~~~
  653. __uint128_t
  654. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:54:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  655. uint32_t width, uint32_t height,
  656. ^~~~~~~~
  657. __uint128_t
  658. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:54:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  659. uint32_t width, uint32_t height,
  660. ^~~~~~~~
  661. __uint128_t
  662. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:55:8: error: unknown type name 'uint8_t'
  663. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  664. ^~~~~~~
  665. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:55:26: error: unknown type name 'uint8_t'
  666. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  667. ^~~~~~~
  668. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:55:44: error: unknown type name 'uint8_t'
  669. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  670. ^~~~~~~
  671. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:55:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  672. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  673. ^~~~~~~~
  674. __uint128_t
  675. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:55:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  676. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  677. ^~~~~~~~
  678. __uint128_t
  679. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:56:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  680. uint8_t *rgb, uint32_t rgb_stride,
  681. ^~~~~~~
  682. __uint128_t
  683. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:56:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  684. uint8_t *rgb, uint32_t rgb_stride,
  685. ^~~~~~~~
  686. __uint128_t
  687. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:60:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  688. uint32_t width, uint32_t height,
  689. ^~~~~~~~
  690. __uint128_t
  691. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:60:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  692. uint32_t width, uint32_t height,
  693. ^~~~~~~~
  694. __uint128_t
  695. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:61:8: error: unknown type name 'uint8_t'
  696. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  697. ^~~~~~~
  698. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:61:26: error: unknown type name 'uint8_t'
  699. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  700. ^~~~~~~
  701. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:61:44: error: unknown type name 'uint8_t'
  702. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  703. ^~~~~~~
  704. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:61:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  705. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  706. ^~~~~~~~
  707. __uint128_t
  708. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:61:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  709. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  710. ^~~~~~~~
  711. __uint128_t
  712. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:62:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  713. uint8_t *rgb, uint32_t rgb_stride,
  714. ^~~~~~~
  715. __uint128_t
  716. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:62:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  717. uint8_t *rgb, uint32_t rgb_stride,
  718. ^~~~~~~~
  719. __uint128_t
  720. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:66:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  721. uint32_t width, uint32_t height,
  722. ^~~~~~~~
  723. __uint128_t
  724. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:66:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  725. uint32_t width, uint32_t height,
  726. ^~~~~~~~
  727. __uint128_t
  728. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:67:8: error: unknown type name 'uint8_t'
  729. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  730. ^~~~~~~
  731. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:67:26: error: unknown type name 'uint8_t'
  732. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  733. ^~~~~~~
  734. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:67:44: error: unknown type name 'uint8_t'
  735. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  736. ^~~~~~~
  737. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:67:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  738. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  739. ^~~~~~~~
  740. __uint128_t
  741. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:67:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  742. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  743. ^~~~~~~~
  744. __uint128_t
  745. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:68:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  746. uint8_t *rgb, uint32_t rgb_stride,
  747. ^~~~~~~
  748. __uint128_t
  749. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:68:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  750. uint8_t *rgb, uint32_t rgb_stride,
  751. ^~~~~~~~
  752. __uint128_t
  753. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:72:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  754. uint32_t width, uint32_t height,
  755. ^~~~~~~~
  756. __uint128_t
  757. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:72:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  758. uint32_t width, uint32_t height,
  759. ^~~~~~~~
  760. __uint128_t
  761. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:73:8: error: unknown type name 'uint8_t'
  762. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  763. ^~~~~~~
  764. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:73:26: error: unknown type name 'uint8_t'
  765. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  766. ^~~~~~~
  767. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:73:44: error: unknown type name 'uint8_t'
  768. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  769. ^~~~~~~
  770. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:73:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  771. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  772. ^~~~~~~~
  773. __uint128_t
  774. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:73:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  775. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  776. ^~~~~~~~
  777. __uint128_t
  778. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:74:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  779. uint8_t *rgb, uint32_t rgb_stride,
  780. ^~~~~~~
  781. __uint128_t
  782. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:74:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  783. uint8_t *rgb, uint32_t rgb_stride,
  784. ^~~~~~~~
  785. __uint128_t
  786. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:78:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  787. uint32_t width, uint32_t height,
  788. ^~~~~~~~
  789. __uint128_t
  790. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:78:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  791. uint32_t width, uint32_t height,
  792. ^~~~~~~~
  793. __uint128_t
  794. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:79:8: error: unknown type name 'uint8_t'
  795. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  796. ^~~~~~~
  797. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:79:26: error: unknown type name 'uint8_t'
  798. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  799. ^~~~~~~
  800. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:79:44: error: unknown type name 'uint8_t'
  801. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  802. ^~~~~~~
  803. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:79:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  804. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  805. ^~~~~~~~
  806. __uint128_t
  807. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:79:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  808. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  809. ^~~~~~~~
  810. __uint128_t
  811. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:80:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  812. uint8_t *rgb, uint32_t rgb_stride,
  813. ^~~~~~~
  814. __uint128_t
  815. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:80:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  816. uint8_t *rgb, uint32_t rgb_stride,
  817. ^~~~~~~~
  818. __uint128_t
  819. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:84:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  820. uint32_t width, uint32_t height,
  821. ^~~~~~~~
  822. __uint128_t
  823. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:84:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  824. uint32_t width, uint32_t height,
  825. ^~~~~~~~
  826. __uint128_t
  827. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:85:8: error: unknown type name 'uint8_t'
  828. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  829. ^~~~~~~
  830. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:85:26: error: unknown type name 'uint8_t'
  831. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  832. ^~~~~~~
  833. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:85:44: error: unknown type name 'uint8_t'
  834. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  835. ^~~~~~~
  836. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:85:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  837. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  838. ^~~~~~~~
  839. __uint128_t
  840. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:85:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  841. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  842. ^~~~~~~~
  843. __uint128_t
  844. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:86:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  845. uint8_t *rgb, uint32_t rgb_stride,
  846. ^~~~~~~
  847. __uint128_t
  848. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:86:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  849. uint8_t *rgb, uint32_t rgb_stride,
  850. ^~~~~~~~
  851. __uint128_t
  852. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:90:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  853. uint32_t width, uint32_t height,
  854. ^~~~~~~~
  855. __uint128_t
  856. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:90:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  857. uint32_t width, uint32_t height,
  858. ^~~~~~~~
  859. __uint128_t
  860. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:91:8: error: unknown type name 'uint8_t'
  861. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  862. ^~~~~~~
  863. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:91:26: error: unknown type name 'uint8_t'
  864. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  865. ^~~~~~~
  866. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:91:44: error: unknown type name 'uint8_t'
  867. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  868. ^~~~~~~
  869. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:91:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  870. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  871. ^~~~~~~~
  872. __uint128_t
  873. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:91:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  874. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  875. ^~~~~~~~
  876. __uint128_t
  877. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:92:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  878. uint8_t *rgb, uint32_t rgb_stride,
  879. ^~~~~~~
  880. __uint128_t
  881. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:92:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  882. uint8_t *rgb, uint32_t rgb_stride,
  883. ^~~~~~~~
  884. __uint128_t
  885. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:96:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  886. uint32_t width, uint32_t height,
  887. ^~~~~~~~
  888. __uint128_t
  889. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:96:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  890. uint32_t width, uint32_t height,
  891. ^~~~~~~~
  892. __uint128_t
  893. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:97:8: error: unknown type name 'uint8_t'
  894. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  895. ^~~~~~~
  896. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:97:26: error: unknown type name 'uint8_t'
  897. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  898. ^~~~~~~
  899. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:97:44: error: unknown type name 'uint8_t'
  900. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  901. ^~~~~~~
  902. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:97:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  903. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  904. ^~~~~~~~
  905. __uint128_t
  906. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:97:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  907. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  908. ^~~~~~~~
  909. __uint128_t
  910. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:98:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  911. uint8_t *rgb, uint32_t rgb_stride,
  912. ^~~~~~~
  913. __uint128_t
  914. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:98:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  915. uint8_t *rgb, uint32_t rgb_stride,
  916. ^~~~~~~~
  917. __uint128_t
  918. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:102:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  919. uint32_t width, uint32_t height,
  920. ^~~~~~~~
  921. __uint128_t
  922. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:102:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  923. uint32_t width, uint32_t height,
  924. ^~~~~~~~
  925. __uint128_t
  926. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:103:8: error: unknown type name 'uint8_t'
  927. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  928. ^~~~~~~
  929. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:103:26: error: unknown type name 'uint8_t'
  930. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  931. ^~~~~~~
  932. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:103:44: error: unknown type name 'uint8_t'
  933. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  934. ^~~~~~~
  935. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:103:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  936. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  937. ^~~~~~~~
  938. __uint128_t
  939. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:103:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  940. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  941. ^~~~~~~~
  942. __uint128_t
  943. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:104:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  944. uint8_t *rgb, uint32_t rgb_stride,
  945. ^~~~~~~
  946. __uint128_t
  947. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:104:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  948. uint8_t *rgb, uint32_t rgb_stride,
  949. ^~~~~~~~
  950. __uint128_t
  951. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:108:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  952. uint32_t width, uint32_t height,
  953. ^~~~~~~~
  954. __uint128_t
  955. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:108:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  956. uint32_t width, uint32_t height,
  957. ^~~~~~~~
  958. __uint128_t
  959. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:109:8: error: unknown type name 'uint8_t'
  960. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  961. ^~~~~~~
  962. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:109:26: error: unknown type name 'uint8_t'
  963. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  964. ^~~~~~~
  965. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:109:44: error: unknown type name 'uint8_t'
  966. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  967. ^~~~~~~
  968. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:109:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  969. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  970. ^~~~~~~~
  971. __uint128_t
  972. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:109:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  973. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  974. ^~~~~~~~
  975. __uint128_t
  976. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:110:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  977. uint8_t *rgb, uint32_t rgb_stride,
  978. ^~~~~~~
  979. __uint128_t
  980. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:110:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  981. uint8_t *rgb, uint32_t rgb_stride,
  982. ^~~~~~~~
  983. __uint128_t
  984. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:114:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  985. uint32_t width, uint32_t height,
  986. ^~~~~~~~
  987. __uint128_t
  988. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:114:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  989. uint32_t width, uint32_t height,
  990. ^~~~~~~~
  991. __uint128_t
  992. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:115:8: error: unknown type name 'uint8_t'
  993. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  994. ^~~~~~~
  995. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:115:26: error: unknown type name 'uint8_t'
  996. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  997. ^~~~~~~
  998. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:115:44: error: unknown type name 'uint8_t'
  999. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1000. ^~~~~~~
  1001. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:115:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1002. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1003. ^~~~~~~~
  1004. __uint128_t
  1005. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:115:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1006. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1007. ^~~~~~~~
  1008. __uint128_t
  1009. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:116:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1010. uint8_t *rgb, uint32_t rgb_stride,
  1011. ^~~~~~~
  1012. __uint128_t
  1013. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:116:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1014. uint8_t *rgb, uint32_t rgb_stride,
  1015. ^~~~~~~~
  1016. __uint128_t
  1017. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:120:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1018. uint32_t width, uint32_t height,
  1019. ^~~~~~~~
  1020. __uint128_t
  1021. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:120:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1022. uint32_t width, uint32_t height,
  1023. ^~~~~~~~
  1024. __uint128_t
  1025. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:121:8: error: unknown type name 'uint8_t'
  1026. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1027. ^~~~~~~
  1028. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:121:26: error: unknown type name 'uint8_t'
  1029. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1030. ^~~~~~~
  1031. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:121:44: error: unknown type name 'uint8_t'
  1032. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1033. ^~~~~~~
  1034. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:121:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1035. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1036. ^~~~~~~~
  1037. __uint128_t
  1038. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:121:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1039. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1040. ^~~~~~~~
  1041. __uint128_t
  1042. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:122:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1043. uint8_t *rgb, uint32_t rgb_stride,
  1044. ^~~~~~~
  1045. __uint128_t
  1046. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:122:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1047. uint8_t *rgb, uint32_t rgb_stride,
  1048. ^~~~~~~~
  1049. __uint128_t
  1050. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:126:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1051. uint32_t width, uint32_t height,
  1052. ^~~~~~~~
  1053. __uint128_t
  1054. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:126:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1055. uint32_t width, uint32_t height,
  1056. ^~~~~~~~
  1057. __uint128_t
  1058. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:127:8: error: unknown type name 'uint8_t'
  1059. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1060. ^~~~~~~
  1061. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:127:26: error: unknown type name 'uint8_t'
  1062. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1063. ^~~~~~~
  1064. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:127:44: error: unknown type name 'uint8_t'
  1065. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1066. ^~~~~~~
  1067. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:127:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1068. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1069. ^~~~~~~~
  1070. __uint128_t
  1071. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:127:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1072. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1073. ^~~~~~~~
  1074. __uint128_t
  1075. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:128:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1076. uint8_t *rgb, uint32_t rgb_stride,
  1077. ^~~~~~~
  1078. __uint128_t
  1079. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:128:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1080. uint8_t *rgb, uint32_t rgb_stride,
  1081. ^~~~~~~~
  1082. __uint128_t
  1083. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:132:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1084. uint32_t width, uint32_t height,
  1085. ^~~~~~~~
  1086. __uint128_t
  1087. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:132:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1088. uint32_t width, uint32_t height,
  1089. ^~~~~~~~
  1090. __uint128_t
  1091. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:133:8: error: unknown type name 'uint8_t'
  1092. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1093. ^~~~~~~
  1094. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:133:26: error: unknown type name 'uint8_t'
  1095. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1096. ^~~~~~~
  1097. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:133:44: error: unknown type name 'uint8_t'
  1098. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1099. ^~~~~~~
  1100. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:133:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1101. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1102. ^~~~~~~~
  1103. __uint128_t
  1104. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:133:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1105. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1106. ^~~~~~~~
  1107. __uint128_t
  1108. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:134:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1109. uint8_t *rgb, uint32_t rgb_stride,
  1110. ^~~~~~~
  1111. __uint128_t
  1112. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:134:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1113. uint8_t *rgb, uint32_t rgb_stride,
  1114. ^~~~~~~~
  1115. __uint128_t
  1116. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:140:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1117. uint32_t width, uint32_t height,
  1118. ^~~~~~~~
  1119. __uint128_t
  1120. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:140:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1121. uint32_t width, uint32_t height,
  1122. ^~~~~~~~
  1123. __uint128_t
  1124. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:141:8: error: unknown type name 'uint8_t'
  1125. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1126. ^~~~~~~
  1127. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:141:26: error: unknown type name 'uint8_t'
  1128. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1129. ^~~~~~~
  1130. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:141:44: error: unknown type name 'uint8_t'
  1131. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1132. ^~~~~~~
  1133. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:141:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1134. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1135. ^~~~~~~~
  1136. __uint128_t
  1137. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:141:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1138. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1139. ^~~~~~~~
  1140. __uint128_t
  1141. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:142:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1142. uint8_t *rgb, uint32_t rgb_stride,
  1143. ^~~~~~~
  1144. __uint128_t
  1145. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:142:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1146. uint8_t *rgb, uint32_t rgb_stride,
  1147. ^~~~~~~~
  1148. __uint128_t
  1149. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:146:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1150. uint32_t width, uint32_t height,
  1151. ^~~~~~~~
  1152. __uint128_t
  1153. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:146:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1154. uint32_t width, uint32_t height,
  1155. ^~~~~~~~
  1156. __uint128_t
  1157. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:147:8: error: unknown type name 'uint8_t'
  1158. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1159. ^~~~~~~
  1160. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:147:26: error: unknown type name 'uint8_t'
  1161. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1162. ^~~~~~~
  1163. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:147:44: error: unknown type name 'uint8_t'
  1164. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1165. ^~~~~~~
  1166. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:147:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1167. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1168. ^~~~~~~~
  1169. __uint128_t
  1170. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:147:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1171. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1172. ^~~~~~~~
  1173. __uint128_t
  1174. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:148:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1175. uint8_t *rgb, uint32_t rgb_stride,
  1176. ^~~~~~~
  1177. __uint128_t
  1178. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:148:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1179. uint8_t *rgb, uint32_t rgb_stride,
  1180. ^~~~~~~~
  1181. __uint128_t
  1182. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:152:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1183. uint32_t width, uint32_t height,
  1184. ^~~~~~~~
  1185. __uint128_t
  1186. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:152:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1187. uint32_t width, uint32_t height,
  1188. ^~~~~~~~
  1189. __uint128_t
  1190. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:153:8: error: unknown type name 'uint8_t'
  1191. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1192. ^~~~~~~
  1193. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:153:26: error: unknown type name 'uint8_t'
  1194. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1195. ^~~~~~~
  1196. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:153:44: error: unknown type name 'uint8_t'
  1197. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1198. ^~~~~~~
  1199. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:153:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1200. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1201. ^~~~~~~~
  1202. __uint128_t
  1203. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:153:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1204. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1205. ^~~~~~~~
  1206. __uint128_t
  1207. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:154:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1208. uint8_t *rgb, uint32_t rgb_stride,
  1209. ^~~~~~~
  1210. __uint128_t
  1211. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:154:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1212. uint8_t *rgb, uint32_t rgb_stride,
  1213. ^~~~~~~~
  1214. __uint128_t
  1215. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:158:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1216. uint32_t width, uint32_t height,
  1217. ^~~~~~~~
  1218. __uint128_t
  1219. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:158:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1220. uint32_t width, uint32_t height,
  1221. ^~~~~~~~
  1222. __uint128_t
  1223. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:159:8: error: unknown type name 'uint8_t'
  1224. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1225. ^~~~~~~
  1226. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:159:26: error: unknown type name 'uint8_t'
  1227. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1228. ^~~~~~~
  1229. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:159:44: error: unknown type name 'uint8_t'
  1230. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1231. ^~~~~~~
  1232. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:159:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1233. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1234. ^~~~~~~~
  1235. __uint128_t
  1236. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:159:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1237. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1238. ^~~~~~~~
  1239. __uint128_t
  1240. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:160:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1241. uint8_t *rgb, uint32_t rgb_stride,
  1242. ^~~~~~~
  1243. __uint128_t
  1244. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:160:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1245. uint8_t *rgb, uint32_t rgb_stride,
  1246. ^~~~~~~~
  1247. __uint128_t
  1248. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:164:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1249. uint32_t width, uint32_t height,
  1250. ^~~~~~~~
  1251. __uint128_t
  1252. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:164:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1253. uint32_t width, uint32_t height,
  1254. ^~~~~~~~
  1255. __uint128_t
  1256. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:165:8: error: unknown type name 'uint8_t'
  1257. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1258. ^~~~~~~
  1259. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:165:26: error: unknown type name 'uint8_t'
  1260. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1261. ^~~~~~~
  1262. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:165:44: error: unknown type name 'uint8_t'
  1263. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1264. ^~~~~~~
  1265. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:165:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1266. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1267. ^~~~~~~~
  1268. __uint128_t
  1269. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:165:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1270. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1271. ^~~~~~~~
  1272. __uint128_t
  1273. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:166:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1274. uint8_t *rgb, uint32_t rgb_stride,
  1275. ^~~~~~~
  1276. __uint128_t
  1277. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:166:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1278. uint8_t *rgb, uint32_t rgb_stride,
  1279. ^~~~~~~~
  1280. __uint128_t
  1281. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:170:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1282. uint32_t width, uint32_t height,
  1283. ^~~~~~~~
  1284. __uint128_t
  1285. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:170:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1286. uint32_t width, uint32_t height,
  1287. ^~~~~~~~
  1288. __uint128_t
  1289. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:171:8: error: unknown type name 'uint8_t'
  1290. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1291. ^~~~~~~
  1292. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:171:26: error: unknown type name 'uint8_t'
  1293. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1294. ^~~~~~~
  1295. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:171:44: error: unknown type name 'uint8_t'
  1296. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1297. ^~~~~~~
  1298. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:171:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1299. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1300. ^~~~~~~~
  1301. __uint128_t
  1302. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:171:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1303. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1304. ^~~~~~~~
  1305. __uint128_t
  1306. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:172:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1307. uint8_t *rgb, uint32_t rgb_stride,
  1308. ^~~~~~~
  1309. __uint128_t
  1310. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:172:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1311. uint8_t *rgb, uint32_t rgb_stride,
  1312. ^~~~~~~~
  1313. __uint128_t
  1314. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:176:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1315. uint32_t width, uint32_t height,
  1316. ^~~~~~~~
  1317. __uint128_t
  1318. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:176:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1319. uint32_t width, uint32_t height,
  1320. ^~~~~~~~
  1321. __uint128_t
  1322. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:177:8: error: unknown type name 'uint8_t'
  1323. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1324. ^~~~~~~
  1325. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:177:26: error: unknown type name 'uint8_t'
  1326. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1327. ^~~~~~~
  1328. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:177:44: error: unknown type name 'uint8_t'
  1329. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1330. ^~~~~~~
  1331. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:177:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1332. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1333. ^~~~~~~~
  1334. __uint128_t
  1335. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:177:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1336. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1337. ^~~~~~~~
  1338. __uint128_t
  1339. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:178:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1340. uint8_t *rgb, uint32_t rgb_stride,
  1341. ^~~~~~~
  1342. __uint128_t
  1343. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:178:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1344. uint8_t *rgb, uint32_t rgb_stride,
  1345. ^~~~~~~~
  1346. __uint128_t
  1347. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:182:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1348. uint32_t width, uint32_t height,
  1349. ^~~~~~~~
  1350. __uint128_t
  1351. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:182:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1352. uint32_t width, uint32_t height,
  1353. ^~~~~~~~
  1354. __uint128_t
  1355. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:183:8: error: unknown type name 'uint8_t'
  1356. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1357. ^~~~~~~
  1358. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:183:26: error: unknown type name 'uint8_t'
  1359. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1360. ^~~~~~~
  1361. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:183:44: error: unknown type name 'uint8_t'
  1362. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1363. ^~~~~~~
  1364. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:183:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1365. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1366. ^~~~~~~~
  1367. __uint128_t
  1368. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:183:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1369. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1370. ^~~~~~~~
  1371. __uint128_t
  1372. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:184:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1373. uint8_t *rgb, uint32_t rgb_stride,
  1374. ^~~~~~~
  1375. __uint128_t
  1376. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:184:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1377. uint8_t *rgb, uint32_t rgb_stride,
  1378. ^~~~~~~~
  1379. __uint128_t
  1380. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:188:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1381. uint32_t width, uint32_t height,
  1382. ^~~~~~~~
  1383. __uint128_t
  1384. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:188:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1385. uint32_t width, uint32_t height,
  1386. ^~~~~~~~
  1387. __uint128_t
  1388. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:189:8: error: unknown type name 'uint8_t'
  1389. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1390. ^~~~~~~
  1391. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:189:26: error: unknown type name 'uint8_t'
  1392. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1393. ^~~~~~~
  1394. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:189:44: error: unknown type name 'uint8_t'
  1395. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1396. ^~~~~~~
  1397. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:189:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1398. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1399. ^~~~~~~~
  1400. __uint128_t
  1401. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:189:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1402. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1403. ^~~~~~~~
  1404. __uint128_t
  1405. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:190:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1406. uint8_t *rgb, uint32_t rgb_stride,
  1407. ^~~~~~~
  1408. __uint128_t
  1409. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:190:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1410. uint8_t *rgb, uint32_t rgb_stride,
  1411. ^~~~~~~~
  1412. __uint128_t
  1413. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:194:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1414. uint32_t width, uint32_t height,
  1415. ^~~~~~~~
  1416. __uint128_t
  1417. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:194:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1418. uint32_t width, uint32_t height,
  1419. ^~~~~~~~
  1420. __uint128_t
  1421. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:195:8: error: unknown type name 'uint8_t'
  1422. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1423. ^~~~~~~
  1424. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:195:26: error: unknown type name 'uint8_t'
  1425. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1426. ^~~~~~~
  1427. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:195:44: error: unknown type name 'uint8_t'
  1428. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1429. ^~~~~~~
  1430. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:195:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1431. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1432. ^~~~~~~~
  1433. __uint128_t
  1434. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:195:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1435. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1436. ^~~~~~~~
  1437. __uint128_t
  1438. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:196:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1439. uint8_t *rgb, uint32_t rgb_stride,
  1440. ^~~~~~~
  1441. __uint128_t
  1442. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:196:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1443. uint8_t *rgb, uint32_t rgb_stride,
  1444. ^~~~~~~~
  1445. __uint128_t
  1446. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:200:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1447. uint32_t width, uint32_t height,
  1448. ^~~~~~~~
  1449. __uint128_t
  1450. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:200:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1451. uint32_t width, uint32_t height,
  1452. ^~~~~~~~
  1453. __uint128_t
  1454. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:201:8: error: unknown type name 'uint8_t'
  1455. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1456. ^~~~~~~
  1457. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:201:26: error: unknown type name 'uint8_t'
  1458. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1459. ^~~~~~~
  1460. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:201:44: error: unknown type name 'uint8_t'
  1461. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1462. ^~~~~~~
  1463. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:201:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1464. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1465. ^~~~~~~~
  1466. __uint128_t
  1467. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:201:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1468. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1469. ^~~~~~~~
  1470. __uint128_t
  1471. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:202:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1472. uint8_t *rgb, uint32_t rgb_stride,
  1473. ^~~~~~~
  1474. __uint128_t
  1475. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:202:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1476. uint8_t *rgb, uint32_t rgb_stride,
  1477. ^~~~~~~~
  1478. __uint128_t
  1479. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:206:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1480. uint32_t width, uint32_t height,
  1481. ^~~~~~~~
  1482. __uint128_t
  1483. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:206:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1484. uint32_t width, uint32_t height,
  1485. ^~~~~~~~
  1486. __uint128_t
  1487. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:207:8: error: unknown type name 'uint8_t'
  1488. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1489. ^~~~~~~
  1490. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:207:26: error: unknown type name 'uint8_t'
  1491. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1492. ^~~~~~~
  1493. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:207:44: error: unknown type name 'uint8_t'
  1494. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1495. ^~~~~~~
  1496. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:207:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1497. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1498. ^~~~~~~~
  1499. __uint128_t
  1500. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:207:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1501. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1502. ^~~~~~~~
  1503. __uint128_t
  1504. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:208:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1505. uint8_t *rgb, uint32_t rgb_stride,
  1506. ^~~~~~~
  1507. __uint128_t
  1508. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:208:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1509. uint8_t *rgb, uint32_t rgb_stride,
  1510. ^~~~~~~~
  1511. __uint128_t
  1512. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:212:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1513. uint32_t width, uint32_t height,
  1514. ^~~~~~~~
  1515. __uint128_t
  1516. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:212:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1517. uint32_t width, uint32_t height,
  1518. ^~~~~~~~
  1519. __uint128_t
  1520. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:213:8: error: unknown type name 'uint8_t'
  1521. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1522. ^~~~~~~
  1523. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:213:26: error: unknown type name 'uint8_t'
  1524. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1525. ^~~~~~~
  1526. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:213:44: error: unknown type name 'uint8_t'
  1527. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1528. ^~~~~~~
  1529. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:213:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1530. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1531. ^~~~~~~~
  1532. __uint128_t
  1533. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:213:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1534. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1535. ^~~~~~~~
  1536. __uint128_t
  1537. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:214:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1538. uint8_t *rgb, uint32_t rgb_stride,
  1539. ^~~~~~~
  1540. __uint128_t
  1541. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:214:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1542. uint8_t *rgb, uint32_t rgb_stride,
  1543. ^~~~~~~~
  1544. __uint128_t
  1545. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:218:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1546. uint32_t width, uint32_t height,
  1547. ^~~~~~~~
  1548. __uint128_t
  1549. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:218:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1550. uint32_t width, uint32_t height,
  1551. ^~~~~~~~
  1552. __uint128_t
  1553. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:219:8: error: unknown type name 'uint8_t'
  1554. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1555. ^~~~~~~
  1556. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:219:26: error: unknown type name 'uint8_t'
  1557. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1558. ^~~~~~~
  1559. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:219:44: error: unknown type name 'uint8_t'
  1560. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1561. ^~~~~~~
  1562. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:219:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1563. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1564. ^~~~~~~~
  1565. __uint128_t
  1566. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:219:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1567. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1568. ^~~~~~~~
  1569. __uint128_t
  1570. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:220:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1571. uint8_t *rgb, uint32_t rgb_stride,
  1572. ^~~~~~~
  1573. __uint128_t
  1574. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:220:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1575. uint8_t *rgb, uint32_t rgb_stride,
  1576. ^~~~~~~~
  1577. __uint128_t
  1578. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:224:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1579. uint32_t width, uint32_t height,
  1580. ^~~~~~~~
  1581. __uint128_t
  1582. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:224:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1583. uint32_t width, uint32_t height,
  1584. ^~~~~~~~
  1585. __uint128_t
  1586. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:225:8: error: unknown type name 'uint8_t'
  1587. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1588. ^~~~~~~
  1589. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:225:26: error: unknown type name 'uint8_t'
  1590. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1591. ^~~~~~~
  1592. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:225:44: error: unknown type name 'uint8_t'
  1593. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1594. ^~~~~~~
  1595. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:225:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1596. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1597. ^~~~~~~~
  1598. __uint128_t
  1599. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:225:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1600. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1601. ^~~~~~~~
  1602. __uint128_t
  1603. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:226:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1604. uint8_t *rgb, uint32_t rgb_stride,
  1605. ^~~~~~~
  1606. __uint128_t
  1607. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:226:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1608. uint8_t *rgb, uint32_t rgb_stride,
  1609. ^~~~~~~~
  1610. __uint128_t
  1611. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:230:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1612. uint32_t width, uint32_t height,
  1613. ^~~~~~~~
  1614. __uint128_t
  1615. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:230:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1616. uint32_t width, uint32_t height,
  1617. ^~~~~~~~
  1618. __uint128_t
  1619. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:231:8: error: unknown type name 'uint8_t'
  1620. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1621. ^~~~~~~
  1622. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:231:26: error: unknown type name 'uint8_t'
  1623. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1624. ^~~~~~~
  1625. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:231:44: error: unknown type name 'uint8_t'
  1626. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1627. ^~~~~~~
  1628. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:231:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1629. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1630. ^~~~~~~~
  1631. __uint128_t
  1632. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:231:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1633. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1634. ^~~~~~~~
  1635. __uint128_t
  1636. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:232:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1637. uint8_t *rgb, uint32_t rgb_stride,
  1638. ^~~~~~~
  1639. __uint128_t
  1640. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:232:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1641. uint8_t *rgb, uint32_t rgb_stride,
  1642. ^~~~~~~~
  1643. __uint128_t
  1644. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:236:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1645. uint32_t width, uint32_t height,
  1646. ^~~~~~~~
  1647. __uint128_t
  1648. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:236:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1649. uint32_t width, uint32_t height,
  1650. ^~~~~~~~
  1651. __uint128_t
  1652. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:237:8: error: unknown type name 'uint8_t'
  1653. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1654. ^~~~~~~
  1655. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:237:26: error: unknown type name 'uint8_t'
  1656. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1657. ^~~~~~~
  1658. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:237:44: error: unknown type name 'uint8_t'
  1659. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1660. ^~~~~~~
  1661. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:237:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1662. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1663. ^~~~~~~~
  1664. __uint128_t
  1665. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:237:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1666. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1667. ^~~~~~~~
  1668. __uint128_t
  1669. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:238:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1670. uint8_t *rgb, uint32_t rgb_stride,
  1671. ^~~~~~~
  1672. __uint128_t
  1673. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:238:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1674. uint8_t *rgb, uint32_t rgb_stride,
  1675. ^~~~~~~~
  1676. __uint128_t
  1677. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:242:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1678. uint32_t width, uint32_t height,
  1679. ^~~~~~~~
  1680. __uint128_t
  1681. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:242:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1682. uint32_t width, uint32_t height,
  1683. ^~~~~~~~
  1684. __uint128_t
  1685. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:243:8: error: unknown type name 'uint8_t'
  1686. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1687. ^~~~~~~
  1688. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:243:26: error: unknown type name 'uint8_t'
  1689. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1690. ^~~~~~~
  1691. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:243:44: error: unknown type name 'uint8_t'
  1692. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1693. ^~~~~~~
  1694. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:243:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1695. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1696. ^~~~~~~~
  1697. __uint128_t
  1698. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:243:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1699. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1700. ^~~~~~~~
  1701. __uint128_t
  1702. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:244:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1703. uint8_t *rgb, uint32_t rgb_stride,
  1704. ^~~~~~~
  1705. __uint128_t
  1706. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:244:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1707. uint8_t *rgb, uint32_t rgb_stride,
  1708. ^~~~~~~~
  1709. __uint128_t
  1710. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:250:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1711. uint32_t width, uint32_t height,
  1712. ^~~~~~~~
  1713. __uint128_t
  1714. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:250:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1715. uint32_t width, uint32_t height,
  1716. ^~~~~~~~
  1717. __uint128_t
  1718. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:251:8: error: unknown type name 'uint8_t'
  1719. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1720. ^~~~~~~
  1721. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:251:26: error: unknown type name 'uint8_t'
  1722. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1723. ^~~~~~~
  1724. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:251:44: error: unknown type name 'uint8_t'
  1725. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1726. ^~~~~~~
  1727. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:251:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1728. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1729. ^~~~~~~~
  1730. __uint128_t
  1731. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:251:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1732. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1733. ^~~~~~~~
  1734. __uint128_t
  1735. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:252:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1736. uint8_t *rgb, uint32_t rgb_stride,
  1737. ^~~~~~~
  1738. __uint128_t
  1739. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:252:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1740. uint8_t *rgb, uint32_t rgb_stride,
  1741. ^~~~~~~~
  1742. __uint128_t
  1743. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:256:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1744. uint32_t width, uint32_t height,
  1745. ^~~~~~~~
  1746. __uint128_t
  1747. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:256:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1748. uint32_t width, uint32_t height,
  1749. ^~~~~~~~
  1750. __uint128_t
  1751. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:257:8: error: unknown type name 'uint8_t'
  1752. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1753. ^~~~~~~
  1754. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:257:26: error: unknown type name 'uint8_t'
  1755. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1756. ^~~~~~~
  1757. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:257:44: error: unknown type name 'uint8_t'
  1758. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1759. ^~~~~~~
  1760. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:257:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1761. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1762. ^~~~~~~~
  1763. __uint128_t
  1764. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:257:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1765. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1766. ^~~~~~~~
  1767. __uint128_t
  1768. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:258:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1769. uint8_t *rgb, uint32_t rgb_stride,
  1770. ^~~~~~~
  1771. __uint128_t
  1772. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:258:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1773. uint8_t *rgb, uint32_t rgb_stride,
  1774. ^~~~~~~~
  1775. __uint128_t
  1776. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:262:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1777. uint32_t width, uint32_t height,
  1778. ^~~~~~~~
  1779. __uint128_t
  1780. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:262:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1781. uint32_t width, uint32_t height,
  1782. ^~~~~~~~
  1783. __uint128_t
  1784. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:263:8: error: unknown type name 'uint8_t'
  1785. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1786. ^~~~~~~
  1787. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:263:26: error: unknown type name 'uint8_t'
  1788. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1789. ^~~~~~~
  1790. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:263:44: error: unknown type name 'uint8_t'
  1791. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1792. ^~~~~~~
  1793. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:263:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1794. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1795. ^~~~~~~~
  1796. __uint128_t
  1797. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:263:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1798. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1799. ^~~~~~~~
  1800. __uint128_t
  1801. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:264:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1802. uint8_t *rgb, uint32_t rgb_stride,
  1803. ^~~~~~~
  1804. __uint128_t
  1805. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:264:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1806. uint8_t *rgb, uint32_t rgb_stride,
  1807. ^~~~~~~~
  1808. __uint128_t
  1809. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:268:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1810. uint32_t width, uint32_t height,
  1811. ^~~~~~~~
  1812. __uint128_t
  1813. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:268:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1814. uint32_t width, uint32_t height,
  1815. ^~~~~~~~
  1816. __uint128_t
  1817. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:269:8: error: unknown type name 'uint8_t'
  1818. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1819. ^~~~~~~
  1820. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:269:26: error: unknown type name 'uint8_t'
  1821. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1822. ^~~~~~~
  1823. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:269:44: error: unknown type name 'uint8_t'
  1824. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1825. ^~~~~~~
  1826. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:269:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1827. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1828. ^~~~~~~~
  1829. __uint128_t
  1830. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:269:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1831. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1832. ^~~~~~~~
  1833. __uint128_t
  1834. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:270:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1835. uint8_t *rgb, uint32_t rgb_stride,
  1836. ^~~~~~~
  1837. __uint128_t
  1838. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:270:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1839. uint8_t *rgb, uint32_t rgb_stride,
  1840. ^~~~~~~~
  1841. __uint128_t
  1842. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:274:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1843. uint32_t width, uint32_t height,
  1844. ^~~~~~~~
  1845. __uint128_t
  1846. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:274:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1847. uint32_t width, uint32_t height,
  1848. ^~~~~~~~
  1849. __uint128_t
  1850. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:275:8: error: unknown type name 'uint8_t'
  1851. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1852. ^~~~~~~
  1853. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:275:26: error: unknown type name 'uint8_t'
  1854. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1855. ^~~~~~~
  1856. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:275:44: error: unknown type name 'uint8_t'
  1857. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1858. ^~~~~~~
  1859. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:275:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1860. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1861. ^~~~~~~~
  1862. __uint128_t
  1863. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:275:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1864. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1865. ^~~~~~~~
  1866. __uint128_t
  1867. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:276:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1868. uint8_t *rgb, uint32_t rgb_stride,
  1869. ^~~~~~~
  1870. __uint128_t
  1871. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:276:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1872. uint8_t *rgb, uint32_t rgb_stride,
  1873. ^~~~~~~~
  1874. __uint128_t
  1875. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:280:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1876. uint32_t width, uint32_t height,
  1877. ^~~~~~~~
  1878. __uint128_t
  1879. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:280:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1880. uint32_t width, uint32_t height,
  1881. ^~~~~~~~
  1882. __uint128_t
  1883. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:281:8: error: unknown type name 'uint8_t'
  1884. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1885. ^~~~~~~
  1886. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:281:26: error: unknown type name 'uint8_t'
  1887. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1888. ^~~~~~~
  1889. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:281:44: error: unknown type name 'uint8_t'
  1890. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1891. ^~~~~~~
  1892. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:281:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1893. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1894. ^~~~~~~~
  1895. __uint128_t
  1896. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:281:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1897. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1898. ^~~~~~~~
  1899. __uint128_t
  1900. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:282:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1901. uint8_t *rgb, uint32_t rgb_stride,
  1902. ^~~~~~~
  1903. __uint128_t
  1904. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:282:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1905. uint8_t *rgb, uint32_t rgb_stride,
  1906. ^~~~~~~~
  1907. __uint128_t
  1908. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:286:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1909. uint32_t width, uint32_t height,
  1910. ^~~~~~~~
  1911. __uint128_t
  1912. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:286:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1913. uint32_t width, uint32_t height,
  1914. ^~~~~~~~
  1915. __uint128_t
  1916. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:287:8: error: unknown type name 'uint8_t'
  1917. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1918. ^~~~~~~
  1919. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:287:26: error: unknown type name 'uint8_t'
  1920. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1921. ^~~~~~~
  1922. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:287:44: error: unknown type name 'uint8_t'
  1923. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1924. ^~~~~~~
  1925. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:287:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1926. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1927. ^~~~~~~~
  1928. __uint128_t
  1929. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:287:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1930. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1931. ^~~~~~~~
  1932. __uint128_t
  1933. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:288:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1934. uint8_t *rgb, uint32_t rgb_stride,
  1935. ^~~~~~~
  1936. __uint128_t
  1937. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:288:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1938. uint8_t *rgb, uint32_t rgb_stride,
  1939. ^~~~~~~~
  1940. __uint128_t
  1941. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:292:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1942. uint32_t width, uint32_t height,
  1943. ^~~~~~~~
  1944. __uint128_t
  1945. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:292:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1946. uint32_t width, uint32_t height,
  1947. ^~~~~~~~
  1948. __uint128_t
  1949. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:293:8: error: unknown type name 'uint8_t'
  1950. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1951. ^~~~~~~
  1952. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:293:26: error: unknown type name 'uint8_t'
  1953. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1954. ^~~~~~~
  1955. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:293:44: error: unknown type name 'uint8_t'
  1956. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1957. ^~~~~~~
  1958. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:293:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1959. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1960. ^~~~~~~~
  1961. __uint128_t
  1962. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:293:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1963. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1964. ^~~~~~~~
  1965. __uint128_t
  1966. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:294:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  1967. uint8_t *rgb, uint32_t rgb_stride,
  1968. ^~~~~~~
  1969. __uint128_t
  1970. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:294:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1971. uint8_t *rgb, uint32_t rgb_stride,
  1972. ^~~~~~~~
  1973. __uint128_t
  1974. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:298:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1975. uint32_t width, uint32_t height,
  1976. ^~~~~~~~
  1977. __uint128_t
  1978. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:298:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1979. uint32_t width, uint32_t height,
  1980. ^~~~~~~~
  1981. __uint128_t
  1982. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:299:8: error: unknown type name 'uint8_t'
  1983. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1984. ^~~~~~~
  1985. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:299:26: error: unknown type name 'uint8_t'
  1986. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1987. ^~~~~~~
  1988. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:299:44: error: unknown type name 'uint8_t'
  1989. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1990. ^~~~~~~
  1991. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:299:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1992. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1993. ^~~~~~~~
  1994. __uint128_t
  1995. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:299:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  1996. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  1997. ^~~~~~~~
  1998. __uint128_t
  1999. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:300:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2000. uint8_t *rgb, uint32_t rgb_stride,
  2001. ^~~~~~~
  2002. __uint128_t
  2003. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:300:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2004. uint8_t *rgb, uint32_t rgb_stride,
  2005. ^~~~~~~~
  2006. __uint128_t
  2007. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:304:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2008. uint32_t width, uint32_t height,
  2009. ^~~~~~~~
  2010. __uint128_t
  2011. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:304:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2012. uint32_t width, uint32_t height,
  2013. ^~~~~~~~
  2014. __uint128_t
  2015. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:305:8: error: unknown type name 'uint8_t'
  2016. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2017. ^~~~~~~
  2018. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:305:26: error: unknown type name 'uint8_t'
  2019. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2020. ^~~~~~~
  2021. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:305:44: error: unknown type name 'uint8_t'
  2022. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2023. ^~~~~~~
  2024. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:305:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2025. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2026. ^~~~~~~~
  2027. __uint128_t
  2028. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:305:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2029. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2030. ^~~~~~~~
  2031. __uint128_t
  2032. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:306:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2033. uint8_t *rgb, uint32_t rgb_stride,
  2034. ^~~~~~~
  2035. __uint128_t
  2036. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:306:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2037. uint8_t *rgb, uint32_t rgb_stride,
  2038. ^~~~~~~~
  2039. __uint128_t
  2040. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:310:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2041. uint32_t width, uint32_t height,
  2042. ^~~~~~~~
  2043. __uint128_t
  2044. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:310:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2045. uint32_t width, uint32_t height,
  2046. ^~~~~~~~
  2047. __uint128_t
  2048. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:311:8: error: unknown type name 'uint8_t'
  2049. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2050. ^~~~~~~
  2051. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:311:26: error: unknown type name 'uint8_t'
  2052. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2053. ^~~~~~~
  2054. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:311:44: error: unknown type name 'uint8_t'
  2055. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2056. ^~~~~~~
  2057. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:311:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2058. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2059. ^~~~~~~~
  2060. __uint128_t
  2061. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:311:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2062. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2063. ^~~~~~~~
  2064. __uint128_t
  2065. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:312:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2066. uint8_t *rgb, uint32_t rgb_stride,
  2067. ^~~~~~~
  2068. __uint128_t
  2069. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:312:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2070. uint8_t *rgb, uint32_t rgb_stride,
  2071. ^~~~~~~~
  2072. __uint128_t
  2073. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:316:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2074. uint32_t width, uint32_t height,
  2075. ^~~~~~~~
  2076. __uint128_t
  2077. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:316:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2078. uint32_t width, uint32_t height,
  2079. ^~~~~~~~
  2080. __uint128_t
  2081. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:317:8: error: unknown type name 'uint8_t'
  2082. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2083. ^~~~~~~
  2084. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:317:26: error: unknown type name 'uint8_t'
  2085. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2086. ^~~~~~~
  2087. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:317:44: error: unknown type name 'uint8_t'
  2088. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2089. ^~~~~~~
  2090. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:317:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2091. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2092. ^~~~~~~~
  2093. __uint128_t
  2094. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:317:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2095. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2096. ^~~~~~~~
  2097. __uint128_t
  2098. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:318:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2099. uint8_t *rgb, uint32_t rgb_stride,
  2100. ^~~~~~~
  2101. __uint128_t
  2102. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:318:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2103. uint8_t *rgb, uint32_t rgb_stride,
  2104. ^~~~~~~~
  2105. __uint128_t
  2106. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:322:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2107. uint32_t width, uint32_t height,
  2108. ^~~~~~~~
  2109. __uint128_t
  2110. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:322:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2111. uint32_t width, uint32_t height,
  2112. ^~~~~~~~
  2113. __uint128_t
  2114. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:323:8: error: unknown type name 'uint8_t'
  2115. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2116. ^~~~~~~
  2117. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:323:26: error: unknown type name 'uint8_t'
  2118. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2119. ^~~~~~~
  2120. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:323:44: error: unknown type name 'uint8_t'
  2121. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2122. ^~~~~~~
  2123. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:323:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2124. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2125. ^~~~~~~~
  2126. __uint128_t
  2127. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:323:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2128. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2129. ^~~~~~~~
  2130. __uint128_t
  2131. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:324:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2132. uint8_t *rgb, uint32_t rgb_stride,
  2133. ^~~~~~~
  2134. __uint128_t
  2135. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:324:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2136. uint8_t *rgb, uint32_t rgb_stride,
  2137. ^~~~~~~~
  2138. __uint128_t
  2139. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:328:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2140. uint32_t width, uint32_t height,
  2141. ^~~~~~~~
  2142. __uint128_t
  2143. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:328:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2144. uint32_t width, uint32_t height,
  2145. ^~~~~~~~
  2146. __uint128_t
  2147. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:329:8: error: unknown type name 'uint8_t'
  2148. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2149. ^~~~~~~
  2150. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:329:26: error: unknown type name 'uint8_t'
  2151. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2152. ^~~~~~~
  2153. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:329:44: error: unknown type name 'uint8_t'
  2154. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2155. ^~~~~~~
  2156. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:329:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2157. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2158. ^~~~~~~~
  2159. __uint128_t
  2160. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:329:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2161. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2162. ^~~~~~~~
  2163. __uint128_t
  2164. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:330:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2165. uint8_t *rgb, uint32_t rgb_stride,
  2166. ^~~~~~~
  2167. __uint128_t
  2168. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:330:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2169. uint8_t *rgb, uint32_t rgb_stride,
  2170. ^~~~~~~~
  2171. __uint128_t
  2172. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:334:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2173. uint32_t width, uint32_t height,
  2174. ^~~~~~~~
  2175. __uint128_t
  2176. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:334:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2177. uint32_t width, uint32_t height,
  2178. ^~~~~~~~
  2179. __uint128_t
  2180. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:335:8: error: unknown type name 'uint8_t'
  2181. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2182. ^~~~~~~
  2183. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:335:26: error: unknown type name 'uint8_t'
  2184. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2185. ^~~~~~~
  2186. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:335:44: error: unknown type name 'uint8_t'
  2187. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2188. ^~~~~~~
  2189. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:335:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2190. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2191. ^~~~~~~~
  2192. __uint128_t
  2193. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:335:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2194. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2195. ^~~~~~~~
  2196. __uint128_t
  2197. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:336:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2198. uint8_t *rgb, uint32_t rgb_stride,
  2199. ^~~~~~~
  2200. __uint128_t
  2201. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:336:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2202. uint8_t *rgb, uint32_t rgb_stride,
  2203. ^~~~~~~~
  2204. __uint128_t
  2205. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:340:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2206. uint32_t width, uint32_t height,
  2207. ^~~~~~~~
  2208. __uint128_t
  2209. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:340:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2210. uint32_t width, uint32_t height,
  2211. ^~~~~~~~
  2212. __uint128_t
  2213. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:341:8: error: unknown type name 'uint8_t'
  2214. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2215. ^~~~~~~
  2216. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:341:26: error: unknown type name 'uint8_t'
  2217. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2218. ^~~~~~~
  2219. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:341:44: error: unknown type name 'uint8_t'
  2220. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2221. ^~~~~~~
  2222. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:341:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2223. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2224. ^~~~~~~~
  2225. __uint128_t
  2226. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:341:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2227. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2228. ^~~~~~~~
  2229. __uint128_t
  2230. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:342:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2231. uint8_t *rgb, uint32_t rgb_stride,
  2232. ^~~~~~~
  2233. __uint128_t
  2234. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:342:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2235. uint8_t *rgb, uint32_t rgb_stride,
  2236. ^~~~~~~~
  2237. __uint128_t
  2238. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:346:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2239. uint32_t width, uint32_t height,
  2240. ^~~~~~~~
  2241. __uint128_t
  2242. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:346:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2243. uint32_t width, uint32_t height,
  2244. ^~~~~~~~
  2245. __uint128_t
  2246. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:347:8: error: unknown type name 'uint8_t'
  2247. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2248. ^~~~~~~
  2249. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:347:26: error: unknown type name 'uint8_t'
  2250. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2251. ^~~~~~~
  2252. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:347:44: error: unknown type name 'uint8_t'
  2253. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2254. ^~~~~~~
  2255. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:347:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2256. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2257. ^~~~~~~~
  2258. __uint128_t
  2259. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:347:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2260. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2261. ^~~~~~~~
  2262. __uint128_t
  2263. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:348:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2264. uint8_t *rgb, uint32_t rgb_stride,
  2265. ^~~~~~~
  2266. __uint128_t
  2267. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:348:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2268. uint8_t *rgb, uint32_t rgb_stride,
  2269. ^~~~~~~~
  2270. __uint128_t
  2271. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:352:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2272. uint32_t width, uint32_t height,
  2273. ^~~~~~~~
  2274. __uint128_t
  2275. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:352:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2276. uint32_t width, uint32_t height,
  2277. ^~~~~~~~
  2278. __uint128_t
  2279. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:353:8: error: unknown type name 'uint8_t'
  2280. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2281. ^~~~~~~
  2282. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:353:26: error: unknown type name 'uint8_t'
  2283. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2284. ^~~~~~~
  2285. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:353:44: error: unknown type name 'uint8_t'
  2286. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2287. ^~~~~~~
  2288. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:353:56: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2289. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2290. ^~~~~~~~
  2291. __uint128_t
  2292. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:353:75: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2293. const uint8_t *y, const uint8_t *u, const uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2294. ^~~~~~~~
  2295. __uint128_t
  2296. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:354:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2297. uint8_t *rgb, uint32_t rgb_stride,
  2298. ^~~~~~~
  2299. __uint128_t
  2300. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:354:16: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2301. uint8_t *rgb, uint32_t rgb_stride,
  2302. ^~~~~~~~
  2303. __uint128_t
  2304. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:360:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2305. uint32_t width, uint32_t height,
  2306. ^~~~~~~~
  2307. __uint128_t
  2308. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:360:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2309. uint32_t width, uint32_t height,
  2310. ^~~~~~~~
  2311. __uint128_t
  2312. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:361:8: error: unknown type name 'uint8_t'
  2313. const uint8_t *rgb, uint32_t rgb_stride,
  2314. ^~~~~~~
  2315. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:361:22: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2316. const uint8_t *rgb, uint32_t rgb_stride,
  2317. ^~~~~~~~
  2318. __uint128_t
  2319. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:362:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2320. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2321. ^~~~~~~
  2322. __uint128_t
  2323. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:362:14: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2324. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2325. ^~~~~~~
  2326. __uint128_t
  2327. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:362:26: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2328. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2329. ^~~~~~~
  2330. __uint128_t
  2331. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:362:38: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2332. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2333. ^~~~~~~~
  2334. __uint128_t
  2335. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:362:57: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2336. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2337. ^~~~~~~~
  2338. __uint128_t
  2339. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:368:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2340. uint32_t width, uint32_t height,
  2341. ^~~~~~~~
  2342. __uint128_t
  2343. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:368:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2344. uint32_t width, uint32_t height,
  2345. ^~~~~~~~
  2346. __uint128_t
  2347. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:369:8: error: unknown type name 'uint8_t'
  2348. const uint8_t *rgb, uint32_t rgb_stride,
  2349. ^~~~~~~
  2350. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:369:22: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2351. const uint8_t *rgb, uint32_t rgb_stride,
  2352. ^~~~~~~~
  2353. __uint128_t
  2354. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:370:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2355. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2356. ^~~~~~~
  2357. __uint128_t
  2358. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:370:14: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2359. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2360. ^~~~~~~
  2361. __uint128_t
  2362. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:370:26: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2363. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2364. ^~~~~~~
  2365. __uint128_t
  2366. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:370:38: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2367. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2368. ^~~~~~~~
  2369. __uint128_t
  2370. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:370:57: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2371. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2372. ^~~~~~~~
  2373. __uint128_t
  2374. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:376:2: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2375. uint32_t width, uint32_t height,
  2376. ^~~~~~~~
  2377. __uint128_t
  2378. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:376:18: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2379. uint32_t width, uint32_t height,
  2380. ^~~~~~~~
  2381. __uint128_t
  2382. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:377:8: error: unknown type name 'uint8_t'
  2383. const uint8_t *rgb, uint32_t rgb_stride,
  2384. ^~~~~~~
  2385. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:377:22: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2386. const uint8_t *rgb, uint32_t rgb_stride,
  2387. ^~~~~~~~
  2388. __uint128_t
  2389. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:378:2: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2390. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2391. ^~~~~~~
  2392. __uint128_t
  2393. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:378:14: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2394. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2395. ^~~~~~~
  2396. __uint128_t
  2397. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:378:26: error: unknown type name 'uint8_t'; did you mean '__uint128_t'?
  2398. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2399. ^~~~~~~
  2400. __uint128_t
  2401. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:378:38: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2402. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2403. ^~~~~~~~
  2404. __uint128_t
  2405. /home/stu/projects/external/libsdl/SDL/src/video/yuv2rgb/yuv_rgb.h:378:57: error: unknown type name 'uint32_t'; did you mean '__uint128_t'?
  2406. uint8_t *y, uint8_t *u, uint8_t *v, uint32_t y_stride, uint32_t uv_stride,
  2407. ^~~~~~~~
  2408. __uint128_t
  2409. /home/stu/projects/external/libsdl/SDL/src/video/SDL_yuv.c: In function 'SDL_ConvertPixels_YUV_to_RGB':
  2410. /home/stu/projects/external/libsdl/SDL/src/video/SDL_yuv.c:365:13: warning: 'yuv_type' may be used uninitialized in this function [-Wmaybe-uninitialized]
  2411. yuvnv12_rgb565_std(width, height, y, u, v, y_stride, uv_stride, rgb, rgb_stride, yuv_type);
  2412. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2413. /home/stu/projects/external/libsdl/SDL/src/video/SDL_yuv.c:403:15: note: 'yuv_type' was declared here
  2414. YCbCrType yuv_type;
  2415. ^~~~~~~~
  2416. CC build/SDL_nullevents.lo
  2417. Makefile:539: recipe for target 'build/yuv_rgb.lo' failed
  2418. make[2]: *** [build/yuv_rgb.lo] Error 1
  2419. make[2]: *** Waiting for unfinished jobs....
  2420. make[2]: Leaving directory '/home/stu/projects/external/libsdl/SDL/builddir/all'
  2421. dh_auto_build: make -j4 returned exit code 2
  2422. debian/rules:18: recipe for target 'override_dh_auto_build' failed
  2423. make[1]: *** [override_dh_auto_build] Error 2
  2424. make[1]: Leaving directory '/home/stu/projects/external/libsdl/SDL'
  2425. debian/rules:12: recipe for target 'build' failed
  2426. make: *** [build] Error 2
  2427. dpkg-buildpackage: error: debian/rules build gave error exit status 2
  2428. debuild: fatal error at line 1124:
  2429. dpkg-buildpackage -rfakeroot -us -uc failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement