On Mon, Mar 27, 2017 at 7:59 AM, Daniel Stone <[email protected]> wrote: > On 27 March 2017 at 12:50, Rob Clark <[email protected]> wrote: >> On Mon, Mar 27, 2017 at 7:37 AM, Fabio Estevam <[email protected]> wrote: >>> gst-decoder.c:189:40: note: each undeclared identifier is reported >>> only once for each function it appears in >>> Makefile:613: recipe for target 'kmscube-gst-decoder.o' failed >>> make: *** [kmscube-gst-decoder.o] Error 1 >> >> hmm, GBM_FORMAT_R8 might be kind of newer.. probably the build system >> needs to check for a minimum gbm version > > dependency('gbm >= 17.0') > > or > > dep_gbm = dependency('gbm') > if dep_gbm.version_compare('>= 17.0') > have_gbm_format_r8 = true > endif
thx.. I guess we want 17.0 mesa for the egl fence fd extension too, so I'll probably just unconditionally require it I'll put together a v3 later this morning when I reach the office BR, -R _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
