On Sat, Dec 03, 2016 at 02:50:31PM +0100, Luca Barbato wrote:
> On 03/12/2016 11:07, Diego Biurrun wrote:
> > On Sat, Dec 03, 2016 at 11:00:01AM +0100, Luca Barbato wrote:
> >> On 03/12/2016 07:49, Diego Biurrun wrote:
> >>> +enabled omx               && { check_header OMX_Core.h || die
> >>> "ERROR: OpenMAX IL headers not found"; } +enabled omx_rpi
> >>> && { ! enabled cross_compile && add_cflags
> >>> -isystem/opt/vc/include/IL +
> >>> check_header OMX_Core.h  || die "ERROR: OpenMAX IL headers not
> >>> found"; }
> >> 
> >> Flip the order and it should work.
> > 
> > At this point in configure, omx_rpi has not turned on omx yet, so
> > there should not be any duplicate checking.
> 
> so it would simply die if you are on a rpi and enable omx?

Isn't that what the omx-rpi option is for? I'm somewhat mystified by
what the intended behavior is...

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to