|
@@ -181,7 +181,7 @@ endif
|
|
|
ifeq ($(BR2_PACKAGE_LIBVA)$(BR2_PACKAGE_MPV_SUPPORTS_VAAPI),yy)
|
|
|
MPV_CONF_OPTS += --enable-vaapi
|
|
|
MPV_DEPENDENCIES += libva
|
|
|
-ifeq ($(BR2_PACKAGE_LIBDRM),y)
|
|
|
+ifeq ($(BR2_PACKAGE_LIBDRM)$(BR2_PACKAGE_MESA3D_OPENGL_EGL),yy)
|
|
|
MPV_CONF_OPTS += --enable-vaapi-drm
|
|
|
else
|
|
|
MPV_CONF_OPTS += --disable-vaapi-drm
|