We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f46ad commit 385c087Copy full SHA for 385c087
source/configGenerator_build.cpp
@@ -574,6 +574,11 @@ void ConfigGenerator::buildReplaceValues(
574
# define CONFIG_AV1_D3D12VA_HWACCEL 1\n\
575
#else\n\
576
# define CONFIG_AV1_D3D12VA_HWACCEL 0\n\
577
+#endif";
578
+ replaceValues["CONFIG_D3D12VA_ENCODE"] = "#if CONFIG_D3D12VA && defined(NTDDI_WIN10_NI)\n\
579
+# define CONFIG_D3D12VA_ENCODE 1\n\
580
+#else\n\
581
+# define CONFIG_D3D12VA_ENCODE 0\n\
582
#endif";
583
replaceValues["CONFIG_D3D11VA"] = "#if defined(NTDDI_WIN8)\n\
584
# define CONFIG_D3D11VA 1\n\
0 commit comments