Opened 18 years ago
Closed 18 years ago
#5196 closed defect (fixed)
Patch for XVMC configuration
| Reported by: | 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)
Change History (5)
by , 18 years ago
| Attachment: | 105-config-XVMC.patch added |
|---|
by , 18 years ago
| Attachment: | t5196_configure_xvmc.diff added |
|---|
comment:2 by , 18 years ago
Note:
See TracTickets
for help on using tickets.

does t5196_configure_xvmc.diff fix the issue as well