Opened 16 years ago
Closed 16 years ago
#6606 closed defect (fixed)
Compilation failure of avformatdecoder
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
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.
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.