Modify ↓
Ticket #6606 (closed defect: fixed)
Opened 3 years ago
Last modified 3 years ago
Compilation failure of avformatdecoder
| Reported by: | rafmoslin@… | Owned by: | ijr |
|---|---|---|---|
| Priority: | major | Milestone: | 0.22 |
| Component: | MythTV - General | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Since changeset 20672 avformatdecoder.cpp fails to compile, generating an error "'xvmc_pixel_format' was not declared in this scope"
This problem has occurred previously but was addressed in changeset 19176 however the changes made at that time have gone from the current version of avformatdecoder. On very sketchy ground now but possibly code 1227 to 1242 is now missing the lines added to fix the issue in 19176.
Attachments
Change History
comment:1 Changed 3 years ago by markk
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

(In [20676]) Fix compilation when VDPAU is enabled but not XvMC. Refs r20670, closes #6606. My apologies - I was getting ahead of myself with VDPAU changes.