Re: [Mesa-dev] [PATCH 16/23] targets/vdpau: convert to static and shared pipe-drivers

2014-05-20 Thread Emil Velikov
On 20/05/14 04:49, Jonathan Gray wrote: > On Mon, May 19, 2014 at 11:57:58PM +0100, Emil Velikov wrote: >> On 18/05/14 12:22, Jonathan Gray wrote: >> [snip] >>> >>> Currently I run my autotools builds like this: >>> >>> export LDFLAGS=-L/usr/local/lib >>> export CPPFLAGS="-I/usr/local/include -I/us

Re: [Mesa-dev] [PATCH 16/23] targets/vdpau: convert to static and shared pipe-drivers

2014-05-19 Thread Jonathan Gray
On Mon, May 19, 2014 at 11:57:58PM +0100, Emil Velikov wrote: > On 18/05/14 12:22, Jonathan Gray wrote: > [snip] > > > > Currently I run my autotools builds like this: > > > > export LDFLAGS=-L/usr/local/lib > > export CPPFLAGS="-I/usr/local/include -I/usr/local/include/libelf" > > export AUTOMAK

Re: [Mesa-dev] [PATCH 16/23] targets/vdpau: convert to static and shared pipe-drivers

2014-05-19 Thread Emil Velikov
On 18/05/14 12:22, Jonathan Gray wrote: [snip] > > Currently I run my autotools builds like this: > > export LDFLAGS=-L/usr/local/lib > export CPPFLAGS="-I/usr/local/include -I/usr/local/include/libelf" > export AUTOMAKE_VERSION=1.12 > export AUTOCONF_VERSION=2.69 > export LEX=/usr/local/bin/gfle

Re: [Mesa-dev] [PATCH 16/23] targets/vdpau: convert to static and shared pipe-drivers

2014-05-18 Thread Jonathan Gray
On Sun, May 18, 2014 at 09:44:00AM +0100, Emil Velikov wrote: > On 18/05/14 08:41, Jonathan Gray wrote: > > On Sun, May 18, 2014 at 08:07:38AM +0100, Emil Velikov wrote: > >> Create a single library containing the state-tracker etc. > >> thus have a smaller overall size footprint of mesa. > >> > >>

Re: [Mesa-dev] [PATCH 16/23] targets/vdpau: convert to static and shared pipe-drivers

2014-05-18 Thread Emil Velikov
On 18/05/14 08:41, Jonathan Gray wrote: > On Sun, May 18, 2014 at 08:07:38AM +0100, Emil Velikov wrote: >> Create a single library containing the state-tracker etc. >> thus have a smaller overall size footprint of mesa. >> >> The driver can be built with the relevant pipe-drivers >> statically link

Re: [Mesa-dev] [PATCH 16/23] targets/vdpau: convert to static and shared pipe-drivers

2014-05-18 Thread Jonathan Gray
On Sun, May 18, 2014 at 08:07:38AM +0100, Emil Velikov wrote: > Create a single library containing the state-tracker etc. > thus have a smaller overall size footprint of mesa. > > The driver can be built with the relevant pipe-drivers > statically linked in, or loaded as shared modules. > Currentl

[Mesa-dev] [PATCH 16/23] targets/vdpau: convert to static and shared pipe-drivers

2014-05-18 Thread Emil Velikov
Create a single library containing the state-tracker etc. thus have a smaller overall size footprint of mesa. The driver can be built with the relevant pipe-drivers statically linked in, or loaded as shared modules. Currently we default to static link. Add SPLIT_TARGETS to guard the other VL targ