parent
4630e300a8
commit
47d9a23786
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2017, Intel Corporation
|
||||
# Copyright (c) 2017 - 2021, Intel Corporation
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||
# copy of this software and associated documentation files (the "Software"),
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2017-2018, Intel Corporation
|
||||
# Copyright (c) 2017-2021, Intel Corporation
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||
# copy of this software and associated documentation files (the "Software"),
|
||||
|
@ -21,6 +21,5 @@
|
|||
media_include_subdirectory(cm)
|
||||
media_include_subdirectory(codec)
|
||||
media_include_subdirectory(hw)
|
||||
media_include_subdirectory(os)
|
||||
media_include_subdirectory(renderhal)
|
||||
media_include_subdirectory(vp)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2017-2019, Intel Corporation
|
||||
# Copyright (c) 2017-2021, Intel Corporation
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||
# copy of this software and associated documentation files (the "Software"),
|
||||
|
@ -19,10 +19,3 @@
|
|||
# OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
media_include_subdirectory(vp)
|
||||
if(ENABLE_KERNELS)
|
||||
if(ENABLE_NONFREE_KERNELS)
|
||||
media_include_subdirectory(kernel)
|
||||
else()
|
||||
media_include_subdirectory(kernel_free)
|
||||
endif()
|
||||
endif()
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2017-2018, Intel Corporation
|
||||
# Copyright (c) 2017-2021, Intel Corporation
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||
# copy of this software and associated documentation files (the "Software"),
|
||||
|
@ -20,4 +20,3 @@
|
|||
|
||||
media_include_subdirectory(codec)
|
||||
media_include_subdirectory(hw)
|
||||
media_include_subdirectory(media_interfaces)
|
||||
|
|
|
@ -33,3 +33,4 @@ bs_set_if_undefined(MEDIA_DRIVER_AGNOSTIC "${MEDIA_DRIVER_ROOT}/agnostic")
|
|||
bs_set_if_undefined(MEDIA_DRIVER_LINUX "${MEDIA_DRIVER_ROOT}/linux")
|
||||
|
||||
include( ${MEDIA_EXT_CMAKE}/ext/media_defs_ext.cmake OPTIONAL )
|
||||
include( ${MEDIA_SOFTLET_EXT_CMAKE}/media_defs_ext.cmake OPTIONAL )
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2017, Intel Corporation
|
||||
# Copyright (c) 2017 - 2021, Intel Corporation
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||
# copy of this software and associated documentation files (the "Software"),
|
||||
|
@ -28,14 +28,6 @@ if(GEN9)
|
|||
media_include_subdirectory(gen9)
|
||||
endif()
|
||||
|
||||
if(GEN9_CML)
|
||||
media_include_subdirectory(gen9_cml)
|
||||
endif()
|
||||
|
||||
if(GEN9_CMPV)
|
||||
media_include_subdirectory(gen9_cmpv)
|
||||
endif()
|
||||
|
||||
if(GEN9_BXT)
|
||||
media_include_subdirectory(gen9_bxt)
|
||||
endif()
|
||||
|
|
|
@ -64,7 +64,11 @@ media_include_subdirectory(agnostic)
|
|||
media_include_subdirectory(linux)
|
||||
media_include_subdirectory(media_driver_next)
|
||||
media_include_subdirectory(media_interface)
|
||||
|
||||
media_include_subdirectory(../media_softlet/agnostic)
|
||||
|
||||
include(${MEDIA_EXT}/media_srcs_ext.cmake OPTIONAL)
|
||||
include(${MEDIA_SOFTLET_EXT}/media_srcs_ext.cmake OPTIONAL)
|
||||
|
||||
include(${MEDIA_DRIVER_CMAKE}/media_include_paths.cmake)
|
||||
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright (c) 2021, Intel Corporation
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||
# copy of this software and associated documentation files (the "Software"),
|
||||
# to deal in the Software without restriction, including without limitation
|
||||
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
# and/or sell copies of the Software, and to permit persons to whom the
|
||||
# Software is furnished to do so, subject to the following conditions:
|
||||
#
|
||||
# The above copyright notice and this permission notice shall be included
|
||||
# in all copies or substantial portions of the Software.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
# OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
media_include_subdirectory(common)
|
||||
|
||||
include(${MEDIA_SOFTLET_EXT}/agnostic/media_srcs_ext.cmake OPTIONAL)
|
Loading…
Reference in New Issue