Opened 19 years ago
Closed 19 years ago
Last modified 19 years ago
#4500 closed defect (fixed)
.configure problem when searching for XvMC libs for nvidia.
| Reported by: | skamithi | Owned by: | Janne Grunau |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.21 |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
.configure in latest svn is unable to find -lXvMCNVIDIA even though lib is present. Script hits line 2684 and since viaXVMC is not present it fails. making "xvmc_vld" default to false resolves it for me.
The attached patch resolves it for me.
Please review and let me know if I can commit it.
Attachments (1)
Change History (5)
by , 19 years ago
| Attachment: | configure_xvmc_libs_nvidia.diff added |
|---|
comment:1 by , 19 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 19 years ago
| Owner: | changed from to |
|---|
comment:3 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

(In [15555]) cleanup of xvmc and opengl sections in configure.
Use ffmpeg dependency checker and simpligy code Fixes #4500