Skip to content

Commit 054d1be

Browse files
gfxVPLsdmleyu-yao
andauthored
add opensource macro (#5817)
Co-authored-by: Yao, Leyu <[email protected]>
1 parent f1d02f1 commit 054d1be

File tree

7 files changed

+864
-484
lines changed

7 files changed

+864
-484
lines changed

_studio/mfx_lib/encode_hw/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ if (MFX_ENABLE_AV1_VIDEO_ENCODE)
230230
${CMAKE_CURRENT_SOURCE_DIR}/av1/agnostic/base/av1ehw_base_enctools.h
231231
${CMAKE_CURRENT_SOURCE_DIR}/av1/agnostic/base/av1ehw_base_hdr.cpp
232232
${CMAKE_CURRENT_SOURCE_DIR}/av1/agnostic/base/av1ehw_base_hdr.h
233+
${CMAKE_CURRENT_SOURCE_DIR}/av1/agnostic/base/av1ehw_base_enctools_com.cpp
234+
${CMAKE_CURRENT_SOURCE_DIR}/av1/agnostic/base/av1ehw_base_enctools_com.h
233235
)
234236

235237
custom_source_group("av1" ${AV1_VIDEO_ENCODE_SRC})

_studio/mfx_lib/encode_hw/av1/agnostic/base/av1ehw_base_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ namespace Base
821821
Resource CUQP;
822822
mfxHDLPair HDLRaw = {};
823823
bool bCUQPMap = false;
824-
#if defined(MFX_ENABLE_ENCTOOLS)
824+
#if defined(MFX_ENABLE_ENCTOOLS_BASE)
825825
mfxLplastatus LplaStatus = {};
826826
mfxBRCHints BrcHints = {};
827827
bool bBRCUpdated = false;

0 commit comments

Comments
 (0)