GNOME Bugzilla – Bug 768696
Mac OS X build warnings: -Werror gstjpeg2000parse.c
Last modified: 2016-07-11 21:03:43 UTC
CC libgstvideoparsersbad_la-gsth265parse.lo gstjpeg2000parse.c:446:45: error: implicit conversion from enumeration type 'GstJPEG2000Colorspace' to different enumeration type 'GstJPEG2000Sampling' [-Werror,-Wenum-conversion] 4) ? GST_JPEG2000_SAMPLING_RGBA : GST_JPEG2000_COLORSPACE_RGB; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[3]: *** [libgstvideoparsersbad_la-gstjpeg2000parse.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [videoparsers] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 === Temp workaround is to disable fatal warnings ./configure --disable-fatal-warnings
commit 064f46e9e16a11aef47ab5e0e75f1573a3458417 Author: Sebastian Dröge <sebastian@centricular.com> Date: Tue Jul 12 00:02:53 2016 +0300 jpeg2000parse: Use correct enum type GST_JPEG2000_SAMPLING_RGB instead of GST_JPEG2000_COLORSPACE_RGB https://bugzilla.gnome.org/show_bug.cgi?id=768696