Initial commit

This commit is contained in:
2026-07-09 16:41:56 +03:00
commit 6e556daefc
7 changed files with 156 additions and 0 deletions
@@ -0,0 +1,12 @@
--- a/samples/metrics_monitor/CMakeLists.txt
+++ b/samples/metrics_monitor/CMakeLists.txt
@@ -11,8 +11,7 @@ if( PKG_LIBDRM_FOUND AND ("${PKG_LIBDRM_VERSION}" VERSION_GREATER 2.4.91))
set(DEPENDENCIES libdrm )
- make_library( cttmetrics none shared )
- make_library( cttmetrics_static none static )
+ make_library( cttmetrics none static )
install( TARGETS cttmetrics LIBRARY DESTINATION ${MFX_SAMPLES_INSTALL_BIN_DIR} )
@@ -0,0 +1,10 @@
--- a/api/mfx_dispatch/linux/mfxparser.cpp
+++ b/api/mfx_dispatch/linux/mfxparser.cpp
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <string.h>
+#include <cstdint>
#include <list>
#include "mfxloader.h"
@@ -0,0 +1,17 @@
--- a/samples/sample_vpp/src/sample_vpp_frc_adv.cpp
+++ b/samples/sample_vpp/src/sample_vpp_frc_adv.cpp
@@ -17,6 +17,7 @@ The original version of this sample may
or https://software.intel.com/en-us/media-client-solutions-support.
\**********************************************************************************/
+#include <cstdint>
#include <math.h>
#include "vm/strings_defs.h"
#include "sample_vpp_frc_adv.h"
@@ -212,4 +213,4 @@ mfxU64 FRCAdvancedChecker::GetExpectedP
} // mfxU64 FRCAdvancedChecker::GetExpectedPTS( mfxU32 frameNumber, mfxU64 timeOffset, mfxU64 timeJump )
-/* EOF */
\ No newline at end of file
+/* EOF */