A plugin for VOID player allowing to deal with EXR media.
- OpenEXR 3.x
- VOID
cmake -S . -B _build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=...
make -C _build && make installIf VOID player is not installed on a standard path
cmake -S . -B _build -DVOID_DIR=/path/to/VOID/share/VOID/cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=...
make -C _build && make installOnce installed, the VOID_PLUGIN_PATH needs to be set, pointing to the Install Path of the Plugin. This tells the player to look at libraries built in the path
export VOID_PLUGIN_PATH=${VOID_PLUGIN_PATH}:/new/install/directoryLaunch VOID after setup for it to register this plugin.