Fix build errors when disabling KMS
This commit is contained in:
parent
3b3b9e2bd9
commit
c41df22c88
3 changed files with 3 additions and 3 deletions
|
|
@ -77,7 +77,7 @@ struct DRMPRIMESurfaceDescriptor {
|
|||
/** Currently defined profiles */
|
||||
enum class profile_e {
|
||||
// Profile ID used for video processing.
|
||||
None = -1,
|
||||
ProfileNone = -1,
|
||||
MPEG2Simple = 0,
|
||||
MPEG2Main = 1,
|
||||
MPEG4Simple = 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue