Opened 16 years ago

Closed 15 years ago

#5196 closed defect (fixed)

Patch for XVMC configuration

Reported by: cizek@… Owned by: Janne Grunau
Priority: minor Milestone: 0.21.1
Component: mythtv Version: 0.21-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

After [16965], the .21-releases branch stopped building for me. I'd get a bunch of errors like these:

../../libs/libmythtv/libmythtv-0.21.so: undefined reference to `XvMCGetSurfaceStatus'
../../libs/libmythtv/libmythtv-0.21.so: undefined reference to `XvMCCreateMacroBlocks'

configure basically stopped including the Nvidia library.

The attached patch fixed it for me.

Attachments (2)

105-config-XVMC.patch (1.4 KB) - added by cizek@… 16 years ago.
t5196_configure_xvmc.diff (1.3 KB) - added by Janne Grunau 16 years ago.

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by cizek@…

Attachment: 105-config-XVMC.patch added

Changed 16 years ago by Janne Grunau

Attachment: t5196_configure_xvmc.diff added

comment:1 Changed 16 years ago by Janne Grunau

Owner: changed from Isaac Richards to Janne Grunau
Status: newassigned

does t5196_configure_xvmc.diff fix the issue as well

comment:2 in reply to:  1 Changed 16 years ago by cizek@…

Replying to janne:

does t5196_configure_xvmc.diff fix the issue as well

Yes it does. Thanks

comment:3 Changed 15 years ago by Janne Grunau

Resolution: fixed
Status: assignedclosed

(In [19144]) fix xvmc detection. Fixes #5196

Note: See TracTickets for help on using tickets.