xvmc-nouveau: Resolve build
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 16 Jul 2011 00:28:15 +0000 (01:28 +0100)
committerYounes Manton <younes.m@gmail.com>
Sat, 16 Jul 2011 15:21:48 +0000 (11:21 -0400)
commit55b415ff7751a6c5ac36ef49ac200460b47cae11
tree8d0e2fbedbc00d10d8d68b5056256c536da586f5
parent56503fd13847ae5072af761ac69b923323e053f8
xvmc-nouveau: Resolve build

The following resolves the build issues and missing symbols
Add "xvmc-nouveau/target.c" - missing symbol "driver_description"
Add "drivers/nvc0/libnvc0.a" - missing symbol "nvc0_screen_create"
Remove "drivers/softpipe/libsoftpipe.a" - unnessecary dependency
resolves build (when building without swrast)
Add "drivers/trace/libtrace.a" in Makefile

Note: With/without those patches xvmc-nouveau still segfaults
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/targets/xvmc-nouveau/Makefile
src/gallium/targets/xvmc-nouveau/target.c [new file with mode: 0644]