From 6358d28214a101644bf0367c7e41e2a98037bee2 Mon Sep 17 00:00:00 2001 From: Kiriti Gowda Date: Wed, 13 Dec 2023 06:49:52 -0800 Subject: [PATCH] License Updates (#135) * License Updates * Readme Updates [ROCm/rocdecode commit: 92b9982b55592867b9520f0ec45504d9e5238f6f] --- projects/rocdecode/LICENSE | 12 +++++++++++- projects/rocdecode/README.md | 10 +++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/projects/rocdecode/LICENSE b/projects/rocdecode/LICENSE index dfe2c51bc1..679198d529 100644 --- a/projects/rocdecode/LICENSE +++ b/projects/rocdecode/LICENSE @@ -1,6 +1,16 @@ MIT License -Copyright (c) 2023 ROCm Software Platform +Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved + +NOTICE REGARDING STANDARDS + +AMD does not provide a license or sublicense to any Intellectual Property Rights +relating to any standards, including but not limited to any audio and/or video +codec technologies such as MPEG-2, MPEG-4; AVC/H.264; HEVC/H.265; AAC decode/FFMPEG; +AAC encode/FFMPEG; VC-1; and MP3 (collectively, the “Media Technologies”). +For clarity, you will pay any royalties due for such third party technologies, +which may include the Media Technologies that are owed as a result of +AMD providing the Software to you. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/README.md b/projects/rocdecode/README.md index b0f6b647ad..998f8979df 100644 --- a/projects/rocdecode/README.md +++ b/projects/rocdecode/README.md @@ -35,7 +35,15 @@ rocDecode is a high performance video decode SDK for AMD GPUs. rocDecode API let sudo apt install libstdc++-12-dev ``` -* **Note** [rocDecode-setup.py](rocDecode-setup.py) script can be used for installing all the dependencies +### Prerequisites setup script for Linux +For the convenience of the developer, we provide the setup script [rocDecode-setup.py](rocDecode-setup.py) which will install all the dependencies required by this project. + +**Usage:** +```shell + python rocDecode-setup.py --rocm_path [ ROCm Installation Path - optional (default:/opt/rocm)] + --developer [ Setup Developer Options - optional (default:ON) [options:ON/OFF]] +``` +**NOTE:** This script only needs to be executed once. ## Build instructions