Re: [Mesa-dev] [PATCH 1/2] st/omx_tizonia: add --enable-omx-tizonia flag and build files

2017-08-19 Thread Andy Furniss
Ahh, I didn't let it error out so didn't see it listed in the error message. Though I've built tizonia I haven't installed yet because I wanted to remind myself where bellagio is speed/function wise. I am now a bit sidetracked with a couple of issues I found but will try it soon. I did do a

Re: [Mesa-dev] [PATCH 1/2] st/omx_tizonia: add --enable-omx-tizonia flag and build files

2017-08-19 Thread Gurkirpal Singh
Hi, The target tizonia is available with gst-omx on current git https://cgit.freedesktop.org/gstreamer/gst-omx/commit/?id=ae14bb362a26bb1b48f7f99c7fc2350e0fa50ffa The option --with-omx-target=tizonia should work. Cheers On Thu, Aug 17, 2017 at 4:39 AM, Andy Furniss wrote:

Re: [Mesa-dev] [PATCH 1/2] st/omx_tizonia: add --enable-omx-tizonia flag and build files

2017-08-16 Thread Andy Furniss
Thanks, I'll try something similar. One more question - WRT gst-omx, what target should I build - generic or is something else/patch needed? I don't see tizonia with current git. Gurkirpal Singh wrote: Hi, It is a known issue that the player is hard to build. Juan suggested to remove it from

Re: [Mesa-dev] [PATCH 1/2] st/omx_tizonia: add --enable-omx-tizonia flag and build files

2017-08-16 Thread Gurkirpal Singh
Hi, It is a known issue that the player is hard to build. Juan suggested to remove it from the build files https://github.com/tizonia/tizonia-openmax-il/issues/248#issuecomment-232406388 These are the changes that I make while building tizonia for use with mesa: diff --git a/Makefile.am

Re: [Mesa-dev] [PATCH 1/2] st/omx_tizonia: add --enable-omx-tizonia flag and build files

2017-08-11 Thread Emil Velikov
On 11 August 2017 at 13:54, Christian König wrote: > Am 11.08.2017 um 14:32 schrieb Emil Velikov: >> >> Hi Gurkirpal, >> >> Thanks for working on this. I believe Christian has some good points. >> There's only one small question + suggestion from me. >> >> On 11 August

Re: [Mesa-dev] [PATCH 1/2] st/omx_tizonia: add --enable-omx-tizonia flag and build files

2017-08-11 Thread Christian König
Am 11.08.2017 um 14:32 schrieb Emil Velikov: Hi Gurkirpal, Thanks for working on this. I believe Christian has some good points. There's only one small question + suggestion from me. On 11 August 2017 at 05:31, Gurkirpal Singh wrote: +

Re: [Mesa-dev] [PATCH 1/2] st/omx_tizonia: add --enable-omx-tizonia flag and build files

2017-08-11 Thread Emil Velikov
Hi Gurkirpal, Thanks for working on this. I believe Christian has some good points. There's only one small question + suggestion from me. On 11 August 2017 at 05:31, Gurkirpal Singh wrote: > +PKG_CHECK_MODULES([OMX_TIZONIA], [libtizonia >= >

Re: [Mesa-dev] [PATCH 1/2] st/omx_tizonia: add --enable-omx-tizonia flag and build files

2017-08-11 Thread Christian König
Am 11.08.2017 um 06:31 schrieb Gurkirpal Singh: Coexist with --enable-omx so they can be built independently Detect tizonia package config file Generate libomxtiz_mesa.so and install it to libtizcore.pc::pluginsdir Only compile empty source (target.c) for now. Really nice piece of work. Just a