mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Fix build errors when disabling KMS
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user