License Updates (#135)
* License Updates
* Readme Updates
[ROCm/rocdecode commit: 92b9982b55]
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
82d328b627
Коммит
6358d28214
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user