summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/va_backend_compat.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/va_backend_compat.h b/src/va_backend_compat.h
index f5c9f75..267f1d8 100644
--- a/src/va_backend_compat.h
+++ b/src/va_backend_compat.h
@@ -45,4 +45,10 @@
# define VA_DRM_AUTH_CUSTOM VA_DUMMY
#endif
+#if !VA_CHECK_VERSION(0,35,1)
+
+#define VAProcFilterSkinToneEnhancement 5
+
+#endif
+
#endif /* VA_BACKEND_COMPAT_H */