Skip to content

Commit

Permalink
[Decode] Fix gen by gen build issue
Browse files Browse the repository at this point in the history
build issue fix
  • Loading branch information
yawenyan authored and intel-mediadev committed Jul 19, 2023
1 parent d117b78 commit b361217
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
5 changes: 4 additions & 1 deletion media_driver/agnostic/common/hw/vdbox/media_srcs.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Intel Corporation
# Copyright (c) 2017-2023, Intel Corporation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
Expand All @@ -23,6 +23,7 @@ set(TMP_SOURCES_
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_huc_interface.cpp
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_mfx_interface.cpp
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_vdenc_interface.cpp
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_avp_interface.cpp
)

set(TMP_HEADERS_
Expand All @@ -34,6 +35,8 @@ set(TMP_HEADERS_
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_mfx_interface.h
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_vdenc_generic.h
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_vdenc_interface.h
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_avp_interface.h
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_avp_generic.h
)

set(COMMON_SOURCES_
Expand Down
5 changes: 1 addition & 4 deletions media_driver/agnostic/gen12/hw/vdbox/media_srcs.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Intel Corporation
# Copyright (c) 2017-2023, Intel Corporation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -28,7 +28,6 @@ set(TMP_SOURCES_
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_vdenc_hwcmd_g12_X.cpp
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_avp_g12_X.cpp
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_avp_hwcmd_g12_X.cpp
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_avp_interface.cpp
)

set(TMP_HEADERS_
Expand All @@ -42,9 +41,7 @@ set(TMP_HEADERS_
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_vdenc_g12_X.h
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_vdenc_hwcmd_g12_X.h
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_avp_g12_X.h
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_avp_generic.h
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_avp_hwcmd_g12_X.h
${CMAKE_CURRENT_LIST_DIR}/mhw_vdbox_avp_interface.h
)


Expand Down

0 comments on commit b361217

Please sign in to comment.