About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/gallium/frontends/mediafoundation/wpptrace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/frontends/mediafoundation/wpptrace.cpp')
-rw-r--r--src/gallium/frontends/mediafoundation/wpptrace.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/frontends/mediafoundation/wpptrace.cpp b/src/gallium/frontends/mediafoundation/wpptrace.cpp
index 31692bb2317..fcd71b8c8a9 100644
--- a/src/gallium/frontends/mediafoundation/wpptrace.cpp
+++ b/src/gallium/frontends/mediafoundation/wpptrace.cpp
@@ -25,7 +25,7 @@
#include "wpptrace.tmh"
-#if VIDEO_CODEC_H264ENC
+#if MFT_CODEC_H264ENC
TRACELOGGING_DEFINE_PROVIDER( // defines g_hProvider
g_hEtwProvider, // Name of the provider handle
@@ -33,7 +33,7 @@ TRACELOGGING_DEFINE_PROVIDER( // defines g_hProvider
// 0000e264-0dc9-401d-b9b8-05e4eca4977e
( 0x0000e264, 0x0dc9, 0x401d, 0xb9, 0xb8, 0x05, 0xe4, 0xec, 0xa4, 0x97, 0x7e ) );
-#elif VIDEO_CODEC_H265ENC
+#elif MFT_CODEC_H265ENC
TRACELOGGING_DEFINE_PROVIDER( // defines g_hProvider
g_hEtwProvider, // Name of the provider handle
@@ -41,7 +41,7 @@ TRACELOGGING_DEFINE_PROVIDER( // defines g_hProvider
// 0000e265-0dc9-401d-b9b8-05e4eca4977e
( 0x0000e265, 0x0dc9, 0x401d, 0xb9, 0xb8, 0x05, 0xe4, 0xec, 0xa4, 0x97, 0x7e ) );
-#elif VIDEO_CODEC_AV1ENC
+#elif MFT_CODEC_AV1ENC
TRACELOGGING_DEFINE_PROVIDER( // defines g_hProvider
g_hEtwProvider, // Name of the provider handle
@@ -50,7 +50,7 @@ TRACELOGGING_DEFINE_PROVIDER( // defines g_hProvider
( 0x0000eaa1, 0x0dc9, 0x401d, 0xb9, 0xb8, 0x05, 0xe4, 0xec, 0xa4, 0x97, 0x7e ) );
#else
-#error VIDEO_CODEC_xxx must be defined
+#error MFT_CODEC_xxx must be defined
#endif
void