Skip to content

Commit b8adc13

Browse files
committed
Text updates.
1 parent f8e3917 commit b8adc13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugins/code/hevc_dec/beamr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Set environment variable `BEAMR_SDK`.
4545
Build the plugin:
4646

4747
```bash
48-
cd make/linux_amd64_gnu
48+
cd make/hevc_dec_beamr/linux_amd64_gnu
4949
make
5050
```
5151

@@ -57,6 +57,6 @@ Extract the kit folder from the archive.
5757

5858
Set environment variable BEAMR_SDK.
5959

60-
Build the plugin using Visual Studio solution in `make\windows_amd64_msvs\hevc_dec_beamr_2015.sln`.
60+
Build the plugin using Visual Studio solution in `make\hevc_dec_beamr\windows_amd64_msvs\hevc_dec_beamr_2015.sln`.
6161

6262
Copy `hevc_dec_beamr.dll` to DEE installation folder. The file can be renamed, but the extension must be `.dll`.

plugins/code/hevc_enc/beamr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Set environment variable `BEAMR_SDK`.
4545
Build the plugin:
4646

4747
```bash
48-
cd make/linux_amd64_gnu
48+
cd make/hevc_enc_beamr/linux_amd64_gnu
4949
make
5050
```
5151

@@ -59,7 +59,7 @@ Extract the kit folder from the archive.
5959

6060
Set environment variable BEAMR_SDK.
6161

62-
Build the plugin using Visual Studio solution in `make\windows_amd64_msvs\hevc_enc_beamr_2015.sln`.
62+
Build the plugin using Visual Studio solution in `make\hevc_enc_beamr\windows_amd64_msvs\hevc_enc_beamr_2015.sln`.
6363

6464
Copy `hevc_enc_beamr.dll` to DEE installation folder. The file can be renamed, but the extension must be `.dll`.
6565

0 commit comments

Comments
 (0)