Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82571 - xine-lib 1.0 is unable to compile XvMC support
Summary: xine-lib 1.0 is unable to compile XvMC support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-19 05:35 UTC by Brian Tarricone
Modified: 2005-04-28 18:08 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Tarricone 2005-02-19 05:35:59 UTC
While xine-lib is configuring, we get the following output:

checking whether to enable the xxmc plugin with vld extensions...
checking for XvMCPutSlice in -lXvMCNVIDIA... no
*** Could not link with -lXvMCNVIDIA -lXvMC for vld extensions.
checking for XvMCCreateContext in -lXvMCNVIDIA... yes
checking /X11/extensions/XvMC.h usability... no
checking /X11/extensions/XvMC.h presence... no
checking for /X11/extensions/XvMC.h... no
*** Disabling xxmc plugin due to above errors.
checking whether to enable the xvmc plugin...
checking for XvMCCreateContext in -lXvMCNVIDIA... (cached) yes
checking for /X11/extensions/XvMC.h... (cached) no
*** Disabling old xvmc plugin due to above errors.

It looks like it's not prepending the proper prefix path for the include directory - note the leading slash when looking for headers.  Perhaps this has something to do with the X11 move from /usr/X11R6 to /usr?
Comment 1 Herbie Hopkins (RETIRED) gentoo-dev 2005-02-22 07:39:25 UTC
The patch I attached to bug #71099 fixes this (sets --x-includes= in myconf).
Comment 2 Herbie Hopkins (RETIRED) gentoo-dev 2005-02-22 07:40:51 UTC
The patch I attached to bug #71099 fixes this (sets --x-includes= in myconf).
Comment 3 Chris White (RETIRED) gentoo-dev 2005-02-25 13:04:26 UTC
Taking this bug... adding the via chipset logic and the x includes logic as well.. give it a while for me to test compile and verify stuff operaterates.
Comment 4 Chris White (RETIRED) gentoo-dev 2005-02-28 07:52:24 UTC
Ok.. I added this to the latest xine-lib 1.0.
Comment 5 Prakash Punnoor 2005-04-27 15:29:51 UTC
I am having the same problem now with xine-lib-1.0.1.
Comment 6 Prakash Punnoor 2005-04-27 15:31:20 UTC
I use NVidia driver, btw.
Comment 7 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-28 18:08:18 UTC
*** Bug 90776 has been marked as a duplicate of this bug. ***