Skip to content

Commit ac3950c

Browse files
committed
R3DSDK Version 9.0.0 Beta 1
Signed-off-by: Peter Kovář <peter.kovar@reflexion.tv>
1 parent 851ecc6 commit ac3950c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/r3d.imageio/r3dinput.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
// https://github.com/AcademySoftwareFoundation/OpenImageIO
44

55
// R3D SDK can be downloaded from the following site:
6-
// https://www.red.com/download/r3d-sdk
6+
// https://www.red.com/download/r3d-sdk-beta
77
//
8-
// The code has been tested with the version 8.5.1 installed in
9-
// /opt/R3DSDKv8_5_1 directory and setting up the variable
10-
// export R3DSDK_ROOT="/opt/R3DSDKv8_5_1"
8+
// The code has been tested with the version 9.0.0 Beta 1 installed in
9+
// /opt/R3DSDKv9_0_0-BETA1 directory and setting up the variable
10+
// export R3DSDK_ROOT="/opt/R3DSDKv9_0_0-BETA1"
1111

1212
#define GPU
1313
#define CUDA
@@ -675,11 +675,11 @@ R3dInput::initialize()
675675
std::string library_path
676676
= Sysutil::getenv("OIIO_R3D_LIBRARY_PATH",
677677
#if defined(__linux__)
678-
"/opt/R3DSDKv8_5_1/Redistributable/linux"
678+
"/opt/R3DSDKv9_0_0-BETA1/Redistributable/linux"
679679
#elif defined(__APPLE__)
680-
"/Library/R3DSDKv8_5_1/Redistributable/mac"
680+
"/Library/R3DSDKv9_0_0-BETA1/Redistributable/mac"
681681
#elif defined(__WINDOWS__)
682-
"C:\\R3DSDKv8_5_1\\Redistributable\\win"
682+
"C:\\R3DSDKv9_0_0-BETA1\\Redistributable\\win"
683683
#else
684684
# error "Unknown OS"
685685
#endif

0 commit comments

Comments
 (0)