Opened 15 years ago
Closed 15 years ago
#1706 closed patch (fixed)
Changeset 9731 to configure prevents ability to build for xvmc_vld
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Can no longer enable-xvmc-vld using configure
Attachments (1)
Change History (8)
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Priority: | major → minor |
---|---|
Resolution: | invalid |
Status: | closed → reopened |
Thanks. Here is the use case:
User wishes to compile frontend for a VIA EPIA M1000 diskless system that utilizes viaXvMC. User will compile the frontend on an NVidia machine.
JG
comment:3 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
The user should run ./configure on the epia machine.
comment:4 Changed 15 years ago by
For what it's worth, I would do this. I compile myth to run on my EPIA but do so on a much faster machine.... Fortunately my nVidia machine is an x86_64 so I compile on my "server/backend" which is ATi, but I for one would be tripped up by this autoselect. Perhaps it could be overridden by an additional option?
comment:5 Changed 15 years ago by
How does one "run ./configure on the epia machine" if the epia machine is a diskless frontend?
comment:6 Changed 15 years ago by
Milestone: | 0.20 |
---|---|
Resolution: | invalid |
Severity: | medium → low |
Status: | closed → reopened |
Type: | defect → patch |
goldwein, mount? although if you're cunning and careful enough to be doing builds on different hardware surely you're capable of coming up with a workaround and/or patch?
Anyhow, patch to allow specific xvmc library selection attached to ticket.
no it doesn't, the logic is now:-
if you have XVMCW use that, else if you have NVIDIAXVMC installed use that, else check for viaXvMCPro, viaXvMC, i810XvMC in that order.
so there is only a problem if you have installed the NVidia video drivers but for some reason want to use via xvmc instead.