File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Set environment variable `BEAMR_SDK`.
4545Build the plugin:
4646
4747``` bash
48- cd make/linux_amd64_gnu
48+ cd make/hevc_dec_beamr/ linux_amd64_gnu
4949make
5050```
5151
@@ -57,6 +57,6 @@ Extract the kit folder from the archive.
5757
5858Set 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
6262Copy ` hevc_dec_beamr.dll ` to DEE installation folder. The file can be renamed, but the extension must be ` .dll ` .
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Set environment variable `BEAMR_SDK`.
4545Build the plugin:
4646
4747``` bash
48- cd make/linux_amd64_gnu
48+ cd make/hevc_enc_beamr/ linux_amd64_gnu
4949make
5050```
5151
@@ -59,7 +59,7 @@ Extract the kit folder from the archive.
5959
6060Set 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
6464Copy ` hevc_enc_beamr.dll ` to DEE installation folder. The file can be renamed, but the extension must be ` .dll ` .
6565
You can’t perform that action at this time.
0 commit comments