Re: [Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

2011-07-25 Thread Andy Furniss
Christian König wrote: Hi, sorry for the late reply, have been in Canada on a team meeting. Did you got it working Andy or do you need some more help? It's OK, now thanks. I have started setting LDFLAGS as Dan suggested. I think the overall situation with finding libraries in the mesa mak

Re: [Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

2011-07-24 Thread Christian König
Hi, sorry for the late reply, have been in Canada on a team meeting. Did you got it working Andy or do you need some more help? I think the overall situation with finding libraries in the mesa makefiles is not the best, but that's not prio 1 at the moment. It should work with a standard install

Re: [Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

2011-07-17 Thread Dan Nicholson
On Jul 15, 2011 12:06 PM, "Andy Furniss" wrote: > > Andy Furniss wrote: > >> I have another problem though, vdpau-softpipe is not using my >> LD_LIBRARY_PATH so fails to find where my lvdpau is. >> >> As you can see from below r600 does use it and adds >> -L/home/andy/Src/Xorg-git/modular/lib and

Re: [Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

2011-07-15 Thread Andy Furniss
Andy Furniss wrote: I have another problem though, vdpau-softpipe is not using my LD_LIBRARY_PATH so fails to find where my lvdpau is. As you can see from below r600 does use it and adds -L/home/andy/Src/Xorg-git/modular/lib and links OK. Maybe this doesn't come from LD_LIBRARY_PATH and inste

Re: [Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

2011-07-15 Thread Andy Furniss
Andy Furniss wrote: make[3]: *** No rule to make target `../../../../src/gallium/winsys/sw/xlib/libws_xlib.a', needed by `../../../../lib/gallium/libvdpau_softpipe.so'. Stop. I see this is fixed now in master. I have another problem though, vdpau-softpipe is not using my LD_LIBRARY_PATH so f

Re: [Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

2011-07-14 Thread Andy Furniss
Christian König wrote: Hello list, I'm about to commit the attached patches, they add checks that the correct development packages are installed before enabling the different state trackers. Don't know if this one is specific to my setup/options but - ./autogen.sh --prefix=/home/andy/Src/Xorg

Re: [Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

2011-07-14 Thread ★ Emeric
2011/7/14 Christian König : > Hi Emeric, > > thanks for the tip, I've added "xorg-server" development files to the > dependencies list and pushed it. > > I've just take a look over your VP8 code, looks quite good so far, just > some side notes: > 1.) regarding the picture parameter to decode_bitstr

Re: [Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

2011-07-14 Thread Dan Nicholson
2011/7/14 Christian König : > Hello list, > > I'm about to commit the attached patches, they add checks that the > correct development packages are installed before enabling the different > state trackers. > > Since me and autoconf are in a fight for several years now please take a > look and check

Re: [Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

2011-07-14 Thread Alexandre Demers
May I suggest to fix that one also since there is a missing dependency on d3dx state tracker? https://bugs.freedesktop.org/show_bug.cgi?id=33938 Cheers, -- Alexandre Demers ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesk

Re: [Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

2011-07-14 Thread Christian König
Hi Emeric, thanks for the tip, I've added "xorg-server" development files to the dependencies list and pushed it. I've just take a look over your VP8 code, looks quite good so far, just some side notes: 1.) regarding the picture parameter to decode_bitstream: Don't hack around my bugs, just leave

Re: [Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

2011-07-14 Thread ★ Emeric
Hi Christian, I don't know if that deserve a check in the autoconf, but the XvMC state tracker requires this #include from the xorg server development package. Someone had the problem on the #mesa-devel channel, and could not get mesa to build with --enable-xvmc because of it, so I guess this is a

[Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

2011-07-14 Thread Christian König
Hello list, I'm about to commit the attached patches, they add checks that the correct development packages are installed before enabling the different state trackers. Since me and autoconf are in a fight for several years now please take a look and check that I'm not doing anything stupid. Chri