Files
bsdports/xapp/vlc3/files/patch-modules_video__chroma_i420__yuy2.c
2020-05-17 08:38:26 +00:00

13 lines
318 B
C

--- modules/video_chroma/i420_yuy2.c.orig 2019-09-12 13:09:52 UTC
+++ modules/video_chroma/i420_yuy2.c
@@ -37,7 +37,9 @@
#include <vlc_cpu.h>
#if defined (MODULE_NAME_IS_i420_yuy2_altivec) && defined(HAVE_ALTIVEC_H)
+# undef bool
# include <altivec.h>
+# define bool _Bool
#endif
#include "i420_yuy2.h"