Skip to content

Commit f8e3917

Browse files
committed
Fixing typo in makefile. Adding more details to READMEs.
1 parent 4d4d35f commit f8e3917

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

plugins/code/hevc_dec/beamr/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Provided source code was built and tested using Beamr5x-4.5.0.3.
99

1010
## Prerequisites
1111

12+
The build must be performed within the complete `dolby-encoding-engine` code tree. Download the whole repository, even if you plan to build only selected plugins.
13+
1214
To build the plugin, Beamr5x SDK is required and environment variable `BEAMR_SDK` pointing to the kit folder.
1315
The typical structure of the kit folder is presented below.
1416

plugins/code/hevc_enc/beamr/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Provided source code was built and tested using Beamr5x-4.5.0.3.
99

1010
## Prerequisites
1111

12+
The build must be performed within the complete `dolby-encoding-engine` code tree. Download the whole repository, even if you plan to build only selected plugins.
13+
1214
To build the plugin, Beamr5x SDK is required and environment variable `BEAMR_SDK` pointing to the kit folder.
1315
The typical structure of the kit folder is presented below.
1416

@@ -68,7 +70,7 @@ Additionally, copy `$BEAMR_SDK/bin/Intel_IPP_Win64/tbb.dll` to DEE installation
6870
Provided XML examples present how Beamr plugin shall be used via DEE.
6971
Fine-tuning fo encoder configuration depends on processed content, thus it shall be consulted with Beamr Imaging.
7072

71-
The presented XML interface contains only basic encoder parameters. Other parameters can be set using following XML elements:
73+
The presented XML interface contains only basic encoder parameters. Other parameters can be set using the following XML elements:
7274

7375
- `native_config_file`
7476
- `param`

plugins/code/hevc_enc/beamr/make/hevc_enc_beamr/linux_amd64_gnu/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DEFINES = -DNDEBUG=1
1010
INCLUDES = -I$(BASE)code/common -I$(BEAMR_SDK)/common_primitives/include -I$(BEAMR_SDK)/inc -I$(BASE)code/hevc_enc/beamr/src -I$(BASE)code/hevc_enc
1111
LD = $(CC)
1212
LDFLAGS = -Wl,--as-needed -Wl,-O1 -fPIC -shared -m64
13-
LDLIBS = ${BEAMR_SDK}/lib/libhevc-enc-l64ie.a ${BEAMR_SDK}/lib/libhevc-cmn-l64ie.a ${BEAMR_SDK}/lib/libvideoopt-l64ie.a ${BEAMR_SDK}/lib/libvpl-l64ie.a ${BEAMR_SDK}/lib/libvsl-l64ie.a ${BEAMR_SDK}/lib64/libimf.a ${BEAMR_SDK}/lib64/libippcore.a ${BEAMR_SDK}/lib64/libippcv.a ${BEAMR_SDK}/lib64/libippi.a ${BEAMR_SDK}/lib64/libipps.a ${BEAMR_SDK}/lib64/libirc.a ${BEAMR_SDK}/lib64/libsvml.a ${BEAMR_SDK}/lib64/libtbb.so.2 -ldl -lpthread -lm -Wl,-rpath,\$${ORIGIN
13+
LDLIBS = ${BEAMR_SDK}/lib/libhevc-enc-l64ie.a ${BEAMR_SDK}/lib/libhevc-cmn-l64ie.a ${BEAMR_SDK}/lib/libvideoopt-l64ie.a ${BEAMR_SDK}/lib/libvpl-l64ie.a ${BEAMR_SDK}/lib/libvsl-l64ie.a ${BEAMR_SDK}/lib64/libimf.a ${BEAMR_SDK}/lib64/libippcore.a ${BEAMR_SDK}/lib64/libippcv.a ${BEAMR_SDK}/lib64/libippi.a ${BEAMR_SDK}/lib64/libipps.a ${BEAMR_SDK}/lib64/libirc.a ${BEAMR_SDK}/lib64/libsvml.a ${BEAMR_SDK}/lib64/libtbb.so.2 -ldl -lpthread -lm -Wl,-rpath,\$${ORIGIN}
1414

1515

1616
INPUTS_LINK_release = $(BEAMR_SDK)/common_primitives/src/AllocationPool.hevc_enc_beamr_linux_amd64_gnu_release.o\

0 commit comments

Comments
 (0)