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?

lu
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to